Greece
Credit note
refaccepts numeric values only.
Changes to generic fields
type CreditNote {
// ...all generic credit note fields
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: {
documentTypeCode;
incomeClassification: {
categoryCode: string;
typeCode: string;
}
qrCode?: string;
};
};
};Field information
Name | Type | Required | Description |
|---|---|---|---|
| string | No | Product’s Common Procurement Vocabulary code. |
| string | Yes | Contract Authority Unique Code |
| string | Yes | Contract Reference Code. If not available it takes the value 0. |
| string | Yes | Contract Reference Code |
| string | No | A value from an enumerated list as listed
|
| string | Yes | A value from an enumerated list as listed on income classification category codes |
| string | Yes | A value from an enumerated list as listed on income classification type codes |
| string | N/A | QR Code value (Response) |
Example CSV file
Updated 6 days ago