{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": "BILL.REISSUE.CREATE",
"data": {
"invoiceCode": "string",
"invoiceNo": "string",
"reIssueBill": {
"reIssueBillNo": "string",
"buyerName": "string",
"buyerTaxNo": "string",
"buyerAddr": "string",
"buyerBank": "string",
"buyerEmail": "string",
"buyerPhone": "string",
"invoiceRemark": "string"
}
}
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/sim/openApi?access_token=1107974180231447552_L3nqi9yB42ysU25QKA2Z6qgxT3blIVYsp9Nr1eLbP9B63o4Pjb3177JC7544rQ0dgNCgwLEfI92NHbAaM5Cdxz1rsQwF9u1ANbDI' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": "BILL.REISSUE.CREATE",
"data": {
"invoiceCode": "string",
"invoiceNo": "string",
"reIssueBill": {
"reIssueBillNo": "string",
"buyerName": "string",
"buyerTaxNo": "string",
"buyerAddr": "string",
"buyerBank": "string",
"buyerEmail": "string",
"buyerPhone": "string",
"invoiceRemark": "string"
}
}
}'
{
"message": "生成成功",
"errorCode": "0",
"success": true
}