POST ActionApi/T_Orders/GetOrderStatistical
获取单据的统计信息 待审核 待发货 待收货
Request Information
URI Parameters
None.
Body Parameters
OrderViewModelName | Description | Type | Additional information |
---|---|---|---|
State |
状态 |
integer |
None. |
StateName |
状态名称 |
string |
None. |
count |
统计 |
integer |
None. |
userId |
登陆人 |
globally unique identifier |
None. |
storeId |
登陆人的所在的门店 |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "State": 1, "StateName": "sample string 2", "count": 3, "userId": "357b40ee-e21c-4f57-8ef4-3ded9e3ec40e", "storeId": "89c09f6e-80f8-4771-a43b-cd13a4b6c2b6" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
获取单据的统计信息 待审核 待发货 待收货
OrderViewModelName | Description | Type | Additional information |
---|---|---|---|
State |
状态 |
integer |
None. |
StateName |
状态名称 |
string |
None. |
count |
统计 |
integer |
None. |
userId |
登陆人 |
globally unique identifier |
None. |
storeId |
登陆人的所在的门店 |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "State": 1, "StateName": "sample string 2", "count": 3, "userId": "5f8d829f-eba0-401b-b98c-9aa78f639ffd", "storeId": "c4df332f-934e-4086-8c22-5c0d9687cbd7" }