POST api/Direct/Purchase
直联数据(采购)
请求的信息
URI参数
None.
Body参数
入参
DirectPurchaseInfo名称 | 描述 | 类型 | 其它信息 |
---|---|---|---|
para |
采购数据入参数据 |
DirectPurchaseInfoData |
None. |
appKey |
[必传参数]直联商户编码 |
string |
None. |
timeStamp |
[必传参数]请求时间戳 |
string |
None. |
version |
[必传参数]版本号 |
string |
None. |
sign |
[必传参数]数字签名 |
string |
None. |
请求格式
application/json, text/json
Sample:
{ "para": { "$id": "2", "startDate": "2025-04-26T01:30:40.359158+08:00", "endDate": "2025-04-26T01:30:40.359158+08:00" }, "appKey": "sample string 1", "timeStamp": "sample string 2", "version": "sample string 3", "sign": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfDirectPurchaseModel名称 | 描述 | 类型 | 其它信息 |
---|---|---|---|
Content | DirectPurchaseModel |
None. |
响应格式
application/json, text/json
Sample:
{ "content": { "$id": "2", "data": { "$id": "3" }, "zCount": "sample string 2", "customStatus": 10, "customMessage": "sample string 3" } }