GET api/IC_STOCKS/getExpeditorDailyReport/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelDayReport| Name | Description | Type | Additional information |
|---|---|---|---|
| SALE | string |
None. |
|
| CASH | string |
None. |
|
| DISCOUNT | string |
None. |
|
| SALERETURN | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SALE": "sample string 1",
"CASH": "sample string 2",
"DISCOUNT": "sample string 3",
"SALERETURN": "sample string 4"
}
application/xml, text/xml
Sample:
<ModelDayReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TopsumMX2020.Models"> <CASH>sample string 2</CASH> <DISCOUNT>sample string 3</DISCOUNT> <SALE>sample string 1</SALE> <SALERETURN>sample string 4</SALERETURN> </ModelDayReport>