Request
Body Params application/json
{
"invoiceNo": null,
"startDate": "2025-08-05",
"endDate": "2025-08-05",
"invoiceType": "1",
"rowPerPage": 10,
"pageNum": 1,
"buyerTaxCode": "",
"buyerIdNo": "",
"templateCode": "1/779",
"invoiceSeri": "",
"getAll": true,
"issueStartDate": "2025-08-05",
"issueEndDate": "2025-08-05"
}
Request Code Samples
curl --location -g --request POST 'http://petfen-account.local.com:8081/InvoiceAPI/InvoiceUtilsWS/getInvoices/{{s-invoice-supplier-tax-code}}' \
--header 'Cookie: "access_token": "{{s-invoice-access-token}}"' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceNo": null,
"startDate": "2025-08-05",
"endDate": "2025-08-05",
"invoiceType": "1",
"rowPerPage": 10,
"pageNum": 1,
"buyerTaxCode": "",
"buyerIdNo": "",
"templateCode": "1/779",
"invoiceSeri": "",
"getAll": true,
"issueStartDate": "2025-08-05",
"issueEndDate": "2025-08-05"
}'
Responses
application/json Modified at 2025-09-15 16:10:15