{
"invoiceNumber": 999899011
}
curl --location --request POST 'http://openapi.chem-site.com//openapi/bhua/invoice/getInvoiceSorderItems' \
--header 'authorization: bearerNWJiNDhkNzlmNjg0N2FlMmZiYjliZWM3NGVkNzIyMjNleUpsZUhCcGNtVWlPakUyTmpRMk1EazJORGNzSW1oaGMyZ2lPaUl5ZEhsc1JIQlhkWFpNUVdaWGJVRllJbjA9' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceNumber": 999899011
}'
{
"data": {
"soNo": "string",
"dpdNum": 0,
"amount": 0
},
"status": "string",
"code": "string",
"message": "string",
"error": {}
}