POST Api/Acknowledge
Acknowledge the schedulings that they are seen
Request Information
URI Parameters
None.
Body Parameters
AcknowledgeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AcknowledgeTaskSchedulings |
contains the taskschedulings to be acknowledged |
Collection of AcknowledgeScheduling |
Required |
| AcknowledgeExtraSegmentSchedulings |
contains the ExtraSegmentchedulings to be acknowledged |
Collection of AcknowledgeScheduling |
Required |
| AcknowledgeExtraCodeSchedulings |
contains the ExtraCodeschedulings to be acknowledged |
Collection of AcknowledgeScheduling |
Required |
| AcknowledgeMemoSchedulings |
contains the Memoschedulings to be acknowledged |
Collection of AcknowledgeMemoScheduling |
Required |
Request Formats
application/json, text/json
Sample:
{
"AcknowledgeTaskSchedulings": [
{
"SchedulingId": 1,
"ResourceCodeId": 2,
"OtherCodeId": 3,
"ScheduleDate": "2025-11-01T18:37:59.7181408+01:00",
"StartDate": "2025-11-01T18:37:59.7181408+01:00",
"EndDate": "2025-11-01T18:37:59.7181408+01:00",
"HasTimes": true
},
{
"SchedulingId": 1,
"ResourceCodeId": 2,
"OtherCodeId": 3,
"ScheduleDate": "2025-11-01T18:37:59.7181408+01:00",
"StartDate": "2025-11-01T18:37:59.7181408+01:00",
"EndDate": "2025-11-01T18:37:59.7181408+01:00",
"HasTimes": true
}
],
"AcknowledgeExtraSegmentSchedulings": [
{
"SchedulingId": 1,
"ResourceCodeId": 2,
"OtherCodeId": 3,
"ScheduleDate": "2025-11-01T18:37:59.7181408+01:00",
"StartDate": "2025-11-01T18:37:59.7181408+01:00",
"EndDate": "2025-11-01T18:37:59.7181408+01:00",
"HasTimes": true
},
{
"SchedulingId": 1,
"ResourceCodeId": 2,
"OtherCodeId": 3,
"ScheduleDate": "2025-11-01T18:37:59.7181408+01:00",
"StartDate": "2025-11-01T18:37:59.7181408+01:00",
"EndDate": "2025-11-01T18:37:59.7181408+01:00",
"HasTimes": true
}
],
"AcknowledgeExtraCodeSchedulings": [
{
"SchedulingId": 1,
"ResourceCodeId": 2,
"OtherCodeId": 3,
"ScheduleDate": "2025-11-01T18:37:59.7181408+01:00",
"StartDate": "2025-11-01T18:37:59.7181408+01:00",
"EndDate": "2025-11-01T18:37:59.7181408+01:00",
"HasTimes": true
},
{
"SchedulingId": 1,
"ResourceCodeId": 2,
"OtherCodeId": 3,
"ScheduleDate": "2025-11-01T18:37:59.7181408+01:00",
"StartDate": "2025-11-01T18:37:59.7181408+01:00",
"EndDate": "2025-11-01T18:37:59.7181408+01:00",
"HasTimes": true
}
],
"AcknowledgeMemoSchedulings": [
{
"SchedulingId": 1,
"ResourceCodeId": 2,
"Memo": "sample string 3",
"ScheduleDate": "2025-11-01T18:37:59.7181408+01:00",
"StartDate": "2025-11-01T18:37:59.7181408+01:00",
"EndDate": "2025-11-01T18:37:59.7181408+01:00",
"HasTimes": true
},
{
"SchedulingId": 1,
"ResourceCodeId": 2,
"Memo": "sample string 3",
"ScheduleDate": "2025-11-01T18:37:59.7181408+01:00",
"StartDate": "2025-11-01T18:37:59.7181408+01:00",
"EndDate": "2025-11-01T18:37:59.7181408+01:00",
"HasTimes": true
}
]
}
application/xml, text/xml
Sample:
<AcknowledgeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RostarCASWebAPI.Models">
<AcknowledgeExtraCodeSchedulings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paralax.Cas.Web.WebServices.Models">
<d2p1:AcknowledgeScheduling>
<d2p1:SchedulingId>1</d2p1:SchedulingId>
<d2p1:ResourceCodeId>2</d2p1:ResourceCodeId>
<d2p1:OtherCodeId>3</d2p1:OtherCodeId>
<d2p1:ScheduleDate>2025-11-01T18:37:59.7181408+01:00</d2p1:ScheduleDate>
<d2p1:StartDate>2025-11-01T18:37:59.7181408+01:00</d2p1:StartDate>
<d2p1:EndDate>2025-11-01T18:37:59.7181408+01:00</d2p1:EndDate>
<d2p1:HasTimes>true</d2p1:HasTimes>
</d2p1:AcknowledgeScheduling>
<d2p1:AcknowledgeScheduling>
<d2p1:SchedulingId>1</d2p1:SchedulingId>
<d2p1:ResourceCodeId>2</d2p1:ResourceCodeId>
<d2p1:OtherCodeId>3</d2p1:OtherCodeId>
<d2p1:ScheduleDate>2025-11-01T18:37:59.7181408+01:00</d2p1:ScheduleDate>
<d2p1:StartDate>2025-11-01T18:37:59.7181408+01:00</d2p1:StartDate>
<d2p1:EndDate>2025-11-01T18:37:59.7181408+01:00</d2p1:EndDate>
<d2p1:HasTimes>true</d2p1:HasTimes>
</d2p1:AcknowledgeScheduling>
</AcknowledgeExtraCodeSchedulings>
<AcknowledgeExtraSegmentSchedulings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paralax.Cas.Web.WebServices.Models">
<d2p1:AcknowledgeScheduling>
<d2p1:SchedulingId>1</d2p1:SchedulingId>
<d2p1:ResourceCodeId>2</d2p1:ResourceCodeId>
<d2p1:OtherCodeId>3</d2p1:OtherCodeId>
<d2p1:ScheduleDate>2025-11-01T18:37:59.7181408+01:00</d2p1:ScheduleDate>
<d2p1:StartDate>2025-11-01T18:37:59.7181408+01:00</d2p1:StartDate>
<d2p1:EndDate>2025-11-01T18:37:59.7181408+01:00</d2p1:EndDate>
<d2p1:HasTimes>true</d2p1:HasTimes>
</d2p1:AcknowledgeScheduling>
<d2p1:AcknowledgeScheduling>
<d2p1:SchedulingId>1</d2p1:SchedulingId>
<d2p1:ResourceCodeId>2</d2p1:ResourceCodeId>
<d2p1:OtherCodeId>3</d2p1:OtherCodeId>
<d2p1:ScheduleDate>2025-11-01T18:37:59.7181408+01:00</d2p1:ScheduleDate>
<d2p1:StartDate>2025-11-01T18:37:59.7181408+01:00</d2p1:StartDate>
<d2p1:EndDate>2025-11-01T18:37:59.7181408+01:00</d2p1:EndDate>
<d2p1:HasTimes>true</d2p1:HasTimes>
</d2p1:AcknowledgeScheduling>
</AcknowledgeExtraSegmentSchedulings>
<AcknowledgeMemoSchedulings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paralax.Cas.Web.WebServices.Models">
<d2p1:AcknowledgeMemoScheduling>
<d2p1:SchedulingId>1</d2p1:SchedulingId>
<d2p1:ResourceCodeId>2</d2p1:ResourceCodeId>
<d2p1:Memo>sample string 3</d2p1:Memo>
<d2p1:ScheduleDate>2025-11-01T18:37:59.7181408+01:00</d2p1:ScheduleDate>
<d2p1:StartDate>2025-11-01T18:37:59.7181408+01:00</d2p1:StartDate>
<d2p1:EndDate>2025-11-01T18:37:59.7181408+01:00</d2p1:EndDate>
<d2p1:HasTimes>true</d2p1:HasTimes>
</d2p1:AcknowledgeMemoScheduling>
<d2p1:AcknowledgeMemoScheduling>
<d2p1:SchedulingId>1</d2p1:SchedulingId>
<d2p1:ResourceCodeId>2</d2p1:ResourceCodeId>
<d2p1:Memo>sample string 3</d2p1:Memo>
<d2p1:ScheduleDate>2025-11-01T18:37:59.7181408+01:00</d2p1:ScheduleDate>
<d2p1:StartDate>2025-11-01T18:37:59.7181408+01:00</d2p1:StartDate>
<d2p1:EndDate>2025-11-01T18:37:59.7181408+01:00</d2p1:EndDate>
<d2p1:HasTimes>true</d2p1:HasTimes>
</d2p1:AcknowledgeMemoScheduling>
</AcknowledgeMemoSchedulings>
<AcknowledgeTaskSchedulings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paralax.Cas.Web.WebServices.Models">
<d2p1:AcknowledgeScheduling>
<d2p1:SchedulingId>1</d2p1:SchedulingId>
<d2p1:ResourceCodeId>2</d2p1:ResourceCodeId>
<d2p1:OtherCodeId>3</d2p1:OtherCodeId>
<d2p1:ScheduleDate>2025-11-01T18:37:59.7181408+01:00</d2p1:ScheduleDate>
<d2p1:StartDate>2025-11-01T18:37:59.7181408+01:00</d2p1:StartDate>
<d2p1:EndDate>2025-11-01T18:37:59.7181408+01:00</d2p1:EndDate>
<d2p1:HasTimes>true</d2p1:HasTimes>
</d2p1:AcknowledgeScheduling>
<d2p1:AcknowledgeScheduling>
<d2p1:SchedulingId>1</d2p1:SchedulingId>
<d2p1:ResourceCodeId>2</d2p1:ResourceCodeId>
<d2p1:OtherCodeId>3</d2p1:OtherCodeId>
<d2p1:ScheduleDate>2025-11-01T18:37:59.7181408+01:00</d2p1:ScheduleDate>
<d2p1:StartDate>2025-11-01T18:37:59.7181408+01:00</d2p1:StartDate>
<d2p1:EndDate>2025-11-01T18:37:59.7181408+01:00</d2p1:EndDate>
<d2p1:HasTimes>true</d2p1:HasTimes>
</d2p1:AcknowledgeScheduling>
</AcknowledgeTaskSchedulings>
</AcknowledgeModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>