Switzerland (YellowBill): Invoice Type Code

A code specifying the functional type of the Invoice.

A set of limited invoice type codes is allowed. Where possible, these are also declared as equivalent to a UNCL 1001 code value and either format is supported in the Invoice Type Code element.

Elements

PathUsageFinal Format XPath
Invoice/InvoiceTypeCodeM/Envelope/Body/Invoice/Header/DocumentType

The donation inquiry (code: DONATIONINQUIRY) is currently not supported.

The following codes are allowed:

CodeStandardCodeDescription
380VRBL:CH:BILL;Invoice
381VRBL:CH:CREDITADVICECredit Note
384VRBL:CH:DEBITADVICEDebit Advice
VRBL:CH:INSTALMENTBILLInstallment Bill
VRBL:CH:REMINDERReminder

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>
  <!-- ... omitted for readability -->
</ubl:Invoice>

Did this page help you?