Authorization: Bearer ********************
{
"id": 0,
"employeeId": 0,
"employeeName": "string",
"employeePhone": "string",
"withdrawalCode": "string",
"title": "string",
"type": "string",
"amount": 0,
"receiptAccount": "string",
"withdrawalPlatform": "string",
"status": "string",
"remark": "string",
"isDelete": "string"
}
curl --location --request POST '/appMark/api/receiptPayment/addReceiptPayments' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"employeeId": 0,
"employeeName": "string",
"employeePhone": "string",
"withdrawalCode": "string",
"title": "string",
"type": "string",
"amount": 0,
"receiptAccount": "string",
"withdrawalPlatform": "string",
"status": "string",
"remark": "string",
"isDelete": "string"
}'
{
"code": 0,
"msg": "string",
"data": {
"empty": true,
"property1": {},
"property2": {}
}
}