POST api/Project/delaydailyscheduletask
Request Information
URI Parameters
None.
Body Parameters
DailyScheduleTaskDelayName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
DailyScheduleTaskID | integer |
None. |
|
DelayID | integer |
None. |
|
StartTime | date |
None. |
|
EndTime | date |
None. |
|
UserName | string |
None. |
|
DelayStartedBy | integer |
None. |
|
DelayCompletedBy | integer |
None. |
|
LastChanged | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "DailyScheduleTaskID": 2, "DelayID": 3, "StartTime": "2025-04-03T05:12:01.8783128Z", "EndTime": "2025-04-03T05:12:01.8783128Z", "UserName": "sample string 5", "DelayStartedBy": 1, "DelayCompletedBy": 1, "LastChanged": "2025-04-03T05:12:01.8939369Z" }
application/xml, text/xml
Sample:
<DailyScheduleTaskDelay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models"> <DailyScheduleTaskID>2</DailyScheduleTaskID> <DelayCompletedBy>1</DelayCompletedBy> <DelayID>3</DelayID> <DelayStartedBy>1</DelayStartedBy> <EndTime>2025-04-03T05:12:01.8783128+00:00</EndTime> <ID>1</ID> <LastChanged>2025-04-03T05:12:01.8939369+00:00</LastChanged> <StartTime>2025-04-03T05:12:01.8783128+00:00</StartTime> <UserName>sample string 5</UserName> </DailyScheduleTaskDelay>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>