{
"client_id": "string",
"sign": "string",
"timestamp": "string",
"encType": "string",
"bxd_key": "string",
"billnumber": "string",
"eid": "string",
"data": [
{
"entryid": "string",
"fid": [
"string"
],
"costTypeId": "string",
"costTypeName": "string"
}
],
"attachmentFids": "string",
"creatorId": "string",
"creatorName": "string",
"creatorPhone": "string",
"creatorEmail": "string",
"resource": "s",
"coverBase64": "string",
"coverFileType": "string",
"coverNumber": "string",
"applyOrganizationCode": "string",
"applyOrganizationName": "string",
"expensePersonId": "string",
"expensePersonName": "string",
"expenseSystemSource": "string",
"expenseReviewer": "string",
"remark": "string",
"realExpenseAmount": "string"
}
curl --location --request POST 'https://api-dev.piaozone.com/test/m4/fpzs/expense/entry/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"sign": "string",
"timestamp": "string",
"encType": "string",
"bxd_key": "string",
"billnumber": "string",
"eid": "string",
"data": [
{
"entryid": "string",
"fid": [
"string"
],
"costTypeId": "string",
"costTypeName": "string"
}
],
"attachmentFids": "string",
"creatorId": "string",
"creatorName": "string",
"creatorPhone": "string",
"creatorEmail": "string",
"resource": "s",
"coverBase64": "string",
"coverFileType": "string",
"coverNumber": "string",
"applyOrganizationCode": "string",
"applyOrganizationName": "string",
"expensePersonId": "string",
"expensePersonName": "string",
"expenseSystemSource": "string",
"expenseReviewer": "string",
"remark": "string",
"realExpenseAmount": "string"
}'
{
"errcode": "0000",
"description": "操作成功",
"traceId": ""
}