{
"cash_collection_invoice_id": 19732908350293,
"record_list": [
{
"refer_id": 19733434680417,
"refer_type": 1,
"cash_collection_amount": 1,
"cash_collection_invoice_amount": 1,
"cash_collection_comment": "备注文本"
}
]
}curl --location --request POST 'https://api-sandbox.xiaoman.cn/v1/invoices/receiptRegistration/allocate' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"cash_collection_invoice_id": 19732908350293,
"record_list": [
{
"refer_id": 19733434680417,
"refer_type": 1,
"cash_collection_amount": 1,
"cash_collection_invoice_amount": 1,
"cash_collection_comment": "备注文本"
}
]
}'{
"code": 0,
"now": "string",
"message": "string",
"data": {
"cash_collection_invoice_id": 0,
"cash_collection_invoice_no": "string",
"record_list": [
{
"cash_collection_id": 0,
"cash_collection_no": "string",
"cash_collection_currency": "string",
"cash_collection_exchange_rate": 0,
"cash_collection_exchange_rate_usd": 0,
"cash_collection_amount": 0,
"cash_collection_bank_charge": 0,
"cash_collection_invoice_amount": 0,
"cash_collection_invoice_bank_charge": 0,
"cash_collection_comment": "string",
"refer_id": 0,
"refer_type": 0,
"refer_no": "string",
"refer_amount": 0,
"cash_collection_collect_amount": 0,
"cash_collection_not_collect_amount": 0,
"exchange_loss_amount": 0,
"exchange_loss_amount_usd": 0
}
]
}
}