GET api/brusper/get_7_days_Delivery_Details_tot?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_7_days_Delivery_Details_tot| Name | Description | Type | Additional information |
|---|---|---|---|
| tot | string |
None. |
|
| msg | string |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"tot": "sample string 1",
"msg": "sample string 2",
"error": "sample string 3"
},
{
"tot": "sample string 1",
"msg": "sample string 2",
"error": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_7_days_Delivery_Details_tot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_7_days_Delivery_Details_tot>
<error>sample string 3</error>
<msg>sample string 2</msg>
<tot>sample string 1</tot>
</get_7_days_Delivery_Details_tot>
<get_7_days_Delivery_Details_tot>
<error>sample string 3</error>
<msg>sample string 2</msg>
<tot>sample string 1</tot>
</get_7_days_Delivery_Details_tot>
</ArrayOfget_7_days_Delivery_Details_tot>