POST v1/Order/OrderVersionDelete

Order Version Delete

This is secure method and requires below attributes in header

Authorization: Midnight Authorize Token

Request Information

URI Parameters

None.

Body Parameters

Request Body

OrderVersionDeleteRequest
NameDescriptionTypeAdditional information
VersionID

Provide the VersionID

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "VersionID": 1
}

application/xml, text/xml

Sample:
<OrderVersionDeleteRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <VersionID>1</VersionID>
</OrderVersionDeleteRequest>

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

Response Information

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>