{
"operator": {
"name": "string",
"id": 0
},
"operaterContact": "string",
"feeAmount": 0,
"description": "string",
"customer": {
"version": 0,
"createdDate": "string",
"createdBy": "string",
"modifiedDate": "string",
"modifiedBy": "string",
"deleted": "false",
"project": 0,
"id": 0,
"name": "string",
"contactPerson": "string",
"customerPosition": "string",
"mobile": "string",
"email": "string",
"taxCode": "string"
},
"location": [
0
],
"fileUploadList": [
0
],
"tableData": [
{
"paymentOrderItemId": 0,
"paymentItemsName": "string",
"paymentItemsId": 0,
"description": "string",
"money": 0,
"taxRate": 0,
"roomIds": [
0
],
"unit": "string",
"taxFee": 0,
"dosage": 0
}
],
"paymentItemsId": 0,
"leaseId": 0,
"calculationPeriodStartDate": "string",
"calculationPeriodEndDate": "string",
"woId": 0
}
curl --location --request POST 'http://test-cn.your-api-server.com/epayment001/save/epayment' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator": {
"name": "string",
"id": 0
},
"operaterContact": "string",
"feeAmount": 0,
"description": "string",
"customer": {
"version": 0,
"createdDate": "string",
"createdBy": "string",
"modifiedDate": "string",
"modifiedBy": "string",
"deleted": "false",
"project": 0,
"id": 0,
"name": "string",
"contactPerson": "string",
"customerPosition": "string",
"mobile": "string",
"email": "string",
"taxCode": "string"
},
"location": [
0
],
"fileUploadList": [
0
],
"tableData": [
{
"paymentOrderItemId": 0,
"paymentItemsName": "string",
"paymentItemsId": 0,
"description": "string",
"money": 0,
"taxRate": 0,
"roomIds": [
0
],
"unit": "string",
"taxFee": 0,
"dosage": 0
}
],
"paymentItemsId": 0,
"leaseId": 0,
"calculationPeriodStartDate": "string",
"calculationPeriodEndDate": "string",
"woId": 0
}'
{
"code": 0,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}