POST api/Project/tasksecondaryprogress
Request Information
URI Parameters
None.
Body Parameters
DailyScheduleTaskSecondaryProgress| Name | 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-11-04T03:49:44.9308594Z",
"SecondaryProgressCompletedDateTime": "2025-11-04T03:49:44.9308594Z",
"UserName": "sample string 6",
"LastChanged": "2025-11-04T03:49:44.9308594Z"
}
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-11-04T03:49:44.9308594+00:00</LastChanged> <SecondaryProgressBy>4</SecondaryProgressBy> <SecondaryProgressCompletedDateTime>2025-11-04T03:49:44.9308594+00:00</SecondaryProgressCompletedDateTime> <SecondaryProgressStartedDateTime>2025-11-04T03:49:44.9308594+00:00</SecondaryProgressStartedDateTime> <SecondaryUpdateType>3</SecondaryUpdateType> <UserName>sample string 6</UserName> </DailyScheduleTaskSecondaryProgress>
application/x-www-form-urlencoded
Sample:
Sample not available.
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>