{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": "INVOICE.RESEND",
"data": {
"resendtype": "string",
"params": [
{
"invoicecode": "string",
"invoiceno": "string",
"email": "user@example.com",
"phone": "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": "INVOICE.RESEND",
"data": {
"resendtype": "string",
"params": [
{
"invoicecode": "string",
"invoiceno": "string",
"email": "user@example.com",
"phone": "string"
}
]
}
}'
{"data":{"152755310920_38569486":"该发票为非电子发票,不支持重发"},"message":"成功","errorCode":"0000","success":true}