POST web/Order/AmendOrder
Request Information
URI Parameters
None.
Body Parameters
AmendOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| order | AmendOrderBook |
None. |
|
| order_detail | OrderDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"order": {
"order_type": {
"value": "sample string 1",
"id": 2
},
"entry_date": "sample string 1",
"expiry_type": {
"value": "sample string 1",
"id": 2
},
"expiry_date": "sample string 2",
"expiry_time": "sample string 3",
"is_cancel_order": true
},
"order_detail": {
"order_id": 1,
"order_detail_id": "sample string 2",
"type": "sample string 3",
"order_basis": {
"value": "sample string 1",
"id": 2
},
"buy_currency": {
"value": "sample string 1",
"id": 2
},
"sell_currency": {
"value": "sample string 1",
"id": 2
},
"buy_amount": 4.0,
"sell_amount": 5.0,
"rate": 6.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.