post https://api.wafeq.com/v1/zatca/debit-notes/validate/
Validates a single debit note without reporting.
Log in to see full request history
Response
Validates a single debit note without reporting.
xxxxxxxxxx
34curl --request POST \
--url https://api.wafeq.com/v1/zatca/debit-notes/validate/ \
--header 'Authorization: Api-Key replace_with_your_api_key' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"document": {
"currency": "AED",
"customer": {
"address": {
"country": "AD"
},
"identification": {
"type": "CRN"
}
},
"payment_means": {
"code": "1"
},
"supplier": {
"address": {
"country": "AD"
},
"identification": {
"type": "CRN"
}
},
"tax_amount_type": "E",
Try It!
to start a request and see the response here! Or choose an example: