POST Other/GenerateICS

Request Information

URI Parameters

None.

Body Parameters

RequestOrder
NameDescriptionTypeAdditional information
OrderID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderID": 1
}

text/html

Sample:
{"OrderID":1}

application/xml, text/xml

Sample:
<RequestOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestModels">
  <OrderID>1</OrderID>
</RequestOrder>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GenerateICSResponse
NameDescriptionTypeAdditional information
URI

string

None.

Response Formats

application/json, text/json

Sample:
{
  "URI": "sample string 1"
}

text/html

Sample:
{"URI":"sample string 1"}

application/xml, text/xml

Sample:
<GenerateICSResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ResponseModels">
  <URI>sample string 1</URI>
</GenerateICSResponse>