POST fxo/Order
Request Information
URI Parameters
None.
Body Parameters
CreateOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| order | Order |
Required |
|
| orderlist_transaction | OrderListTransaction |
None. |
Request Formats
application/json, text/json
Sample:
{
"order": {
"entity": {
"value": "sample string 1",
"id": 2
},
"order_type": {
"value": "sample string 1",
"id": 2
},
"cancel_link": {
"value": "sample string 1",
"id": 2
},
"email_address": "sample string 1",
"order_basis": {
"value": "sample string 1",
"id": 2
},
"deal_type": {
"value": "sample string 1",
"id": 2
},
"start_date": "sample string 2",
"value_date": "sample string 3",
"status": {
"value": "sample string 1",
"id": 2
},
"entry_date": "sample string 4",
"expiry_type": {
"value": "sample string 1",
"id": 2
},
"expiry_date": "sample string 5",
"expiry_time": "sample string 6",
"remarks": "sample string 7"
},
"orderlist_transaction": {
"type": "sample string 1",
"buy_currency": {
"value": "sample string 1",
"id": 2
},
"sell_currency": {
"value": "sample string 1",
"id": 2
},
"amount": 2.0,
"rate": 3.0
}
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.