{
"billCode": "12",
"cuserid": "zxc_yy",
"pk_bill": "10012101111100001",
"pk_org": "HW020001",
"head": {
"pk_deptid": "06",
"subjcode": "1012",
"supplier": "7050006",
"pk_balatype": "3",
"pk_tradetype": "F3-Cxx-02",
"def20": "纸质合同编码1",
"billdate": "2025-04-09 18:18:33",
"def27": "CLAIM-202502280004",
"pk_ratetype": "E001",
"pk_currtype": "SGD",
"payaccount": "313-546418-101",
"rate": 170,
"def4": "用户定义属性4",
"def1": "发票号23",
"pk_psndoc": "MY0020",
"customer": "HW050001"
},
"bodys": {
"BODY": [
{
"scomment": "摘要1",
"taxcodeid": "MY002",
"pk_recpaytype": "010",
"money_de": 11,
"def10": "122",
"def11": "12",
"def12": "121",
"def15": "1012",
"def16": "2201",
"occupationmny": 11,
"local_money_bal": 1870,
"notax_de": 11,
"feeundertaker": "OUR",
"taxrate": 10,
"rate": 170,
"local_notax_de": 1870,
"def1": "03-0003",
"money_bal": 11,
"material": "1020030",
"local_money_de": 1870,
"def9": "123",
"comment": "备注1",
"def7": "11",
"def8": "124",
"def6": "5442"
}
]
}
}
curl --location --request POST '/service/recivemsg?type=BillF3Add' \
--header 'Content-Type: application/json' \
--data-raw '{
"billCode": "12",
"cuserid": "zxc_yy",
"pk_bill": "10012101111100001",
"pk_org": "HW020001",
"head": {
"pk_deptid": "06",
"subjcode": "1012",
"supplier": "7050006",
"pk_balatype": "3",
"pk_tradetype": "F3-Cxx-02",
"def20": "纸质合同编码1",
"billdate": "2025-04-09 18:18:33",
"def27": "CLAIM-202502280004",
"pk_ratetype": "E001",
"pk_currtype": "SGD",
"payaccount": "313-546418-101",
"rate": 170,
"def4": "用户定义属性4",
"def1": "发票号23",
"pk_psndoc": "MY0020",
"customer": "HW050001"
},
"bodys": {
"BODY": [
{
"scomment": "摘要1",
"taxcodeid": "MY002",
"pk_recpaytype": "010",
"money_de": 11,
"def10": "122",
"def11": "12",
"def12": "121",
"def15": "1012",
"def16": "2201",
"occupationmny": 11,
"local_money_bal": 1870,
"notax_de": 11,
"feeundertaker": "OUR",
"taxrate": 10,
"rate": 170,
"local_notax_de": 1870,
"def1": "03-0003",
"money_bal": 11,
"material": "1020030",
"local_money_de": 1870,
"def9": "123",
"comment": "备注1",
"def7": "11",
"def8": "124",
"def6": "5442"
}
]
}
}'
{
"code": 200,
"datas": {
"billno": "D32022053000000035",
"headId": "1001K510000000009UXZ"
},
"msg": "",
"opType": "http://127.0.0.1:14611/service/recivemsg?type=BillF3Add",
"page": 1,
"pageSize": 0,
"pk_bill": "1000001111001",
"pk_group": "1001A11000000000086X",
"requstId": "唯一请求识别码,非必填",
"success": true,
"total": 0,
"ts": 1653895909057
}