Generate PDF
POST
/generate/pdf/standard
Generate a PDF file from the Cross-Industry Invoice structured data.
Request Body
JSON
{
"crossIndustryInvoice": {
"exchangedDocumentContext": {
"businessProcessSpecifiedDocumentContextParameterId": "string",
"guidelineSpecifiedDocumentContextParameterId": "string"
},
"exchangedDocument": {
"id": "string",
"typeCode": "string",
"issueDateTime": "string",
"issueDateTimeFormat": "string"
},
"supplyChainTradeTransaction": {
"applicableHeaderTradeAgreement": {
"buyerReference": "string",
"sellerTradeParty": {
"name": "string",
"specifiedLegalOrganization": {
"id": "string",
"idSchemeId": "string"
},
"postalTradeAddress": {
"countryId": "string"
},
"specifiedTaxRegistration": {
"id": "string",
"idSchemeId": "string"
}
},
"buyerTradeParty": {
"name": "string",
"specifiedLegalOrganization": {
"id": "string",
"idSchemeId": "string"
}
},
"buyerOrderReferencedDocument": {
"issuerAssignedId": "string"
}
},
"applicableHeaderTradeDelivery": {
},
"applicableHeaderTradeSettlement": {
"invoiceCurrencyCode": "string",
"specifiedTradeSettlementHeaderMonetarySummation": {
"taxBasisTotalAmount": 0,
"taxTotalAmount": 0,
"taxTotalAmountCurrencyId": "string",
"grandTotalAmount": 0,
"duePayableAmount": 0
}
}
}
},
"options": {
"logo": "string",
"footer": "string",
"languagePack": {
"culture": "string",
"dateLabel": "string",
"contactLabel": "string",
"emailLabel": "string",
"defaultLegalIdType": "string",
"vatNumberLabel": "string",
"sellerReferencesLabel": "string",
"invoicedObjectIdentifierLabel": "string",
"salesOrderReferenceLabel": "string",
"buyerReferencesLabel": "string",
"callForTenderLabel": "string",
"projectReferenceLabel": "string",
"accountingReferenceLabel": "string",
"contractReferenceLabel": "string",
"purchaseOrderReferenceLabel": "string",
"invoiceReferencesLabel": "string",
"startPeriodLabel": "string",
"endPeriodLabel": "string",
"precedingInvoiceReferenceLabel": "string",
"precedingInvoiceDateLabel": "string",
"businessProcessLabel": "string",
"defaultInvoiceDocumentsTypeName": "string",
"defaultCreditNoteDocumentsTypeName": "string",
"documentTypeNames": {
"additionalProperties": "string"
},
"buyerAddressLabel": "string",
"buyerIdentifiersLabel": "string",
"deliveryInformationLabel": "string",
"despatchAdviceLabel": "string",
"deliveryDateLabel": "string",
"receivingAdviceLabel": "string",
"currencyLabel": "string",
"totalWithoutVatLabel": "string",
"totalVatLabel": "string",
"totalWithVatLabel": "string",
"prepaidAmountLabel": "string",
"dueDateLabel": "string",
"dueAmountLabel": "string",
"pageLabel": "string"
}
}
}
Responses
OK
application/pdf
JSON
"string"