Marmin

Basic sale invoice


Standard UAE taxable invoice with no special transaction flags.

Business scenario

You issue a routine domestic B2B invoice: one customer, one or more taxable lines, and standard VAT.

Transaction type

  • profile_execution_id: 00000000 (no special flags)

  • invoice_type_code: 380 (commercial / tax invoice)

Fields that differ from other types

FieldRule
payment_meansOptional — may be omitted or null
buyer_customer_partyNot used
deliveryNot required
invoice_periodNot required
Minimal payload

See the right panel for the smallest valid request. This matches the Minimal sale invoice example payload.

Request fields (core)
FieldTypeRequiredDescriptionValidation
issue_datestring
Required
Invoice issue date.yyyy-MM-dd
invoice_type_codestring
Required
Document type.380
profile_execution_idstring
Required
Transaction flags.00000000
due_datestring
Required
Payment due date.yyyy-MM-dd
document_currency_codestring
Required
Currency.e.g. AED
accounting_customer_partyobject
Required
Buyer details.See Customer party
document_linesarray
Required
Line items.At least one line
Next