POST api/v1/exchangev1/Exchange

Request Information

URI Parameters

None.

Body Parameters

ExchangeParam
NameDescriptionTypeAdditional information
ExchangeCount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "ExchangeCount": 1.0
}

application/xml, text/xml

Sample:
<ExchangeParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DDO.AppApi.Models.v1.Params.Odd">
  <ExchangeCount>1</ExchangeCount>
</ExchangeParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.