POST api/Project/dailysetup
Request Information
URI Parameters
None.
Body Parameters
DailySetupProgressName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
ProjectTaskID | integer |
None. |
|
SetupStartedBy | integer |
None. |
|
SetupStartedDateTime | date |
None. |
|
SetupCompletedDateTime | date |
None. |
|
CleanupStartedBy | integer |
None. |
|
CleanupStartedDateTime | date |
None. |
|
CleanupCompletedDateTime | date |
None. |
|
UserName | string |
None. |
|
LastChanged | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "ProjectTaskID": 2, "SetupStartedBy": 3, "SetupStartedDateTime": "2025-04-03T08:22:33.5107132Z", "SetupCompletedDateTime": "2025-04-03T08:22:33.5107132Z", "CleanupStartedBy": 1, "CleanupStartedDateTime": "2025-04-03T08:22:33.5107132Z", "CleanupCompletedDateTime": "2025-04-03T08:22:33.5107132Z", "UserName": "sample string 4", "LastChanged": "2025-04-03T08:22:33.5107132Z" }
application/xml, text/xml
Sample:
<DailySetupProgress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models"> <CleanupCompletedDateTime>2025-04-03T08:22:33.5107132+00:00</CleanupCompletedDateTime> <CleanupStartedBy>1</CleanupStartedBy> <CleanupStartedDateTime>2025-04-03T08:22:33.5107132+00:00</CleanupStartedDateTime> <ID>1</ID> <LastChanged>2025-04-03T08:22:33.5107132+00:00</LastChanged> <ProjectTaskID>2</ProjectTaskID> <SetupCompletedDateTime>2025-04-03T08:22:33.5107132+00:00</SetupCompletedDateTime> <SetupStartedBy>3</SetupStartedBy> <SetupStartedDateTime>2025-04-03T08:22:33.5107132+00:00</SetupStartedDateTime> <UserName>sample string 4</UserName> </DailySetupProgress>
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>