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