POST api/Order

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json, text/html

Sample:
{
  "SessionID": "sample string 1",
  "OrderID": 2,
  "DealType": "sample string 3",
  "BuyCurrency": "sample string 4",
  "SellCurrency": "sample string 5",
  "CheckSingleRate": 6,
  "Status": "sample string 7",
  "OrderType": "sample string 8",
  "Action": "sample string 9",
  "GoodTilCancelled": 10,
  "NotificationMethod": "sample string 11",
  "ExpirationDate": "sample string 12",
  "NotifyCustomer": 13,
  "OpenFor": 14,
  "NearDate": "sample string 15",
  "FarDate": "sample string 16",
  "CustomerRate1": 17.0,
  "BuyAmount1": 18.0,
  "SellAmount1": 19.0,
  "CustomerRate2": 20.0,
  "BuyAmount2": 21.0,
  "SellAmount2": 22.0,
  "UpdateToken": "sample string 23"
}

application/xml, text/xml

Sample:
<SaveOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/e2eMobileAPI.Models.Requests">
  <Action>sample string 9</Action>
  <BuyAmount1>18</BuyAmount1>
  <BuyAmount2>21</BuyAmount2>
  <BuyCurrency>sample string 4</BuyCurrency>
  <CheckSingleRate>6</CheckSingleRate>
  <CustomerRate1>17</CustomerRate1>
  <CustomerRate2>20</CustomerRate2>
  <DealType>sample string 3</DealType>
  <ExpirationDate>sample string 12</ExpirationDate>
  <FarDate>sample string 16</FarDate>
  <GoodTilCancelled>10</GoodTilCancelled>
  <NearDate>sample string 15</NearDate>
  <NotificationMethod>sample string 11</NotificationMethod>
  <NotifyCustomer>13</NotifyCustomer>
  <OpenFor>14</OpenFor>
  <OrderID>2</OrderID>
  <OrderType>sample string 8</OrderType>
  <SellAmount1>19</SellAmount1>
  <SellAmount2>22</SellAmount2>
  <SellCurrency>sample string 5</SellCurrency>
  <SessionID>sample string 1</SessionID>
  <Status>sample string 7</Status>
  <UpdateToken>sample string 23</UpdateToken>
</SaveOrderRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.