GET api/IC_PRODUCT_BALANS_3/GetDailyWorks/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ClassDailyWork| Name | Description | Type | Additional information |
|---|---|---|---|
| CUSTOMER_NAME | string |
None. |
|
| OPERATION_TYPE_NAME | string |
None. |
|
| OPERATION_DATE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CUSTOMER_NAME": "sample string 1",
"OPERATION_TYPE_NAME": "sample string 2",
"OPERATION_DATE": "sample string 3"
}
application/xml, text/xml
Sample:
<ClassDailyWork xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TopsumMX2020.Models"> <CUSTOMER_NAME>sample string 1</CUSTOMER_NAME> <OPERATION_DATE>sample string 3</OPERATION_DATE> <OPERATION_TYPE_NAME>sample string 2</OPERATION_TYPE_NAME> </ClassDailyWork>