Authorization: ********************{
"bizParams": "string",
"channel": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"dataVersion": 0,
"deleteFlag": 0,
"id": 0,
"modifyBy": "string",
"modifyTime": "2019-08-24T14:15:22.123Z",
"orderNo": "string",
"orderType": 0,
"receivableAmount": 0,
"remark": "string",
"status": 0,
"tenantId": "string",
"thirdDebtAmount": 0,
"thirdPayAmount": 0,
"userId": "string",
"walletCardNumber": "string"
}curl --location --request POST '/management/debt-records/addDebtRecords' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bizParams": "string",
"channel": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"dataVersion": 0,
"deleteFlag": 0,
"id": 0,
"modifyBy": "string",
"modifyTime": "2019-08-24T14:15:22.123Z",
"orderNo": "string",
"orderType": 0,
"receivableAmount": 0,
"remark": "string",
"status": 0,
"tenantId": "string",
"thirdDebtAmount": 0,
"thirdPayAmount": 0,
"userId": "string",
"walletCardNumber": "string"
}'{
"code": "string",
"msg": "string",
"data": {
"bizParams": "string",
"channel": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"dataVersion": 0,
"deleteFlag": 0,
"id": 0,
"modifyBy": "string",
"modifyTime": "2019-08-24T14:15:22.123Z",
"orderNo": "string",
"orderType": 0,
"receivableAmount": 0,
"remark": "string",
"status": 0,
"tenantId": "string",
"thirdDebtAmount": 0,
"thirdPayAmount": 0,
"userId": "string",
"walletCardNumber": "string"
},
"stackTraceMsg": "string"
}