POST v1/Order/OrderVersionDropDelete

Deletes an order version drop record

This is secure method and requires below attributes in header

Authorization: Midnight Authorize Token

Request Information

URI Parameters

None.

Body Parameters

OrderVersionDropRequest
NameDescriptionTypeAdditional information
OrderVersionDropID

Required. Must match a valid Midnight OrderVersionDropID.

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "OrderVersionDropID": 1
}

application/xml, text/xml

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

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

Response Information

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

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