GET Api/B/WxXcxCkGL/ShopOrderV2?appid={appid}&WHID={WHID}&state={state}&pageIndex={pageIndex}&key={key}&pageSize={pageSize}
门店订货单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appid |
公司标识 |
string |
Required |
WHID |
客房标识 |
globally unique identifier |
Required |
state |
2,待配货3,待出库4,已出库 |
integer |
Required |
pageIndex |
页码 |
integer |
Required |
key |
搜索关键字 |
string |
Default value is |
pageSize |
页大小 默认为10 |
integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>