GET api/brusper/order_id
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of get_order_id| Name | Description | Type | Additional information |
|---|---|---|---|
| ord_id | string |
None. |
|
| msg | string |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ord_id": "sample string 1",
"msg": "sample string 2",
"error": "sample string 3"
},
{
"ord_id": "sample string 1",
"msg": "sample string 2",
"error": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_order_id xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_order_id>
<error>sample string 3</error>
<msg>sample string 2</msg>
<ord_id>sample string 1</ord_id>
</get_order_id>
<get_order_id>
<error>sample string 3</error>
<msg>sample string 2</msg>
<ord_id>sample string 1</ord_id>
</get_order_id>
</ArrayOfget_order_id>