{
"id": "string"
}
curl --location --request POST '/invoice/querySaleInvoiceUse' \
--header 'Biz-Type: {{Biz-Type}}' \
--header 'Gksk-Access-Token: {{Gksk-Access-Token}}' \
--header 'Gksk-Tenant-Code: {{Gksk-Tenant-Code}}' \
--header 'Ou: 60' \
--header 'Taxno: {{Taxno}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'systemSource: {{systemSource}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
com.sinopharm.invoice.dto.response.Response<com.sinopharm.invoice.sale.biz.dto.response.SaleInvoiceUseResponse>
{
"code": "",
"message": "",
"data": {
"accountStatus": "",
"vatUseCode": "",
"vatUseName": "",
"gstUseCode": "",
"gstUseName": "",
"accountCode": "",
"accountName": ""
},
"time": ""
}