{
"fscanBillNo": "string",
"fbillId": "string",
"fbillTypeCode": "FYBX",
"fbillTypeDes": "费用报销单",
"fapplyUserName": "string",
"fapplyUserPhone": "string",
"fapplyErpUserName": "string",
"fapplyOrganizationCode": "string",
"fapplyOrganizationName": "string",
"resource": "EAS",
"billNo": "string",
"taxNo": "string"
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/bds/erpBillPush?access_token=' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fscanBillNo": "string",
"fbillId": "string",
"fbillTypeCode": "FYBX",
"fbillTypeDes": "费用报销单",
"fapplyUserName": "string",
"fapplyUserPhone": "string",
"fapplyErpUserName": "string",
"fapplyOrganizationCode": "string",
"fapplyOrganizationName": "string",
"resource": "EAS",
"billNo": "string",
"taxNo": "string"
}'
{
"success": true,
"errorCode": "string",
"message": "string",
"data": {}
}