查询采购入库单列表
测试环境
https://gldopenapi.keruyun.com
测试环境
https://gldopenapi.keruyun.com
POST
/open/v1/supplyChain/purchase/purchaseAsn
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/purchase/purchaseAsn?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 21,
"start": 9,
"supplierCode": "27",
"limit": 86,
"startTime": 182074651195,
"asnNo": "laboris",
"endTime": "2005-06-07 14:00:12",
"shopId": "64"
}'
响应示例响应示例
{
"result": {
"total": 1,
"num": 1,
"data": [
{
"id": 128086722370092030,
"brandId": 32296,
"brandName": "体验区测试品牌01",
"warehouseId": 37844913051684860,
"warehouseCode": "WH001",
"warehouseName": "总仓库",
"asnNo": "CR201808200005",
"supplierId": 37690324344131580,
"supplierCode": "SP001",
"supplierName": "默认供应商",
"remarks": "",
"amount": 3085.98,
"qty": 204,
"status": 1,
"creatorName": "朱燕",
"createTime": 1534733454000,
"confirmTime": 1534733454000,
"updaterName": "朱燕",
"updateTime": 1534733454000,
"billDate": 1534694400000,
"shopId": 810094162,
"shopName": "体验区测试品牌01store品牌1门店1"
}
]
},
"code": 0,
"message": "成功 ",
"messageUuid": "63e9f50d1d9e4b75b79bde9025d1f5e1",
"apiMessage": null
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json