POST api/WMS/CheckPercent
Request Information
URI Parameters
None.
Body Parameters
DashboardModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| WarehouseId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyId": 1,
"WarehouseId": 2
}
application/xml, text/xml
Sample:
<DashboardModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API.Models"> <CompanyId>1</CompanyId> <WarehouseId>2</WarehouseId> </DashboardModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of sp_Dashboard_CheckPercent_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| NG | decimal number |
None. |
|
| OK | decimal number |
None. |
|
| Pending | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NG": 1.0,
"OK": 1.0,
"Pending": 1.0
},
{
"NG": 1.0,
"OK": 1.0,
"Pending": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_Dashboard_CheckPercent_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
<sp_Dashboard_CheckPercent_Result>
<NG>1</NG>
<OK>1</OK>
<Pending>1</Pending>
</sp_Dashboard_CheckPercent_Result>
<sp_Dashboard_CheckPercent_Result>
<NG>1</NG>
<OK>1</OK>
<Pending>1</Pending>
</sp_Dashboard_CheckPercent_Result>
</ArrayOfsp_Dashboard_CheckPercent_Result>