{
"operator": "string",
"operateContact": "string",
"feeAmount": 0,
"taxCode": "string",
"description": "string",
"contactPerson": "string",
"customerPosition": "string",
"mobile": "string",
"email": "string",
"leaseId": 0,
"collectionStartDate": "string",
"collectionEndDate": "string",
"paymentOrderIds": [
0
],
"fileList": [
0
]
}
curl --location --request POST 'http://test-cn.your-api-server.com/epayment005/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator": "string",
"operateContact": "string",
"feeAmount": 0,
"taxCode": "string",
"description": "string",
"contactPerson": "string",
"customerPosition": "string",
"mobile": "string",
"email": "string",
"leaseId": 0,
"collectionStartDate": "string",
"collectionEndDate": "string",
"paymentOrderIds": [
0
],
"fileList": [
0
]
}'
{
"code": 0,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}