POST api/Project/tasksecondaryprogress

Request Information

URI Parameters

None.

Body Parameters

DailyScheduleTaskSecondaryProgress
NameDescriptionTypeAdditional 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": "2024-05-18T04:00:50.8292219Z",
  "SecondaryProgressCompletedDateTime": "2024-05-18T04:00:50.8292219Z",
  "UserName": "sample string 6",
  "LastChanged": "2024-05-18T04:00:50.8292219Z"
}

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>2024-05-18T04:00:50.8292219+00:00</LastChanged>
  <SecondaryProgressBy>4</SecondaryProgressBy>
  <SecondaryProgressCompletedDateTime>2024-05-18T04:00:50.8292219+00:00</SecondaryProgressCompletedDateTime>
  <SecondaryProgressStartedDateTime>2024-05-18T04:00:50.8292219+00:00</SecondaryProgressStartedDateTime>
  <SecondaryUpdateType>3</SecondaryUpdateType>
  <UserName>sample string 6</UserName>
</DailyScheduleTaskSecondaryProgress>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DailyScheduleTaskSecondaryProgress'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>