Request
Body Params application/json
{
"supplierTaxCode": "{{s-invoice-supplier-tax-code}}",
"templateCode": "1/779",
"serial": "K24MTB"
}
Request Code Samples
curl --location --request POST 'http://petfen-account.local.com:8081/InvoiceAPI/InvoiceUtilsWS/getProvidesStatusUsingInvoice' \
--header 'Cookie: "access_token": "{{s-invoice-access-token}}"' \
--header 'Content-Type: application/json' \
--data-raw '{
"supplierTaxCode": "{{s-invoice-supplier-tax-code}}",
"templateCode": "1/779",
"serial": "K24MTB"
}'
Responses
application/json Modified at 2025-09-15 16:10:15