{
"billCode": "12",
"cuserid": "zxc_yy",
"pk_bill": "10012101111100001",
"pk_org": "HW010001",
"head": {
"recaccount": "108782005",
"pk_deptid": "01",
"pk_balatype": "3",
"def20": "纸质合同编码1",
"billdate": "2025-04-02 10:51:41",
"pk_ratetype": "E001",
"pk_currtype": "MYR",
"rate": 120,
"pk_psndoc": "000191",
"def5": "加盟商客户1",
"customer": "802100005"
},
"bodys": {
"BODY": [
{
"scomment": "摘要1",
"taxcodeid": "IDN002",
"pk_recpaytype": "005",
"def10": "4",
"def11": "13",
"def12": "128",
"def14": "W01003",
"def15": "2001",
"def16": "100101",
"money_cr": 500,
"notax_cr": 450.45,
"taxrate": 11,
"local_tax_cr": 5945.95,
"local_notax_cr": 54054.05,
"local_money_cr": 60000,
"material": "1010000",
"def9": "3",
"comment": "摘要1",
"def7": "7",
"def8": "5",
"def5": "6788",
"def6": "5522"
}
]
}
}
curl --location --request POST '/service/recivemsg?type=BillF2Add' \
--header 'Content-Type: application/json' \
--data-raw '{
"billCode": "12",
"cuserid": "zxc_yy",
"pk_bill": "10012101111100001",
"pk_org": "HW010001",
"head": {
"recaccount": "108782005",
"pk_deptid": "01",
"pk_balatype": "3",
"def20": "纸质合同编码1",
"billdate": "2025-04-02 10:51:41",
"pk_ratetype": "E001",
"pk_currtype": "MYR",
"rate": 120,
"pk_psndoc": "000191",
"def5": "加盟商客户1",
"customer": "802100005"
},
"bodys": {
"BODY": [
{
"scomment": "摘要1",
"taxcodeid": "IDN002",
"pk_recpaytype": "005",
"def10": "4",
"def11": "13",
"def12": "128",
"def14": "W01003",
"def15": "2001",
"def16": "100101",
"money_cr": 500,
"notax_cr": 450.45,
"taxrate": 11,
"local_tax_cr": 5945.95,
"local_notax_cr": 54054.05,
"local_money_cr": 60000,
"material": "1010000",
"def9": "3",
"comment": "摘要1",
"def7": "7",
"def8": "5",
"def5": "6788",
"def6": "5522"
}
]
}
}'
{
"code": 200,
"datas": {
"billno": "D22022053000000011",
"headId": "1001K51000000000AADD"
},
"msg": "",
"opType": "http://127.0.0.1:14611/service/recivemsg?type=BillF2Add",
"page": 1,
"pageSize": 0,
"pk_bill": "100000110001",
"pk_group": "1001A11000000000086X",
"requstId": "唯一请求识别码,非必填",
"success": true,
"total": 0,
"ts": 1653920064149
}