POST api/order/Order/{orderID}/Post

This API method will allow you to Post an UnOfficial order

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderID

Order # of the order to Post

integer

Required

Body Parameters

None.

Request Formats

application/xml

Sample:

An exception has occurred while using the formatter 'XmlFormatter' to generate sample for media type 'application/xml'. Exception message: An object of type 'String' cannot be used with a type parameter of 'Int32'. Parameter name: value

text/xml

Sample:

An exception has occurred while using the formatter 'XmlFormatter' to generate sample for media type 'text/xml'. Exception message: An object of type 'String' cannot be used with a type parameter of 'Int32'. Parameter name: value

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: An object of type 'String' cannot be used with a type parameter of 'Int32'. Parameter name: value

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: An object of type 'String' cannot be used with a type parameter of 'Int32'. Parameter name: value

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedFormatter' to write type 'Int32'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.