POST api/Project/tasksecondaryprogress
Request Information
URI Parameters
None.
Body Parameters
DailyScheduleTaskSecondaryProgressName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
DailyScheduleTaskID | integer |
None. |
|
SecondaryUpdateType | integer |
None. |
|
SecondaryProgressBy | integer |
None. |
|
SecondaryProgressStartedDateTime | date |
None. |
|
SecondaryProgressCompletedDateTime | date |
None. |
|
UserName | string |
None. |
|
LastChanged | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "DailyScheduleTaskID": 2, "SecondaryUpdateType": 3, "SecondaryProgressBy": 4, "SecondaryProgressStartedDateTime": "2025-04-03T08:32:27.3656974Z", "SecondaryProgressCompletedDateTime": "2025-04-03T08:32:27.3656974Z", "UserName": "sample string 6", "LastChanged": "2025-04-03T08:32:27.3656974Z" }
application/xml, text/xml
Sample:
<DailyScheduleTaskSecondaryProgress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models"> <DailyScheduleTaskID>2</DailyScheduleTaskID> <ID>1</ID> <LastChanged>2025-04-03T08:32:27.3656974+00:00</LastChanged> <SecondaryProgressBy>4</SecondaryProgressBy> <SecondaryProgressCompletedDateTime>2025-04-03T08:32:27.3656974+00:00</SecondaryProgressCompletedDateTime> <SecondaryProgressStartedDateTime>2025-04-03T08:32:27.3656974+00:00</SecondaryProgressStartedDateTime> <SecondaryUpdateType>3</SecondaryUpdateType> <UserName>sample string 6</UserName> </DailyScheduleTaskSecondaryProgress>
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>