{
"batch_no": "PCH20230717151932123",
"total_mount": 0,
"total_num": 0,
"details": [
{
"source_flow_number": "LSH20230717152532123",
"source_note_code": "DJH20230717152532123",
"basic_info": {
"apply_org_name": "大力神集团总公司",
"pay_biz_type_code": "投资性支出",
"pay_way_code": "A1",
"pay_date(可以去掉)": "yyyyMMdd",
"appointment_date_time": "yyyyMMdd HHmm",
"is_inner_trans(移到收方类型,交易对手类型),员工是否放到交易对手中": 0,
"budget_item_code": " 商务费",
"cost_center": "大力神集团总公司",
"submit_by": "财务某某",
"extension_info": "string"
},
"payer_info": {
"pay_org_name": "大力神集团总公司",
"pay_account_number": "0200041419201222209",
"pay_account_currency": "人民币",
"pay_virtual_account_number": "0000000000",
"linkage_pay_account_number": "0200041419201222209"
},
"opp_info": {
"opp_name": "百世物流有限公司",
"opp_account_number": "1000000000024",
"opp_account_name": "百世物流有限公司",
"opp_virtual_account_number": "string",
"is_same_bank": 0,
"opp_bank_location": "交通银行嘉兴分行",
"opp_cnaps": "011588006022",
"private_flag": 0,
"card_type(考虑去掉)": 0,
"notice_phone": "浙江省杭州市滨江区xxxxxxxxxx",
"notice_email": "string"
},
"trans_info": {
"currency_code": "string",
"trans_amount": 12000,
"urgent_flag(整合到汇款邮路) pay_route": "string",
"purpose": "原材料采购",
"summary": "工资",
"memo": "工资奖金"
},
"contracts": [
{
"contract_code": "string",
"contract_funditem": "string",
"contract_amount": 0,
"contract_currency_code": "string"
}
],
"invoices": [
{
"invoice_code": "string",
"invoice_description": "string",
"invoice_date": "yyyyMMdd",
"invoice_amount": 0,
"invoice_currency_code": "string",
"invoice_rate": 0
}
],
"attachs": [
{
"attach_title": "string",
"attach_url": "string"
}
]
}
]
}
curl --location --request POST '/settlement/single/create' \
--header 'command_code;' \
--header 'Content-Type: application/json' \
--data-raw '{
"batch_no": "PCH20230717151932123",
"total_mount": 0,
"total_num": 0,
"details": [
{
"source_flow_number": "LSH20230717152532123",
"source_note_code": "DJH20230717152532123",
"basic_info": {
"apply_org_name": "大力神集团总公司",
"pay_biz_type_code": "投资性支出",
"pay_way_code": "A1",
"pay_date(可以去掉)": "yyyyMMdd",
"appointment_date_time": "yyyyMMdd HHmm",
"is_inner_trans(移到收方类型,交易对手类型),员工是否放到交易对手中": 0,
"budget_item_code": " 商务费",
"cost_center": "大力神集团总公司",
"submit_by": "财务某某",
"extension_info": "string"
},
"payer_info": {
"pay_org_name": "大力神集团总公司",
"pay_account_number": "0200041419201222209",
"pay_account_currency": "人民币",
"pay_virtual_account_number": "0000000000",
"linkage_pay_account_number": "0200041419201222209"
},
"opp_info": {
"opp_name": "百世物流有限公司",
"opp_account_number": "1000000000024",
"opp_account_name": "百世物流有限公司",
"opp_virtual_account_number": "string",
"is_same_bank": 0,
"opp_bank_location": "交通银行嘉兴分行",
"opp_cnaps": "011588006022",
"private_flag": 0,
"card_type(考虑去掉)": 0,
"notice_phone": "浙江省杭州市滨江区xxxxxxxxxx",
"notice_email": "string"
},
"trans_info": {
"currency_code": "string",
"trans_amount": 12000,
"urgent_flag(整合到汇款邮路) pay_route": "string",
"purpose": "原材料采购",
"summary": "工资",
"memo": "工资奖金"
},
"contracts": [
{
"contract_code": "string",
"contract_funditem": "string",
"contract_amount": 0,
"contract_currency_code": "string"
}
],
"invoices": [
{
"invoice_code": "string",
"invoice_description": "string",
"invoice_date": "yyyyMMdd",
"invoice_amount": 0,
"invoice_currency_code": "string",
"invoice_rate": 0
}
],
"attachs": [
{
"attach_title": "string",
"attach_url": "string"
}
]
}
]
}'
{
"batch_no": "string",
"total_num": 0,
"success_num": 0,
"fail_num": 0,
"responseBody": [
{
"source_flow_number": "string",
"status": 1,
"status_msg": "string",
"biz_numer": "string"
}
]
}