POST ActionApi/T_Inventory/GetHistoryInventoryErrorSkuDetail
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of sp_GetHistoryInventorys_Result1Name | Description | Type | Additional information |
---|---|---|---|
iStoreId | globally unique identifier |
None. |
|
iUserId | globally unique identifier |
None. |
|
dtReportTime | date |
None. |
|
statue | string |
None. |
|
cstorecode | string |
None. |
|
cStoreFullName | string |
None. |
|
cProvinceName | string |
None. |
|
cReportSkuCode | string |
None. |
|
authPath | string |
None. |
|
iSalesAmount | decimal number |
None. |
|
pankuErrorCount | integer |
None. |
|
cDictName | string |
None. |
|
iErrorSku | integer |
None. |
|
iProductBrand | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "iStoreId": "de86ef2b-640f-4c93-b293-fe17c52307df", "iUserId": "cc0f2c6f-1cc0-42d4-b0a3-639194d8b80e", "dtReportTime": "2023-03-23T15:00:55.1059371+08:00", "statue": "sample string 1", "cstorecode": "sample string 2", "cStoreFullName": "sample string 3", "cProvinceName": "sample string 4", "cReportSkuCode": "sample string 5", "authPath": "sample string 6", "iSalesAmount": 1.0, "pankuErrorCount": 1, "cDictName": "sample string 7", "iErrorSku": 1, "iProductBrand": 1 }, { "iStoreId": "de86ef2b-640f-4c93-b293-fe17c52307df", "iUserId": "cc0f2c6f-1cc0-42d4-b0a3-639194d8b80e", "dtReportTime": "2023-03-23T15:00:55.1059371+08:00", "statue": "sample string 1", "cstorecode": "sample string 2", "cStoreFullName": "sample string 3", "cProvinceName": "sample string 4", "cReportSkuCode": "sample string 5", "authPath": "sample string 6", "iSalesAmount": 1.0, "pankuErrorCount": 1, "cDictName": "sample string 7", "iErrorSku": 1, "iProductBrand": 1 } ]