POST api/Note/Critical

Request Information

URI Parameters

None.

Body Parameters

NoteCriticalInputModel
NameDescriptionTypeAdditional information
NoteId

globally unique identifier

None.

IsCritical

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "NoteId": "00e952de-dab6-44b0-8844-7a2c220809eb",
  "IsCritical": true
}

application/xml, text/xml

Sample:
<NoteCriticalInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
  <IsCritical>true</IsCritical>
  <NoteId>00e952de-dab6-44b0-8844-7a2c220809eb</NoteId>
</NoteCriticalInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"NoteId":"00e952de-dab6-44b0-8844-7a2c220809eb","IsCritical":true}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.