{
"billCode": "第三方系统单据号 xxx",
"cuserid": "ufida01",
"pk_bill": "第三方系统单据id xxxx",
"pk_corp": null,
"pk_group": "ZTO",
"pk_org": "ZTO012025",
"head": {
"business_date": "2021-05-20 11:56:25",
"reason": "备注xxx"
},
"bodys": {
"BODY": [
{
"memo": "行备注xxx",
"pk_card": "ZCTEST000001",
"pk_reason": "0001",
"pk_reducestyle": "0203",
"purgefee": "15.00",
"purgerevenue": "10.00"
}
]
}
}
curl --location --request POST '/service/recivemsg?type=BillFaCradReduceInsert' \
--header 'Content-Type: application/json' \
--data-raw '{
"billCode": "第三方系统单据号 xxx",
"cuserid": "ufida01",
"pk_bill": "第三方系统单据id xxxx",
"pk_corp": null,
"pk_group": "ZTO",
"pk_org": "ZTO012025",
"head": {
"business_date": "2021-05-20 11:56:25",
"reason": "备注xxx"
},
"bodys": {
"BODY": [
{
"memo": "行备注xxx",
"pk_card": "ZCTEST000001",
"pk_reason": "0001",
"pk_reducestyle": "0203",
"purgefee": "15.00",
"purgerevenue": "10.00"
}
]
}
}'
{
"code": 200,
"datas": {
"billno": "D02022053100000007",
"headId": "1001K51000000000AI37"
},
"msg": "",
"opType": "http://127.0.0.1:14611/service/recivemsg?type=BillF0Add",
"page": 1,
"pageSize": 0,
"pk_bill": "100000111110003",
"pk_group": "1001A11000000000086X",
"requstId": "唯一请求识别码,非必填",
"total": 0,
"ts": 1653961415735
}