Credit note

  • ref accepts numeric values only.

Greece-specific fields

type CreditNote {
  // ...everything from Generic credit note
  lines: [
    { 
      // ...other line item fields
      cpv: string;
    }
  ];
 
  // Recipient is required for regular invoices and not allowed for self-billed invoice
  recipient: {
    contract?: {
      authority: string;
      reference: string;
      type: string;
    };
  };

  customInfo: {
    grc: {
      qrCode?: string;
    };
  };
};
NameTypeRequiredDescription
lines[].cpvstringNoProduct’s Common Procurement Vocabulary code.
recipient.contract.authoritystringYesContract Authority Unique Code
recipient.contract.referencestringYesContract Reference Code. If not available it takes the value 0.
recipient.contract.typestringYesContract Reference Code
customInfo.grc.qrCodestringN/AQR Code value (Response)

Example CSV file

Credit note - Greece.csv