{
"InvoiceAddr": "string",
"TaxNo": "string",
"SaleNo": "string",
"InvoiceUrl": "string",
"InvoiceTitle": "string",
"InvoiceBank": "string",
"InvoiceNo": "string",
"InvoiceAmount": 0,
"OpenId": "string",
"Timestamp": 0,
"InvoiceType": "string",
"InvoiceTime": "string",
"InvoiceCompany": "string",
"InvoiceCode": "string"
}
curl --location --request POST 'https://api-dev.piaozone.com/test/:忽略该前缀,此接口地址由客户自身系统提供' \
--header 'Content-Type: application/json' \
--data-raw '{
"InvoiceAddr": "string",
"TaxNo": "string",
"SaleNo": "string",
"InvoiceUrl": "string",
"InvoiceTitle": "string",
"InvoiceBank": "string",
"InvoiceNo": "string",
"InvoiceAmount": 0,
"OpenId": "string",
"Timestamp": 0,
"InvoiceType": "string",
"InvoiceTime": "string",
"InvoiceCompany": "string",
"InvoiceCode": "string"
}'
{}