POST api/PurchaseOrder/updateNote

Request Information

URI Parameters

None.

Body Parameters

UpdatePurchaseOrderNoteRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Note

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "48c3eab5-a31b-4451-8b80-60e947ce36df",
  "Note": "sample string 1"
}

application/xml, text/xml

Sample:
<UpdatePurchaseOrderNoteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Request.PurchaseOrder">
  <Id>48c3eab5-a31b-4451-8b80-60e947ce36df</Id>
  <Note>sample string 1</Note>
</UpdatePurchaseOrderNoteRequest>

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 'UpdatePurchaseOrderNoteRequest'.

Response Information

Resource Description

None.