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": "b333c5f5-5313-4321-a802-ef066463552e",
  "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>b333c5f5-5313-4321-a802-ef066463552e</NoteId>
</NoteCriticalInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"NoteId":"b333c5f5-5313-4321-a802-ef066463552e","IsCritical":true}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.