PATCH api/Project/dailysetup/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

JsonPatchDocumentOfDailySetupProgress
NameDescriptionTypeAdditional information
Operations

Collection of JsonPatchOperation

None.

HasOperations

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Operations": [],
  "HasOperations": false
}

application/xml, text/xml

Sample:
<JsonPatchDocumentOfDailySetupProgressiuNzEWwb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JsonPatch">
  <Operations />
</JsonPatchDocumentOfDailySetupProgressiuNzEWwb>

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 'JsonPatchDocument`1'.

application/json-patch+json

Sample:

Failed to generate the sample for media type 'application/json-patch+json'. Cannot use formatter 'JsonPatchFormatter' to write type 'JsonPatchDocument`1'.

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>