POST api/Project/dailysetup
Request Information
URI Parameters
None.
Body Parameters
DailySetupProgress| Name | 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-11-04T03:54:07.4390244Z",
  "SetupCompletedDateTime": "2025-11-04T03:54:07.4390244Z",
  "CleanupStartedBy": 1,
  "CleanupStartedDateTime": "2025-11-04T03:54:07.4390244Z",
  "CleanupCompletedDateTime": "2025-11-04T03:54:07.4390244Z",
  "UserName": "sample string 4",
  "LastChanged": "2025-11-04T03:54:07.4390244Z"
}
        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-11-04T03:54:07.4390244+00:00</CleanupCompletedDateTime> <CleanupStartedBy>1</CleanupStartedBy> <CleanupStartedDateTime>2025-11-04T03:54:07.4390244+00:00</CleanupStartedDateTime> <ID>1</ID> <LastChanged>2025-11-04T03:54:07.4390244+00:00</LastChanged> <ProjectTaskID>2</ProjectTaskID> <SetupCompletedDateTime>2025-11-04T03:54:07.4390244+00:00</SetupCompletedDateTime> <SetupStartedBy>3</SetupStartedBy> <SetupStartedDateTime>2025-11-04T03:54:07.4390244+00:00</SetupStartedDateTime> <UserName>sample string 4</UserName> </DailySetupProgress>
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>