{"openapi":"3.0.1","info":{"title":"Invoicing API","version":"v1.1.0"},"servers":[{"url":"https://{tenant}.lynks.lu","description":"Production server","variables":{"tenant":{"default":"your-tenant","description":"the name of your Lynks tenant"}}}],"paths":{"/api-ext/v1/credit-notes":{"get":{"description":"Get all the credit notes information matching with the invoice number, since date, etc","operationId":"getCreditNotes","parameters":[{"description":"Invoice number","in":"query","name":"invoiceNumber","required":false,"schema":{"type":"string"}},{"description":"The start date taken into account for the search on invoices. Inclusive. Format : [ISODateTime format](https://www.iso20022.org/standardsrepository/public/wqt/Description/mx/dico/datatypes/_YW1tKtp-Ed-ak6NoX_4Aeg_-1624336183), expressed in UTC time format(YYYY-MM-DDThh:mm:ss.sssZ) (i.e. 2022-01-01T00:00:000Z)","in":"query","name":"fromDate","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"The end date taken into account for the search on invoices. Exclusive. Format : [ISODateTime format](https://www.iso20022.org/standardsrepository/public/wqt/Description/mx/dico/datatypes/_YW1tKtp-Ed-ak6NoX_4Aeg_-1624336183), expressed in UTC time format(YYYY-MM-DDThh:mm:ss.sssZ) (i.e. 2022-01-01T00:00:000Z)","in":"query","name":"toDate","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"Identifies the Buyer's electronic address to which the invoice is delivered.","in":"query","name":"accountingCustomerPartyEndpointId","required":false,"schema":{"type":"string"}},{"description":"The direction of the invoice. SENT or RECEIVED.","in":"query","name":"direction","required":false,"schema":{"type":"string","enum":["SENT","RECEIVED"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"accountingCustomerPartyLegalName":{"type":"string"},"accountingCustomerPartyName":{"type":"string"},"accountingSupplierPartyLegalName":{"type":"string"},"accountingSupplierPartyName":{"type":"string"},"contractDocumentReference":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date"},"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"},"invoiceStatus":{"type":"string","enum":["RECEIVED","SENT","ERROR"]},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotalPayableAmount":{"type":"number"},"legalMonetaryTotalPayableAmountCurrency":{"type":"string"},"sentDate":{"type":"string","format":"date-time"}},"x-readme-ref-name":"CreditNoteInfo"}}}},"description":"Ok"},"400":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"accountingCustomerPartyLegalName":{"type":"string"},"accountingCustomerPartyName":{"type":"string"},"accountingSupplierPartyLegalName":{"type":"string"},"accountingSupplierPartyName":{"type":"string"},"contractDocumentReference":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date"},"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"},"invoiceStatus":{"type":"string","enum":["RECEIVED","SENT","ERROR"]},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotalPayableAmount":{"type":"number"},"legalMonetaryTotalPayableAmountCurrency":{"type":"string"},"sentDate":{"type":"string","format":"date-time"}},"x-readme-ref-name":"CreditNoteInfo"}}}},"description":"Error"}},"security":[{"oauth2":[]}],"summary":"Search credit notes by search criteria","tags":["Credit Notes"]},"post":{"operationId":"createCreditNote","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Customer"},"accountingSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Supplier"},"additionalDocumentReference":{"type":"array","items":{"type":"object","properties":{"attachment":{"type":"object","properties":{"embeddedDocument":{"type":"string"},"embeddedDocumentBinaryObject":{"type":"object","properties":{"characterSetCode":{"type":"string"},"encodingCode":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"},"mimeCode":{"type":"string"},"uri":{"type":"string"},"value":{"type":"string","format":"byte"}},"x-readme-ref-name":"BinaryDocument"},"externalReference":{"type":"object","properties":{"characterSetCode":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"documentHash":{"type":"string"},"encodingCode":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"fileName":{"type":"string"},"formatCode":{"type":"string"},"hashAlgorithmMethod":{"type":"string"},"mimeCode":{"type":"string"}},"x-readme-ref-name":"ExternalReference"}},"x-readme-ref-name":"Attachment"},"documentDescription":{"type":"array","items":{"type":"string"}},"documentType":{"type":"array","items":{"type":"string"}},"documentTypeCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"AttachmentDocumentReference"}},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"billingReference":{"type":"object","properties":{"invoiceDocumentReference":{"type":"object","properties":{"id":{"type":"string"},"issueDate":{"type":"string","format":"date"}},"x-readme-ref-name":"InvoiceDocumentReference"}},"x-readme-ref-name":"BillingReference"},"buyerReference":{"type":"string"},"contractDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ContractDocumentReference"}},"creditNoteLine":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"creditedQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"item":{"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"}},"additionalItemIdentification":{"type":"array","items":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"}},"catalogueItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"classifiedTaxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"description":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"x-readme-ref-name":"Item"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"note":{"type":"array","items":{"type":"string"}},"orderLineReference":{"type":"array","items":{"type":"object","properties":{"lineID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"OrderLineReference"}},"price":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"baseQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"orderableUnitFactorRate":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"priceAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"priceChangeReason":{"type":"array","items":{"type":"string"}},"priceType":{"type":"string"},"priceTypeCode":{"type":"string"},"validityPeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"}},"x-readme-ref-name":"Price"}},"x-readme-ref-name":"CreditNoteLine"}},"creditNoteTypeCode":{"type":"string"},"customizationID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"delivery":{"type":"array","items":{"type":"object","properties":{"actualDeliveryDate":{"type":"string","format":"date"},"deliveryLocation":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Location"},"deliveryParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Delivery"}},"despatchDocumentReference":{"type":"object","properties":{"id":{"type":"string"}},"x-readme-ref-name":"DespatchDocumentReference"},"documentCurrencyCode":{"type":"string"},"invoiceNumber":{"type":"string"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotal":{"type":"object","properties":{"allowanceTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAlternativeAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableRoundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxExclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxInclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"withholdingTaxTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"MonetaryTotal"},"note":{"type":"array","items":{"type":"string"}},"orderReference":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"salesOrderID":{"type":"string"}},"x-readme-ref-name":"OrderReference"},"originatorDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"OriginatorDocumentReference"}},"payeeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"paymentTerms":{"type":"array","items":{"type":"object","properties":{"note":{"type":"array","items":{"type":"string"}}},"x-readme-ref-name":"PaymentTerms"}},"profileID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"receiptDocumentReference":{"type":"object","properties":{"id":{"type":"string"}},"x-readme-ref-name":"ReceiptDocumentReference"},"taxCurrencyCode":{"type":"string"},"taxPointDate":{"type":"string","format":"date"},"taxRepresentativeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"taxTotal":{"type":"array","items":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}}},"example":{"invoiceNumber":"2017-1","issueDate":"2022-08-01","creditNoteTypeCode":"381","note":["A note"],"documentCurrencyCode":"EUR","buyerReference":"REF","billingReference":{"invoiceDocumentReference":{"id":"Snippet1"}},"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"delivery":[{"actualDeliveryDate":"2017-11-01","deliveryLocation":{"id":{"value":"9483759475923478","schemeId":"0088"},"address":{"streetName":"Delivery","cityName":"Stockholm","postalZone":"21234","country":"SE"}},"deliveryParty":{"partyName":"Delivery party name"}}],"paymentMeans":[{"paymentMeansCode":"58","paymentID":["201230121001"],"payeeFinancialAccount":{"id":{"value":"LU99991122222"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"allowanceCharge":[{"chargeIndicator":true,"allowanceChargeReason":["Frais"],"amount":{"value":25,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":1325,"currencyID":"EUR"},"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxCategory":{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":1300,"currencyID":"EUR"},"taxExclusiveAmount":{"value":1325,"currencyID":"EUR"},"taxInclusiveAmount":{"value":1656.25,"currencyID":"EUR"},"chargeTotalAmount":{"value":25,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":1656.25,"currencyID":"EUR"}},"creditNoteLine":[{"id":{"value":"1"},"note":["note"],"creditedQuantity":{"value":7,"unitCode":"DAY"},"lineExtensionAmount":{"value":2800,"currencyID":"EUR"},"accountingCost":"Kontering","orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":400,"currencyID":"EUR"}}},{"id":{"value":"2"},"note":["note"],"creditedQuantity":{"value":-3,"unitCode":"DAY"},"lineExtensionAmount":{"value":-1500,"currencyID":"EUR"},"orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description 2"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":500,"currencyID":"EUR"}}}]},"x-readme-ref-name":"CreditNoteCreateRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"required":["id","invoiceNumber"],"type":"object","properties":{"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"CreditNoteCreateResponse"}}},"description":"Provided the json is valid, the credit note is created and sent to the customer"},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"InvoiceValidationErrors"}}},"description":"If the json is not valid. Validation error response will contain information on errors"}},"security":[{"oauth2":[]}],"summary":"Create a single credit note from a json representation of a credit note","tags":["Credit Notes"]}},"/api-ext/v1/credit-notes/batch":{"post":{"operationId":"createCreditNoteBatch_1","parameters":[{"description":"A file identifier used to group the credit notes","example":"fileReference=credit-note-2022-08-03","in":"query","name":"fileReference","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"creditNotes":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Customer"},"accountingSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Supplier"},"additionalDocumentReference":{"type":"array","items":{"type":"object","properties":{"attachment":{"type":"object","properties":{"embeddedDocument":{"type":"string"},"embeddedDocumentBinaryObject":{"type":"object","properties":{"characterSetCode":{"type":"string"},"encodingCode":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"},"mimeCode":{"type":"string"},"uri":{"type":"string"},"value":{"type":"string","format":"byte"}},"x-readme-ref-name":"BinaryDocument"},"externalReference":{"type":"object","properties":{"characterSetCode":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"documentHash":{"type":"string"},"encodingCode":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"fileName":{"type":"string"},"formatCode":{"type":"string"},"hashAlgorithmMethod":{"type":"string"},"mimeCode":{"type":"string"}},"x-readme-ref-name":"ExternalReference"}},"x-readme-ref-name":"Attachment"},"documentDescription":{"type":"array","items":{"type":"string"}},"documentType":{"type":"array","items":{"type":"string"}},"documentTypeCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"AttachmentDocumentReference"}},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"billingReference":{"type":"object","properties":{"invoiceDocumentReference":{"type":"object","properties":{"id":{"type":"string"},"issueDate":{"type":"string","format":"date"}},"x-readme-ref-name":"InvoiceDocumentReference"}},"x-readme-ref-name":"BillingReference"},"buyerReference":{"type":"string"},"contractDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ContractDocumentReference"}},"creditNoteLine":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"creditedQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"item":{"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"}},"additionalItemIdentification":{"type":"array","items":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"}},"catalogueItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"classifiedTaxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"description":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"x-readme-ref-name":"Item"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"note":{"type":"array","items":{"type":"string"}},"orderLineReference":{"type":"array","items":{"type":"object","properties":{"lineID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"OrderLineReference"}},"price":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"baseQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"orderableUnitFactorRate":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"priceAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"priceChangeReason":{"type":"array","items":{"type":"string"}},"priceType":{"type":"string"},"priceTypeCode":{"type":"string"},"validityPeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"}},"x-readme-ref-name":"Price"}},"x-readme-ref-name":"CreditNoteLine"}},"creditNoteTypeCode":{"type":"string"},"customizationID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"delivery":{"type":"array","items":{"type":"object","properties":{"actualDeliveryDate":{"type":"string","format":"date"},"deliveryLocation":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Location"},"deliveryParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Delivery"}},"despatchDocumentReference":{"type":"object","properties":{"id":{"type":"string"}},"x-readme-ref-name":"DespatchDocumentReference"},"documentCurrencyCode":{"type":"string"},"invoiceNumber":{"type":"string"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotal":{"type":"object","properties":{"allowanceTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAlternativeAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableRoundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxExclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxInclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"withholdingTaxTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"MonetaryTotal"},"note":{"type":"array","items":{"type":"string"}},"orderReference":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"salesOrderID":{"type":"string"}},"x-readme-ref-name":"OrderReference"},"originatorDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"OriginatorDocumentReference"}},"payeeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"paymentTerms":{"type":"array","items":{"type":"object","properties":{"note":{"type":"array","items":{"type":"string"}}},"x-readme-ref-name":"PaymentTerms"}},"profileID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"receiptDocumentReference":{"type":"object","properties":{"id":{"type":"string"}},"x-readme-ref-name":"ReceiptDocumentReference"},"taxCurrencyCode":{"type":"string"},"taxPointDate":{"type":"string","format":"date"},"taxRepresentativeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"taxTotal":{"type":"array","items":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}}},"example":{"invoiceNumber":"2017-1","issueDate":"2022-08-01","creditNoteTypeCode":"381","note":["A note"],"documentCurrencyCode":"EUR","buyerReference":"REF","billingReference":{"invoiceDocumentReference":{"id":"Snippet1"}},"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"delivery":[{"actualDeliveryDate":"2017-11-01","deliveryLocation":{"id":{"value":"9483759475923478","schemeId":"0088"},"address":{"streetName":"Delivery","cityName":"Stockholm","postalZone":"21234","country":"SE"}},"deliveryParty":{"partyName":"Delivery party name"}}],"paymentMeans":[{"paymentMeansCode":"58","paymentID":["201230121001"],"payeeFinancialAccount":{"id":{"value":"LU99991122222"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"allowanceCharge":[{"chargeIndicator":true,"allowanceChargeReason":["Frais"],"amount":{"value":25,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":1325,"currencyID":"EUR"},"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxCategory":{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":1300,"currencyID":"EUR"},"taxExclusiveAmount":{"value":1325,"currencyID":"EUR"},"taxInclusiveAmount":{"value":1656.25,"currencyID":"EUR"},"chargeTotalAmount":{"value":25,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":1656.25,"currencyID":"EUR"}},"creditNoteLine":[{"id":{"value":"1"},"note":["note"],"creditedQuantity":{"value":7,"unitCode":"DAY"},"lineExtensionAmount":{"value":2800,"currencyID":"EUR"},"accountingCost":"Kontering","orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":400,"currencyID":"EUR"}}},{"id":{"value":"2"},"note":["note"],"creditedQuantity":{"value":-3,"unitCode":"DAY"},"lineExtensionAmount":{"value":-1500,"currencyID":"EUR"},"orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description 2"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":500,"currencyID":"EUR"}}}]},"x-readme-ref-name":"CreditNoteCreateRequest"}}},"description":"Creates a batch of credit notes request","example":{"creditNotes":[{"invoiceNumber":"2017-1","issueDate":"2022-08-01","creditNoteTypeCode":"381","note":["A note"],"documentCurrencyCode":"EUR","buyerReference":"REF","billingReference":{"invoiceDocumentReference":{"id":"Snippet1"}},"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"delivery":[{"actualDeliveryDate":"2017-11-01","deliveryLocation":{"id":{"value":"9483759475923478","schemeId":"0088"},"address":{"streetName":"Delivery","cityName":"Stockholm","postalZone":"21234","country":"SE"}},"deliveryParty":{"partyName":"Delivery party name"}}],"paymentMeans":[{"paymentMeansCode":"58","paymentID":["201230121001"],"payeeFinancialAccount":{"id":{"value":"LU99991122222"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"allowanceCharge":[{"chargeIndicator":true,"allowanceChargeReason":["Frais"],"amount":{"value":25,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":1325,"currencyID":"EUR"},"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxCategory":{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":1300,"currencyID":"EUR"},"taxExclusiveAmount":{"value":1325,"currencyID":"EUR"},"taxInclusiveAmount":{"value":1656.25,"currencyID":"EUR"},"chargeTotalAmount":{"value":25,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":1656.25,"currencyID":"EUR"}},"creditNoteLine":[{"id":{"value":"1"},"note":["note"],"creditedQuantity":{"value":7,"unitCode":"DAY"},"lineExtensionAmount":{"value":2800,"currencyID":"EUR"},"accountingCost":"Kontering","orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":400,"currencyID":"EUR"}}},{"id":{"value":"2"},"note":["note"],"creditedQuantity":{"value":-3,"unitCode":"DAY"},"lineExtensionAmount":{"value":-1500,"currencyID":"EUR"},"orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description 2"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":500,"currencyID":"EUR"}}}]}]},"x-readme-ref-name":"CreditNoteBatchCreateRequest"}},"multipart/form-data":{"schema":{"type":"object","properties":{"files":{"type":"array","description":"File as multiple parts in the body.\nThe content can be a CSV or multiple UBL files in distinct parts.\nFor CSV content definition, see the attached dedicated documentation","items":{"type":"string","format":"binary"}}},"required":["files"]}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"creditNotes":{"type":"array","items":{"required":["id","invoiceNumber"],"type":"object","properties":{"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"CreditNoteCreateResponse"}}},"description":"Create a batch of credit notes request","x-readme-ref-name":"CreditNoteBatchCreateResponse"}}},"description":"Provided the json is valid, the credit notes are created and sent to the customers"},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"invoiceErrors":{"type":"array","items":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"InvoiceValidationErrors"}}},"description":"Create a batch of invoices request","x-readme-ref-name":"InvoiceBatchValidationErrors"}}},"description":"If the json is not valid. Validation error response will contain information on errors"}},"security":[{"oauth2":[]}],"summary":"Create multiple credit notes from a JSON/XML/CSV representation of credit note(s)","tags":["Credit Notes"]}},"/api-ext/v1/credit-notes/{id}":{"get":{"description":"Get credit note information by id","operationId":"getCreditNoteById","parameters":[{"description":"The id of the credit note (not the invoiceNumber)","in":"path","name":"id","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountingCustomerPartyLegalName":{"type":"string"},"accountingCustomerPartyName":{"type":"string"},"accountingSupplierPartyLegalName":{"type":"string"},"accountingSupplierPartyName":{"type":"string"},"contractDocumentReference":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date"},"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"},"invoiceStatus":{"type":"string","enum":["RECEIVED","SENT","ERROR"]},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotalPayableAmount":{"type":"number"},"legalMonetaryTotalPayableAmountCurrency":{"type":"string"},"sentDate":{"type":"string","format":"date-time"}},"x-readme-ref-name":"CreditNoteInfo"}}},"description":"Ok"},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountingCustomerPartyLegalName":{"type":"string"},"accountingCustomerPartyName":{"type":"string"},"accountingSupplierPartyLegalName":{"type":"string"},"accountingSupplierPartyName":{"type":"string"},"contractDocumentReference":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date"},"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"},"invoiceStatus":{"type":"string","enum":["RECEIVED","SENT","ERROR"]},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotalPayableAmount":{"type":"number"},"legalMonetaryTotalPayableAmountCurrency":{"type":"string"},"sentDate":{"type":"string","format":"date-time"}},"x-readme-ref-name":"CreditNoteInfo"}}},"description":"Error"},"404":{"description":"Not found"}},"security":[{"oauth2":[]}],"summary":"Get credit note information by id","tags":["Credit Notes"]}},"/api-ext/v1/credit-notes/{id}/receipt":{"get":{"description":"Get credit note receipt by id","operationId":"getCreditNoteReceipt","parameters":[{"description":"The id of the credit note (not the invoiceNumber)","in":"path","name":"id","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/xml":{}},"description":"Ok"},"400":{"content":{"application/json":{"schema":{"type":"string","format":"binary"}}},"description":"Error"},"404":{"description":"Not found"}},"security":[{"oauth2":[]}],"summary":"Get credit note receipt by id","tags":["Credit Notes"]}},"/api-ext/v1/credit-notes/{id}/ubl":{"get":{"description":"Get credit note UBL representation by id","operationId":"getCreditNoteUbl","parameters":[{"description":"The id of the credit note (not the invoiceNumber)","in":"path","name":"id","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/xml":{}},"description":"Ok"},"400":{"content":{"application/json":{"schema":{"type":"string","format":"binary"}}},"description":"Error"},"404":{"description":"Not found"}},"security":[{"oauth2":[]}],"summary":"Get credit note UBL representation by id","tags":["Credit Notes"]}},"/api-ext/v1/invoices":{"get":{"description":"Get all the invoices information matching with the invoice number, since date, etc","operationId":"getInvoices","parameters":[{"description":"Invoice number","in":"query","name":"invoiceNumber","required":false,"schema":{"type":"string"}},{"description":"The start date taken into account for the search on invoices. Inclusive. Format : [ISODateTime format](https://www.iso20022.org/standardsrepository/public/wqt/Description/mx/dico/datatypes/_YW1tKtp-Ed-ak6NoX_4Aeg_-1624336183), expressed in UTC time format(YYYY-MM-DDThh:mm:ss.sssZ) (i.e. 2022-01-01T00:00:000Z)","in":"query","name":"fromDate","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"The end date taken into account for the search on invoices. Exclusive. Format : [ISODateTime format](https://www.iso20022.org/standardsrepository/public/wqt/Description/mx/dico/datatypes/_YW1tKtp-Ed-ak6NoX_4Aeg_-1624336183), expressed in UTC time format(YYYY-MM-DDThh:mm:ss.sssZ) (i.e. 2022-01-01T00:00:000Z)","in":"query","name":"toDate","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"Identifies the Buyer's electronic address to which the invoice is delivered.","in":"query","name":"accountingCustomerPartyEndpointId","required":false,"schema":{"type":"string"}},{"description":"The direction of the invoice. SENT or RECEIVED.","in":"query","name":"direction","required":false,"schema":{"type":"string","enum":["SENT","RECEIVED"]}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"accountingCustomerPartyLegalName":{"type":"string"},"accountingCustomerPartyName":{"type":"string"},"accountingSupplierPartyLegalName":{"type":"string"},"accountingSupplierPartyName":{"type":"string"},"contractDocumentReference":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date"},"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"},"invoiceStatus":{"type":"string","enum":["RECEIVED","SENT","ERROR"]},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotalPayableAmount":{"type":"number"},"legalMonetaryTotalPayableAmountCurrency":{"type":"string"},"paymentStatus":{"type":"string","enum":["NOT_PAID","PAID"]},"sentDate":{"type":"string","format":"date-time"}},"x-readme-ref-name":"InvoiceInfo"}}}},"description":"Ok"},"400":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"accountingCustomerPartyLegalName":{"type":"string"},"accountingCustomerPartyName":{"type":"string"},"accountingSupplierPartyLegalName":{"type":"string"},"accountingSupplierPartyName":{"type":"string"},"contractDocumentReference":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date"},"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"},"invoiceStatus":{"type":"string","enum":["RECEIVED","SENT","ERROR"]},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotalPayableAmount":{"type":"number"},"legalMonetaryTotalPayableAmountCurrency":{"type":"string"},"paymentStatus":{"type":"string","enum":["NOT_PAID","PAID"]},"sentDate":{"type":"string","format":"date-time"}},"x-readme-ref-name":"InvoiceInfo"}}}},"description":"Error"}},"security":[{"oauth2":[]}],"summary":"Search invoices by search criteria","tags":["Invoices"]},"post":{"operationId":"createInvoice","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountingCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Customer"},"accountingSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Supplier"},"additionalDocumentReference":{"type":"array","items":{"type":"object","properties":{"attachment":{"type":"object","properties":{"embeddedDocument":{"type":"string"},"embeddedDocumentBinaryObject":{"type":"object","properties":{"characterSetCode":{"type":"string"},"encodingCode":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"},"mimeCode":{"type":"string"},"uri":{"type":"string"},"value":{"type":"string","format":"byte"}},"x-readme-ref-name":"BinaryDocument"},"externalReference":{"type":"object","properties":{"characterSetCode":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"documentHash":{"type":"string"},"encodingCode":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"fileName":{"type":"string"},"formatCode":{"type":"string"},"hashAlgorithmMethod":{"type":"string"},"mimeCode":{"type":"string"}},"x-readme-ref-name":"ExternalReference"}},"x-readme-ref-name":"Attachment"},"documentDescription":{"type":"array","items":{"type":"string"}},"documentType":{"type":"array","items":{"type":"string"}},"documentTypeCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"AttachmentDocumentReference"}},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"buyerCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"CustomerParty"},"buyerReference":{"type":"string"},"contractDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ContractDocumentReference"}},"customizationID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"delivery":{"type":"array","items":{"type":"object","properties":{"actualDeliveryDate":{"type":"string","format":"date"},"deliveryLocation":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Location"},"deliveryParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Delivery"}},"documentCurrencyCode":{"type":"string"},"dueDate":{"type":"string","format":"date"},"invoiceLine":{"type":"array","items":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"}},"x-readme-ref-name":"AllowanceChargeForLine"}},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"invoicedQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"item":{"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"}},"additionalItemIdentification":{"type":"array","items":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"}},"catalogueItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"classifiedTaxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"description":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"x-readme-ref-name":"Item"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"note":{"type":"array","items":{"type":"string"}},"price":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"baseQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"orderableUnitFactorRate":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"priceAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"priceChangeReason":{"type":"array","items":{"type":"string"}},"priceType":{"type":"string"},"priceTypeCode":{"type":"string"},"validityPeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"}},"x-readme-ref-name":"Price"},"taxInclusiveLineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"InvoiceLine"}},"invoiceNumber":{"type":"string"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"invoiceTypeCode":{"type":"string"},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotal":{"type":"object","properties":{"allowanceTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAlternativeAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableRoundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxExclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxInclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"withholdingTaxTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"MonetaryTotal"},"note":{"type":"array","items":{"type":"string"}},"payeeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"paymentTerms":{"type":"array","items":{"type":"object","properties":{"note":{"type":"array","items":{"type":"string"}}},"x-readme-ref-name":"PaymentTerms"}},"profileExecutionID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"profileID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"sellerSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"SupplierParty"},"taxTotal":{"type":"array","items":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}}},"example":{"invoiceNumber":"2017-1","invoiceTypeCode":"380","note":["A note"],"documentCurrencyCode":"EUR","invoicePeriod":{"startDate":"2022-08-04","endDate":"2022-08-04"},"buyerReference":"REF","issueDate":"2022-08-04","dueDate":"2022-08-04","paymentMeans":[{"paymentMeansCode":"58","paymentID":["LU1234123"],"payeeFinancialAccount":{"id":{"value":"LU1234123"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"contractDocumentReference":[{"id":{"value":"contract-idenfier-0001"}}],"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"allowanceCharge":[{"chargeIndicator":false,"allowanceChargeReason":["Frais"],"amount":{"value":10,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},{"chargeIndicator":true,"allowanceChargeReason":["Impôts"],"amount":{"value":0,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":0,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":90.35,"currencyID":"EUR"},"taxAmount":{"value":0,"currencyID":"EUR"},"taxCategory":{"id":{"value":"E"},"percent":0,"taxExemptionReason":["Service"],"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"taxExclusiveAmount":{"value":90.35,"currencyID":"EUR"},"taxInclusiveAmount":{"value":90.35,"currencyID":"EUR"},"chargeTotalAmount":{"value":0,"currencyID":"EUR"},"allowanceTotalAmount":{"value":10,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":90.35,"currencyID":"EUR"}},"invoiceLine":[{"id":{"value":"12"},"note":["note"],"invoicedQuantity":{"value":1,"unitCode":"DAY"},"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":100.35,"currencyID":"EUR"},"baseQuantity":{"value":1,"unitCode":"DAY"}}}]},"x-readme-ref-name":"InvoiceCreateRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"required":["id","invoiceNumber"],"type":"object","properties":{"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"InvoiceCreateResponse"}}},"description":"Provided the json is valid, the invoice is created and sent to the customer"},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"InvoiceValidationErrors"}}},"description":"If the json is not valid. Validation error response will contain information on errors"}},"security":[{"oauth2":[]}],"summary":"Create a single invoice from a json representation of an invoice","tags":["Invoices"]}},"/api-ext/v1/invoices/batch":{"post":{"operationId":"createInvoiceBatch_1","parameters":[{"description":"A file identifier used to group the invoices","example":"fileReference=invoices-2022-08-03","in":"query","name":"fileReference","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"invoices":{"type":"array","items":{"type":"object","properties":{"accountingCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Customer"},"accountingSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Supplier"},"additionalDocumentReference":{"type":"array","items":{"type":"object","properties":{"attachment":{"type":"object","properties":{"embeddedDocument":{"type":"string"},"embeddedDocumentBinaryObject":{"type":"object","properties":{"characterSetCode":{"type":"string"},"encodingCode":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"},"mimeCode":{"type":"string"},"uri":{"type":"string"},"value":{"type":"string","format":"byte"}},"x-readme-ref-name":"BinaryDocument"},"externalReference":{"type":"object","properties":{"characterSetCode":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"documentHash":{"type":"string"},"encodingCode":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"fileName":{"type":"string"},"formatCode":{"type":"string"},"hashAlgorithmMethod":{"type":"string"},"mimeCode":{"type":"string"}},"x-readme-ref-name":"ExternalReference"}},"x-readme-ref-name":"Attachment"},"documentDescription":{"type":"array","items":{"type":"string"}},"documentType":{"type":"array","items":{"type":"string"}},"documentTypeCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"AttachmentDocumentReference"}},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"buyerCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"CustomerParty"},"buyerReference":{"type":"string"},"contractDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ContractDocumentReference"}},"customizationID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"delivery":{"type":"array","items":{"type":"object","properties":{"actualDeliveryDate":{"type":"string","format":"date"},"deliveryLocation":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Location"},"deliveryParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Delivery"}},"documentCurrencyCode":{"type":"string"},"dueDate":{"type":"string","format":"date"},"invoiceLine":{"type":"array","items":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"}},"x-readme-ref-name":"AllowanceChargeForLine"}},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"invoicedQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"item":{"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"}},"additionalItemIdentification":{"type":"array","items":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"}},"catalogueItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"classifiedTaxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"description":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"x-readme-ref-name":"Item"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"note":{"type":"array","items":{"type":"string"}},"price":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"baseQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"orderableUnitFactorRate":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"priceAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"priceChangeReason":{"type":"array","items":{"type":"string"}},"priceType":{"type":"string"},"priceTypeCode":{"type":"string"},"validityPeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"}},"x-readme-ref-name":"Price"},"taxInclusiveLineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"InvoiceLine"}},"invoiceNumber":{"type":"string"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"invoiceTypeCode":{"type":"string"},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotal":{"type":"object","properties":{"allowanceTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAlternativeAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableRoundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxExclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxInclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"withholdingTaxTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"MonetaryTotal"},"note":{"type":"array","items":{"type":"string"}},"payeeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"paymentTerms":{"type":"array","items":{"type":"object","properties":{"note":{"type":"array","items":{"type":"string"}}},"x-readme-ref-name":"PaymentTerms"}},"profileExecutionID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"profileID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"sellerSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"SupplierParty"},"taxTotal":{"type":"array","items":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}}},"example":{"invoiceNumber":"2017-1","invoiceTypeCode":"380","note":["A note"],"documentCurrencyCode":"EUR","invoicePeriod":{"startDate":"2022-08-04","endDate":"2022-08-04"},"buyerReference":"REF","issueDate":"2022-08-04","dueDate":"2022-08-04","paymentMeans":[{"paymentMeansCode":"58","paymentID":["LU1234123"],"payeeFinancialAccount":{"id":{"value":"LU1234123"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"contractDocumentReference":[{"id":{"value":"contract-idenfier-0001"}}],"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"allowanceCharge":[{"chargeIndicator":false,"allowanceChargeReason":["Frais"],"amount":{"value":10,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},{"chargeIndicator":true,"allowanceChargeReason":["Impôts"],"amount":{"value":0,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":0,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":90.35,"currencyID":"EUR"},"taxAmount":{"value":0,"currencyID":"EUR"},"taxCategory":{"id":{"value":"E"},"percent":0,"taxExemptionReason":["Service"],"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"taxExclusiveAmount":{"value":90.35,"currencyID":"EUR"},"taxInclusiveAmount":{"value":90.35,"currencyID":"EUR"},"chargeTotalAmount":{"value":0,"currencyID":"EUR"},"allowanceTotalAmount":{"value":10,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":90.35,"currencyID":"EUR"}},"invoiceLine":[{"id":{"value":"12"},"note":["note"],"invoicedQuantity":{"value":1,"unitCode":"DAY"},"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":100.35,"currencyID":"EUR"},"baseQuantity":{"value":1,"unitCode":"DAY"}}}]},"x-readme-ref-name":"InvoiceCreateRequest"}}},"description":"Creates a batch of invoices request","example":{"invoices":[{"invoiceNumber":"2017-1","invoiceTypeCode":"380","note":["A note"],"documentCurrencyCode":"EUR","invoicePeriod":{"startDate":"2022-08-04","endDate":"2022-08-04"},"buyerReference":"REF","issueDate":"2022-08-04","dueDate":"2022-08-04","paymentMeans":[{"paymentMeansCode":"58","paymentID":["LU1234123"],"payeeFinancialAccount":{"id":{"value":"LU1234123"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"contractDocumentReference":[{"id":{"value":"contract-idenfier-0001"}}],"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"allowanceCharge":[{"chargeIndicator":false,"allowanceChargeReason":["Frais"],"amount":{"value":10,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},{"chargeIndicator":true,"allowanceChargeReason":["Impôts"],"amount":{"value":0,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":0,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":90.35,"currencyID":"EUR"},"taxAmount":{"value":0,"currencyID":"EUR"},"taxCategory":{"id":{"value":"E"},"percent":0,"taxExemptionReason":["Service"],"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"taxExclusiveAmount":{"value":90.35,"currencyID":"EUR"},"taxInclusiveAmount":{"value":90.35,"currencyID":"EUR"},"chargeTotalAmount":{"value":0,"currencyID":"EUR"},"allowanceTotalAmount":{"value":10,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":90.35,"currencyID":"EUR"}},"invoiceLine":[{"id":{"value":"12"},"note":["note"],"invoicedQuantity":{"value":1,"unitCode":"DAY"},"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":100.35,"currencyID":"EUR"},"baseQuantity":{"value":1,"unitCode":"DAY"}}}]}]},"x-readme-ref-name":"InvoiceBatchCreateRequest"}},"multipart/form-data":{"schema":{"type":"object","properties":{"files":{"type":"array","description":"File as multiple parts in the body.\nThe content can be a CSV or multiple UBL files in distinct parts.\nFor CSV content definition, see the attached dedicated documentation","items":{"type":"string","format":"binary"}}},"required":["files"]}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"invoices":{"type":"array","items":{"required":["id","invoiceNumber"],"type":"object","properties":{"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"InvoiceCreateResponse"}}},"description":"Create a batch of invoices request","x-readme-ref-name":"InvoiceBatchCreateResponse"}}},"description":"Provided the json is valid, the invoices are created and sent to the customers"},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"invoiceErrors":{"type":"array","items":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"InvoiceValidationErrors"}}},"description":"Create a batch of invoices request","x-readme-ref-name":"InvoiceBatchValidationErrors"}}},"description":"If the json is not valid. Validation error response will contain information on errors"}},"security":[{"oauth2":[]}],"summary":"Create multiple invoices from a JSON/XML/CSV representation of invoice(s)","tags":["Invoices"]}},"/api-ext/v1/invoices/{id}":{"get":{"description":"Get invoice information by id","operationId":"getInvoiceById","parameters":[{"description":"The id of the invoice (not the invoiceNumber)","in":"path","name":"id","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountingCustomerPartyLegalName":{"type":"string"},"accountingCustomerPartyName":{"type":"string"},"accountingSupplierPartyLegalName":{"type":"string"},"accountingSupplierPartyName":{"type":"string"},"contractDocumentReference":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date"},"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"},"invoiceStatus":{"type":"string","enum":["RECEIVED","SENT","ERROR"]},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotalPayableAmount":{"type":"number"},"legalMonetaryTotalPayableAmountCurrency":{"type":"string"},"paymentStatus":{"type":"string","enum":["NOT_PAID","PAID"]},"sentDate":{"type":"string","format":"date-time"}},"x-readme-ref-name":"InvoiceInfo"}}},"description":"Ok"},"400":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountingCustomerPartyLegalName":{"type":"string"},"accountingCustomerPartyName":{"type":"string"},"accountingSupplierPartyLegalName":{"type":"string"},"accountingSupplierPartyName":{"type":"string"},"contractDocumentReference":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date"},"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"},"invoiceStatus":{"type":"string","enum":["RECEIVED","SENT","ERROR"]},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotalPayableAmount":{"type":"number"},"legalMonetaryTotalPayableAmountCurrency":{"type":"string"},"paymentStatus":{"type":"string","enum":["NOT_PAID","PAID"]},"sentDate":{"type":"string","format":"date-time"}},"x-readme-ref-name":"InvoiceInfo"}}},"description":"Error"},"404":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountingCustomerPartyLegalName":{"type":"string"},"accountingCustomerPartyName":{"type":"string"},"accountingSupplierPartyLegalName":{"type":"string"},"accountingSupplierPartyName":{"type":"string"},"contractDocumentReference":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date"},"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"},"invoiceStatus":{"type":"string","enum":["RECEIVED","SENT","ERROR"]},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotalPayableAmount":{"type":"number"},"legalMonetaryTotalPayableAmountCurrency":{"type":"string"},"paymentStatus":{"type":"string","enum":["NOT_PAID","PAID"]},"sentDate":{"type":"string","format":"date-time"}},"x-readme-ref-name":"InvoiceInfo"}}},"description":"Not found"}},"security":[{"oauth2":[]}],"summary":"Get invoice information by id","tags":["Invoices"]}},"/api-ext/v1/invoices/{id}/receipt":{"get":{"description":"Get invoice receipt by id","operationId":"getInvoiceReceipt","parameters":[{"description":"The id of the invoice (not the invoiceNumber)","in":"path","name":"id","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/xml":{}},"description":"Ok"},"400":{"content":{"application/json":{"schema":{"type":"string","format":"binary"}}},"description":"Error"},"404":{"content":{"application/json":{"schema":{"type":"string","format":"binary"}}},"description":"Not found"}},"security":[{"oauth2":[]}],"summary":"Get invoice receipt by id","tags":["Invoices"]}},"/api-ext/v1/invoices/{id}/ubl":{"get":{"description":"Get invoice UBL representation by id","operationId":"getInvoiceUbl","parameters":[{"description":"The id of the invoice (not the invoiceNumber)","in":"path","name":"id","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"content":{"application/xml":{}},"description":"Ok"},"400":{"content":{"application/json":{"schema":{"type":"string","format":"binary"}}},"description":"Error"},"404":{"content":{"application/json":{"schema":{"type":"string","format":"binary"}}},"description":"Not found"}},"security":[{"oauth2":[]}],"summary":"Get invoice UBL representation by id","tags":["Invoices"]}}},"components":{"schemas":{"Address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"AllowanceCharge":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"},"AllowanceChargeForLine":{"type":"object","properties":{"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"}},"x-readme-ref-name":"AllowanceChargeForLine"},"Amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"Attachment":{"type":"object","properties":{"embeddedDocument":{"type":"string"},"embeddedDocumentBinaryObject":{"type":"object","properties":{"characterSetCode":{"type":"string"},"encodingCode":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"},"mimeCode":{"type":"string"},"uri":{"type":"string"},"value":{"type":"string","format":"byte"}},"x-readme-ref-name":"BinaryDocument"},"externalReference":{"type":"object","properties":{"characterSetCode":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"documentHash":{"type":"string"},"encodingCode":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"fileName":{"type":"string"},"formatCode":{"type":"string"},"hashAlgorithmMethod":{"type":"string"},"mimeCode":{"type":"string"}},"x-readme-ref-name":"ExternalReference"}},"x-readme-ref-name":"Attachment"},"AttachmentDocumentReference":{"type":"object","properties":{"attachment":{"type":"object","properties":{"embeddedDocument":{"type":"string"},"embeddedDocumentBinaryObject":{"type":"object","properties":{"characterSetCode":{"type":"string"},"encodingCode":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"},"mimeCode":{"type":"string"},"uri":{"type":"string"},"value":{"type":"string","format":"byte"}},"x-readme-ref-name":"BinaryDocument"},"externalReference":{"type":"object","properties":{"characterSetCode":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"documentHash":{"type":"string"},"encodingCode":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"fileName":{"type":"string"},"formatCode":{"type":"string"},"hashAlgorithmMethod":{"type":"string"},"mimeCode":{"type":"string"}},"x-readme-ref-name":"ExternalReference"}},"x-readme-ref-name":"Attachment"},"documentDescription":{"type":"array","items":{"type":"string"}},"documentType":{"type":"array","items":{"type":"string"}},"documentTypeCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"AttachmentDocumentReference"},"BillingReference":{"type":"object","properties":{"invoiceDocumentReference":{"type":"object","properties":{"id":{"type":"string"},"issueDate":{"type":"string","format":"date"}},"x-readme-ref-name":"InvoiceDocumentReference"}},"x-readme-ref-name":"BillingReference"},"BinaryDocument":{"type":"object","properties":{"characterSetCode":{"type":"string"},"encodingCode":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"},"mimeCode":{"type":"string"},"uri":{"type":"string"},"value":{"type":"string","format":"byte"}},"x-readme-ref-name":"BinaryDocument"},"Branch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"Contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"ContractDocumentReference":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ContractDocumentReference"},"CreditNoteBatchCreateRequest":{"type":"object","properties":{"creditNotes":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Customer"},"accountingSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Supplier"},"additionalDocumentReference":{"type":"array","items":{"type":"object","properties":{"attachment":{"type":"object","properties":{"embeddedDocument":{"type":"string"},"embeddedDocumentBinaryObject":{"type":"object","properties":{"characterSetCode":{"type":"string"},"encodingCode":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"},"mimeCode":{"type":"string"},"uri":{"type":"string"},"value":{"type":"string","format":"byte"}},"x-readme-ref-name":"BinaryDocument"},"externalReference":{"type":"object","properties":{"characterSetCode":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"documentHash":{"type":"string"},"encodingCode":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"fileName":{"type":"string"},"formatCode":{"type":"string"},"hashAlgorithmMethod":{"type":"string"},"mimeCode":{"type":"string"}},"x-readme-ref-name":"ExternalReference"}},"x-readme-ref-name":"Attachment"},"documentDescription":{"type":"array","items":{"type":"string"}},"documentType":{"type":"array","items":{"type":"string"}},"documentTypeCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"AttachmentDocumentReference"}},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"billingReference":{"type":"object","properties":{"invoiceDocumentReference":{"type":"object","properties":{"id":{"type":"string"},"issueDate":{"type":"string","format":"date"}},"x-readme-ref-name":"InvoiceDocumentReference"}},"x-readme-ref-name":"BillingReference"},"buyerReference":{"type":"string"},"contractDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ContractDocumentReference"}},"creditNoteLine":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"creditedQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"item":{"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"}},"additionalItemIdentification":{"type":"array","items":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"}},"catalogueItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"classifiedTaxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"description":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"x-readme-ref-name":"Item"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"note":{"type":"array","items":{"type":"string"}},"orderLineReference":{"type":"array","items":{"type":"object","properties":{"lineID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"OrderLineReference"}},"price":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"baseQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"orderableUnitFactorRate":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"priceAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"priceChangeReason":{"type":"array","items":{"type":"string"}},"priceType":{"type":"string"},"priceTypeCode":{"type":"string"},"validityPeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"}},"x-readme-ref-name":"Price"}},"x-readme-ref-name":"CreditNoteLine"}},"creditNoteTypeCode":{"type":"string"},"customizationID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"delivery":{"type":"array","items":{"type":"object","properties":{"actualDeliveryDate":{"type":"string","format":"date"},"deliveryLocation":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Location"},"deliveryParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Delivery"}},"despatchDocumentReference":{"type":"object","properties":{"id":{"type":"string"}},"x-readme-ref-name":"DespatchDocumentReference"},"documentCurrencyCode":{"type":"string"},"invoiceNumber":{"type":"string"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotal":{"type":"object","properties":{"allowanceTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAlternativeAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableRoundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxExclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxInclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"withholdingTaxTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"MonetaryTotal"},"note":{"type":"array","items":{"type":"string"}},"orderReference":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"salesOrderID":{"type":"string"}},"x-readme-ref-name":"OrderReference"},"originatorDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"OriginatorDocumentReference"}},"payeeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"paymentTerms":{"type":"array","items":{"type":"object","properties":{"note":{"type":"array","items":{"type":"string"}}},"x-readme-ref-name":"PaymentTerms"}},"profileID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"receiptDocumentReference":{"type":"object","properties":{"id":{"type":"string"}},"x-readme-ref-name":"ReceiptDocumentReference"},"taxCurrencyCode":{"type":"string"},"taxPointDate":{"type":"string","format":"date"},"taxRepresentativeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"taxTotal":{"type":"array","items":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}}},"example":{"invoiceNumber":"2017-1","issueDate":"2022-08-01","creditNoteTypeCode":"381","note":["A note"],"documentCurrencyCode":"EUR","buyerReference":"REF","billingReference":{"invoiceDocumentReference":{"id":"Snippet1"}},"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"delivery":[{"actualDeliveryDate":"2017-11-01","deliveryLocation":{"id":{"value":"9483759475923478","schemeId":"0088"},"address":{"streetName":"Delivery","cityName":"Stockholm","postalZone":"21234","country":"SE"}},"deliveryParty":{"partyName":"Delivery party name"}}],"paymentMeans":[{"paymentMeansCode":"58","paymentID":["201230121001"],"payeeFinancialAccount":{"id":{"value":"LU99991122222"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"allowanceCharge":[{"chargeIndicator":true,"allowanceChargeReason":["Frais"],"amount":{"value":25,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":1325,"currencyID":"EUR"},"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxCategory":{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":1300,"currencyID":"EUR"},"taxExclusiveAmount":{"value":1325,"currencyID":"EUR"},"taxInclusiveAmount":{"value":1656.25,"currencyID":"EUR"},"chargeTotalAmount":{"value":25,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":1656.25,"currencyID":"EUR"}},"creditNoteLine":[{"id":{"value":"1"},"note":["note"],"creditedQuantity":{"value":7,"unitCode":"DAY"},"lineExtensionAmount":{"value":2800,"currencyID":"EUR"},"accountingCost":"Kontering","orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":400,"currencyID":"EUR"}}},{"id":{"value":"2"},"note":["note"],"creditedQuantity":{"value":-3,"unitCode":"DAY"},"lineExtensionAmount":{"value":-1500,"currencyID":"EUR"},"orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description 2"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":500,"currencyID":"EUR"}}}]},"x-readme-ref-name":"CreditNoteCreateRequest"}}},"description":"Creates a batch of credit notes request","example":{"creditNotes":[{"invoiceNumber":"2017-1","issueDate":"2022-08-01","creditNoteTypeCode":"381","note":["A note"],"documentCurrencyCode":"EUR","buyerReference":"REF","billingReference":{"invoiceDocumentReference":{"id":"Snippet1"}},"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"delivery":[{"actualDeliveryDate":"2017-11-01","deliveryLocation":{"id":{"value":"9483759475923478","schemeId":"0088"},"address":{"streetName":"Delivery","cityName":"Stockholm","postalZone":"21234","country":"SE"}},"deliveryParty":{"partyName":"Delivery party name"}}],"paymentMeans":[{"paymentMeansCode":"58","paymentID":["201230121001"],"payeeFinancialAccount":{"id":{"value":"LU99991122222"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"allowanceCharge":[{"chargeIndicator":true,"allowanceChargeReason":["Frais"],"amount":{"value":25,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":1325,"currencyID":"EUR"},"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxCategory":{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":1300,"currencyID":"EUR"},"taxExclusiveAmount":{"value":1325,"currencyID":"EUR"},"taxInclusiveAmount":{"value":1656.25,"currencyID":"EUR"},"chargeTotalAmount":{"value":25,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":1656.25,"currencyID":"EUR"}},"creditNoteLine":[{"id":{"value":"1"},"note":["note"],"creditedQuantity":{"value":7,"unitCode":"DAY"},"lineExtensionAmount":{"value":2800,"currencyID":"EUR"},"accountingCost":"Kontering","orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":400,"currencyID":"EUR"}}},{"id":{"value":"2"},"note":["note"],"creditedQuantity":{"value":-3,"unitCode":"DAY"},"lineExtensionAmount":{"value":-1500,"currencyID":"EUR"},"orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description 2"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":500,"currencyID":"EUR"}}}]}]},"x-readme-ref-name":"CreditNoteBatchCreateRequest"},"CreditNoteBatchCreateResponse":{"type":"object","properties":{"creditNotes":{"type":"array","items":{"required":["id","invoiceNumber"],"type":"object","properties":{"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"CreditNoteCreateResponse"}}},"description":"Create a batch of credit notes request","x-readme-ref-name":"CreditNoteBatchCreateResponse"},"CreditNoteCreateRequest":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Customer"},"accountingSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Supplier"},"additionalDocumentReference":{"type":"array","items":{"type":"object","properties":{"attachment":{"type":"object","properties":{"embeddedDocument":{"type":"string"},"embeddedDocumentBinaryObject":{"type":"object","properties":{"characterSetCode":{"type":"string"},"encodingCode":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"},"mimeCode":{"type":"string"},"uri":{"type":"string"},"value":{"type":"string","format":"byte"}},"x-readme-ref-name":"BinaryDocument"},"externalReference":{"type":"object","properties":{"characterSetCode":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"documentHash":{"type":"string"},"encodingCode":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"fileName":{"type":"string"},"formatCode":{"type":"string"},"hashAlgorithmMethod":{"type":"string"},"mimeCode":{"type":"string"}},"x-readme-ref-name":"ExternalReference"}},"x-readme-ref-name":"Attachment"},"documentDescription":{"type":"array","items":{"type":"string"}},"documentType":{"type":"array","items":{"type":"string"}},"documentTypeCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"AttachmentDocumentReference"}},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"billingReference":{"type":"object","properties":{"invoiceDocumentReference":{"type":"object","properties":{"id":{"type":"string"},"issueDate":{"type":"string","format":"date"}},"x-readme-ref-name":"InvoiceDocumentReference"}},"x-readme-ref-name":"BillingReference"},"buyerReference":{"type":"string"},"contractDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ContractDocumentReference"}},"creditNoteLine":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"creditedQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"item":{"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"}},"additionalItemIdentification":{"type":"array","items":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"}},"catalogueItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"classifiedTaxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"description":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"x-readme-ref-name":"Item"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"note":{"type":"array","items":{"type":"string"}},"orderLineReference":{"type":"array","items":{"type":"object","properties":{"lineID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"OrderLineReference"}},"price":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"baseQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"orderableUnitFactorRate":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"priceAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"priceChangeReason":{"type":"array","items":{"type":"string"}},"priceType":{"type":"string"},"priceTypeCode":{"type":"string"},"validityPeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"}},"x-readme-ref-name":"Price"}},"x-readme-ref-name":"CreditNoteLine"}},"creditNoteTypeCode":{"type":"string"},"customizationID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"delivery":{"type":"array","items":{"type":"object","properties":{"actualDeliveryDate":{"type":"string","format":"date"},"deliveryLocation":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Location"},"deliveryParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Delivery"}},"despatchDocumentReference":{"type":"object","properties":{"id":{"type":"string"}},"x-readme-ref-name":"DespatchDocumentReference"},"documentCurrencyCode":{"type":"string"},"invoiceNumber":{"type":"string"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotal":{"type":"object","properties":{"allowanceTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAlternativeAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableRoundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxExclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxInclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"withholdingTaxTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"MonetaryTotal"},"note":{"type":"array","items":{"type":"string"}},"orderReference":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"salesOrderID":{"type":"string"}},"x-readme-ref-name":"OrderReference"},"originatorDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"OriginatorDocumentReference"}},"payeeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"paymentTerms":{"type":"array","items":{"type":"object","properties":{"note":{"type":"array","items":{"type":"string"}}},"x-readme-ref-name":"PaymentTerms"}},"profileID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"receiptDocumentReference":{"type":"object","properties":{"id":{"type":"string"}},"x-readme-ref-name":"ReceiptDocumentReference"},"taxCurrencyCode":{"type":"string"},"taxPointDate":{"type":"string","format":"date"},"taxRepresentativeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"taxTotal":{"type":"array","items":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}}},"example":{"invoiceNumber":"2017-1","issueDate":"2022-08-01","creditNoteTypeCode":"381","note":["A note"],"documentCurrencyCode":"EUR","buyerReference":"REF","billingReference":{"invoiceDocumentReference":{"id":"Snippet1"}},"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU20469685"},"taxScheme":{"id":{"value":"VAT"}}}]}},"delivery":[{"actualDeliveryDate":"2017-11-01","deliveryLocation":{"id":{"value":"9483759475923478","schemeId":"0088"},"address":{"streetName":"Delivery","cityName":"Stockholm","postalZone":"21234","country":"SE"}},"deliveryParty":{"partyName":"Delivery party name"}}],"paymentMeans":[{"paymentMeansCode":"58","paymentID":["201230121001"],"payeeFinancialAccount":{"id":{"value":"LU99991122222"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"allowanceCharge":[{"chargeIndicator":true,"allowanceChargeReason":["Frais"],"amount":{"value":25,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":1325,"currencyID":"EUR"},"taxAmount":{"value":331.25,"currencyID":"EUR"},"taxCategory":{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":1300,"currencyID":"EUR"},"taxExclusiveAmount":{"value":1325,"currencyID":"EUR"},"taxInclusiveAmount":{"value":1656.25,"currencyID":"EUR"},"chargeTotalAmount":{"value":25,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":1656.25,"currencyID":"EUR"}},"creditNoteLine":[{"id":{"value":"1"},"note":["note"],"creditedQuantity":{"value":7,"unitCode":"DAY"},"lineExtensionAmount":{"value":2800,"currencyID":"EUR"},"accountingCost":"Kontering","orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":400,"currencyID":"EUR"}}},{"id":{"value":"2"},"note":["note"],"creditedQuantity":{"value":-3,"unitCode":"DAY"},"lineExtensionAmount":{"value":-1500,"currencyID":"EUR"},"orderLineReference":[{"lineID":{"value":"123"}}],"item":{"description":["description 2"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"S"},"percent":25,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":500,"currencyID":"EUR"}}}]},"x-readme-ref-name":"CreditNoteCreateRequest"},"CreditNoteCreateResponse":{"required":["id","invoiceNumber"],"type":"object","properties":{"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"CreditNoteCreateResponse"},"CreditNoteInfo":{"type":"object","properties":{"accountingCustomerPartyLegalName":{"type":"string"},"accountingCustomerPartyName":{"type":"string"},"accountingSupplierPartyLegalName":{"type":"string"},"accountingSupplierPartyName":{"type":"string"},"contractDocumentReference":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date"},"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"},"invoiceStatus":{"type":"string","enum":["RECEIVED","SENT","ERROR"]},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotalPayableAmount":{"type":"number"},"legalMonetaryTotalPayableAmountCurrency":{"type":"string"},"sentDate":{"type":"string","format":"date-time"}},"x-readme-ref-name":"CreditNoteInfo"},"CreditNoteLine":{"type":"object","properties":{"accountingCost":{"type":"string"},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"creditedQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"item":{"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"}},"additionalItemIdentification":{"type":"array","items":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"}},"catalogueItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"classifiedTaxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"description":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"x-readme-ref-name":"Item"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"note":{"type":"array","items":{"type":"string"}},"orderLineReference":{"type":"array","items":{"type":"object","properties":{"lineID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"OrderLineReference"}},"price":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"baseQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"orderableUnitFactorRate":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"priceAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"priceChangeReason":{"type":"array","items":{"type":"string"}},"priceType":{"type":"string"},"priceTypeCode":{"type":"string"},"validityPeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"}},"x-readme-ref-name":"Price"}},"x-readme-ref-name":"CreditNoteLine"},"Customer":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Customer"},"CustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"CustomerParty"},"Delivery":{"type":"object","properties":{"actualDeliveryDate":{"type":"string","format":"date"},"deliveryLocation":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Location"},"deliveryParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Delivery"},"DespatchDocumentReference":{"type":"object","properties":{"id":{"type":"string"}},"x-readme-ref-name":"DespatchDocumentReference"},"ExternalReference":{"type":"object","properties":{"characterSetCode":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"documentHash":{"type":"string"},"encodingCode":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"fileName":{"type":"string"},"formatCode":{"type":"string"},"hashAlgorithmMethod":{"type":"string"},"mimeCode":{"type":"string"}},"x-readme-ref-name":"ExternalReference"},"FinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"Identifier":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"InvoiceBatchCreateRequest":{"type":"object","properties":{"invoices":{"type":"array","items":{"type":"object","properties":{"accountingCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Customer"},"accountingSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Supplier"},"additionalDocumentReference":{"type":"array","items":{"type":"object","properties":{"attachment":{"type":"object","properties":{"embeddedDocument":{"type":"string"},"embeddedDocumentBinaryObject":{"type":"object","properties":{"characterSetCode":{"type":"string"},"encodingCode":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"},"mimeCode":{"type":"string"},"uri":{"type":"string"},"value":{"type":"string","format":"byte"}},"x-readme-ref-name":"BinaryDocument"},"externalReference":{"type":"object","properties":{"characterSetCode":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"documentHash":{"type":"string"},"encodingCode":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"fileName":{"type":"string"},"formatCode":{"type":"string"},"hashAlgorithmMethod":{"type":"string"},"mimeCode":{"type":"string"}},"x-readme-ref-name":"ExternalReference"}},"x-readme-ref-name":"Attachment"},"documentDescription":{"type":"array","items":{"type":"string"}},"documentType":{"type":"array","items":{"type":"string"}},"documentTypeCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"AttachmentDocumentReference"}},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"buyerCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"CustomerParty"},"buyerReference":{"type":"string"},"contractDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ContractDocumentReference"}},"customizationID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"delivery":{"type":"array","items":{"type":"object","properties":{"actualDeliveryDate":{"type":"string","format":"date"},"deliveryLocation":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Location"},"deliveryParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Delivery"}},"documentCurrencyCode":{"type":"string"},"dueDate":{"type":"string","format":"date"},"invoiceLine":{"type":"array","items":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"}},"x-readme-ref-name":"AllowanceChargeForLine"}},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"invoicedQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"item":{"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"}},"additionalItemIdentification":{"type":"array","items":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"}},"catalogueItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"classifiedTaxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"description":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"x-readme-ref-name":"Item"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"note":{"type":"array","items":{"type":"string"}},"price":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"baseQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"orderableUnitFactorRate":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"priceAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"priceChangeReason":{"type":"array","items":{"type":"string"}},"priceType":{"type":"string"},"priceTypeCode":{"type":"string"},"validityPeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"}},"x-readme-ref-name":"Price"},"taxInclusiveLineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"InvoiceLine"}},"invoiceNumber":{"type":"string"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"invoiceTypeCode":{"type":"string"},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotal":{"type":"object","properties":{"allowanceTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAlternativeAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableRoundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxExclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxInclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"withholdingTaxTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"MonetaryTotal"},"note":{"type":"array","items":{"type":"string"}},"payeeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"paymentTerms":{"type":"array","items":{"type":"object","properties":{"note":{"type":"array","items":{"type":"string"}}},"x-readme-ref-name":"PaymentTerms"}},"profileExecutionID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"profileID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"sellerSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"SupplierParty"},"taxTotal":{"type":"array","items":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}}},"example":{"invoiceNumber":"2017-1","invoiceTypeCode":"380","note":["A note"],"documentCurrencyCode":"EUR","invoicePeriod":{"startDate":"2022-08-04","endDate":"2022-08-04"},"buyerReference":"REF","issueDate":"2022-08-04","dueDate":"2022-08-04","paymentMeans":[{"paymentMeansCode":"58","paymentID":["LU1234123"],"payeeFinancialAccount":{"id":{"value":"LU1234123"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"contractDocumentReference":[{"id":{"value":"contract-idenfier-0001"}}],"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"allowanceCharge":[{"chargeIndicator":false,"allowanceChargeReason":["Frais"],"amount":{"value":10,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},{"chargeIndicator":true,"allowanceChargeReason":["Impôts"],"amount":{"value":0,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":0,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":90.35,"currencyID":"EUR"},"taxAmount":{"value":0,"currencyID":"EUR"},"taxCategory":{"id":{"value":"E"},"percent":0,"taxExemptionReason":["Service"],"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"taxExclusiveAmount":{"value":90.35,"currencyID":"EUR"},"taxInclusiveAmount":{"value":90.35,"currencyID":"EUR"},"chargeTotalAmount":{"value":0,"currencyID":"EUR"},"allowanceTotalAmount":{"value":10,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":90.35,"currencyID":"EUR"}},"invoiceLine":[{"id":{"value":"12"},"note":["note"],"invoicedQuantity":{"value":1,"unitCode":"DAY"},"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":100.35,"currencyID":"EUR"},"baseQuantity":{"value":1,"unitCode":"DAY"}}}]},"x-readme-ref-name":"InvoiceCreateRequest"}}},"description":"Creates a batch of invoices request","example":{"invoices":[{"invoiceNumber":"2017-1","invoiceTypeCode":"380","note":["A note"],"documentCurrencyCode":"EUR","invoicePeriod":{"startDate":"2022-08-04","endDate":"2022-08-04"},"buyerReference":"REF","issueDate":"2022-08-04","dueDate":"2022-08-04","paymentMeans":[{"paymentMeansCode":"58","paymentID":["LU1234123"],"payeeFinancialAccount":{"id":{"value":"LU1234123"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"contractDocumentReference":[{"id":{"value":"contract-idenfier-0001"}}],"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"allowanceCharge":[{"chargeIndicator":false,"allowanceChargeReason":["Frais"],"amount":{"value":10,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},{"chargeIndicator":true,"allowanceChargeReason":["Impôts"],"amount":{"value":0,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":0,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":90.35,"currencyID":"EUR"},"taxAmount":{"value":0,"currencyID":"EUR"},"taxCategory":{"id":{"value":"E"},"percent":0,"taxExemptionReason":["Service"],"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"taxExclusiveAmount":{"value":90.35,"currencyID":"EUR"},"taxInclusiveAmount":{"value":90.35,"currencyID":"EUR"},"chargeTotalAmount":{"value":0,"currencyID":"EUR"},"allowanceTotalAmount":{"value":10,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":90.35,"currencyID":"EUR"}},"invoiceLine":[{"id":{"value":"12"},"note":["note"],"invoicedQuantity":{"value":1,"unitCode":"DAY"},"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":100.35,"currencyID":"EUR"},"baseQuantity":{"value":1,"unitCode":"DAY"}}}]}]},"x-readme-ref-name":"InvoiceBatchCreateRequest"},"InvoiceBatchCreateResponse":{"type":"object","properties":{"invoices":{"type":"array","items":{"required":["id","invoiceNumber"],"type":"object","properties":{"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"InvoiceCreateResponse"}}},"description":"Create a batch of invoices request","x-readme-ref-name":"InvoiceBatchCreateResponse"},"InvoiceBatchValidationErrors":{"type":"object","properties":{"invoiceErrors":{"type":"array","items":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"InvoiceValidationErrors"}}},"description":"Create a batch of invoices request","x-readme-ref-name":"InvoiceBatchValidationErrors"},"InvoiceCreateRequest":{"type":"object","properties":{"accountingCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Customer"},"accountingSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Supplier"},"additionalDocumentReference":{"type":"array","items":{"type":"object","properties":{"attachment":{"type":"object","properties":{"embeddedDocument":{"type":"string"},"embeddedDocumentBinaryObject":{"type":"object","properties":{"characterSetCode":{"type":"string"},"encodingCode":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"},"mimeCode":{"type":"string"},"uri":{"type":"string"},"value":{"type":"string","format":"byte"}},"x-readme-ref-name":"BinaryDocument"},"externalReference":{"type":"object","properties":{"characterSetCode":{"type":"string"},"description":{"type":"array","items":{"type":"string"}},"documentHash":{"type":"string"},"encodingCode":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"fileName":{"type":"string"},"formatCode":{"type":"string"},"hashAlgorithmMethod":{"type":"string"},"mimeCode":{"type":"string"}},"x-readme-ref-name":"ExternalReference"}},"x-readme-ref-name":"Attachment"},"documentDescription":{"type":"array","items":{"type":"string"}},"documentType":{"type":"array","items":{"type":"string"}},"documentTypeCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"AttachmentDocumentReference"}},"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"buyerCustomerParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"CustomerParty"},"buyerReference":{"type":"string"},"contractDocumentReference":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ContractDocumentReference"}},"customizationID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"delivery":{"type":"array","items":{"type":"object","properties":{"actualDeliveryDate":{"type":"string","format":"date"},"deliveryLocation":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Location"},"deliveryParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Delivery"}},"documentCurrencyCode":{"type":"string"},"dueDate":{"type":"string","format":"date"},"invoiceLine":{"type":"array","items":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"}},"x-readme-ref-name":"AllowanceChargeForLine"}},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"invoicedQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"item":{"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"}},"additionalItemIdentification":{"type":"array","items":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"}},"catalogueItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"classifiedTaxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"description":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"x-readme-ref-name":"Item"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"note":{"type":"array","items":{"type":"string"}},"price":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"baseQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"orderableUnitFactorRate":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"priceAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"priceChangeReason":{"type":"array","items":{"type":"string"}},"priceType":{"type":"string"},"priceTypeCode":{"type":"string"},"validityPeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"}},"x-readme-ref-name":"Price"},"taxInclusiveLineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"InvoiceLine"}},"invoiceNumber":{"type":"string"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"invoiceTypeCode":{"type":"string"},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotal":{"type":"object","properties":{"allowanceTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAlternativeAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableRoundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxExclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxInclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"withholdingTaxTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"MonetaryTotal"},"note":{"type":"array","items":{"type":"string"}},"payeeParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"paymentTerms":{"type":"array","items":{"type":"object","properties":{"note":{"type":"array","items":{"type":"string"}}},"x-readme-ref-name":"PaymentTerms"}},"profileExecutionID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"profileID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"sellerSupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"SupplierParty"},"taxTotal":{"type":"array","items":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}}},"example":{"invoiceNumber":"2017-1","invoiceTypeCode":"380","note":["A note"],"documentCurrencyCode":"EUR","invoicePeriod":{"startDate":"2022-08-04","endDate":"2022-08-04"},"buyerReference":"REF","issueDate":"2022-08-04","dueDate":"2022-08-04","paymentMeans":[{"paymentMeansCode":"58","paymentID":["LU1234123"],"payeeFinancialAccount":{"id":{"value":"LU1234123"},"name":"Payment Account","financialInstitutionBranch":{"id":{"value":"BCELULLL"}}}}],"contractDocumentReference":[{"id":{"value":"contract-idenfier-0001"}}],"accountingSupplierParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"accountingCustomerParty":{"party":{"endpointID":{"value":"LU1234123","schemeId":"9938"},"partyName":"Finologee","partyLegalEntity":{"registrationName":"Finologee"},"contact":{"name":"contact name","telephone":"00352102030","electronicMail":"test@test.com"},"postalAddress":{"streetName":"Street","cityName":"City","postalZone":"L-3372","country":"LU"},"partyTaxScheme":[{"companyID":{"value":"LU1234123"},"taxScheme":{"id":{"value":"VAT"}}}]}},"allowanceCharge":[{"chargeIndicator":false,"allowanceChargeReason":["Frais"],"amount":{"value":10,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},{"chargeIndicator":true,"allowanceChargeReason":["Impôts"],"amount":{"value":0,"currencyID":"EUR"},"taxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]}],"taxTotal":[{"taxAmount":{"value":0,"currencyID":"EUR"},"taxSubtotal":[{"taxableAmount":{"value":90.35,"currencyID":"EUR"},"taxAmount":{"value":0,"currencyID":"EUR"},"taxCategory":{"id":{"value":"E"},"percent":0,"taxExemptionReason":["Service"],"taxScheme":{"id":{"value":"VAT"}}}}]}],"legalMonetaryTotal":{"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"taxExclusiveAmount":{"value":90.35,"currencyID":"EUR"},"taxInclusiveAmount":{"value":90.35,"currencyID":"EUR"},"chargeTotalAmount":{"value":0,"currencyID":"EUR"},"allowanceTotalAmount":{"value":10,"currencyID":"EUR"},"prepaidAmount":{"value":0,"currencyID":"EUR"},"payableAmount":{"value":90.35,"currencyID":"EUR"}},"invoiceLine":[{"id":{"value":"12"},"note":["note"],"invoicedQuantity":{"value":1,"unitCode":"DAY"},"lineExtensionAmount":{"value":100.35,"currencyID":"EUR"},"item":{"description":["description"],"name":"the item","classifiedTaxCategory":[{"id":{"value":"E"},"percent":0,"taxScheme":{"id":{"value":"VAT"}}}]},"price":{"priceAmount":{"value":100.35,"currencyID":"EUR"},"baseQuantity":{"value":1,"unitCode":"DAY"}}}]},"x-readme-ref-name":"InvoiceCreateRequest"},"InvoiceCreateResponse":{"required":["id","invoiceNumber"],"type":"object","properties":{"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"InvoiceCreateResponse"},"InvoiceDocumentReference":{"type":"object","properties":{"id":{"type":"string"},"issueDate":{"type":"string","format":"date"}},"x-readme-ref-name":"InvoiceDocumentReference"},"InvoiceInfo":{"type":"object","properties":{"accountingCustomerPartyLegalName":{"type":"string"},"accountingCustomerPartyName":{"type":"string"},"accountingSupplierPartyLegalName":{"type":"string"},"accountingSupplierPartyName":{"type":"string"},"contractDocumentReference":{"type":"string"},"createdOn":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date"},"id":{"type":"string","format":"uuid"},"invoiceNumber":{"type":"string"},"invoiceStatus":{"type":"string","enum":["RECEIVED","SENT","ERROR"]},"issueDate":{"type":"string","format":"date"},"legalMonetaryTotalPayableAmount":{"type":"number"},"legalMonetaryTotalPayableAmountCurrency":{"type":"string"},"paymentStatus":{"type":"string","enum":["NOT_PAID","PAID"]},"sentDate":{"type":"string","format":"date-time"}},"x-readme-ref-name":"InvoiceInfo"},"InvoiceLine":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"}},"x-readme-ref-name":"AllowanceChargeForLine"}},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"invoicePeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"invoicedQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"item":{"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"}},"additionalItemIdentification":{"type":"array","items":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"}},"catalogueItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"classifiedTaxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"description":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"x-readme-ref-name":"Item"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"note":{"type":"array","items":{"type":"string"}},"price":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"baseQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"orderableUnitFactorRate":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"priceAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"priceChangeReason":{"type":"array","items":{"type":"string"}},"priceType":{"type":"string"},"priceTypeCode":{"type":"string"},"validityPeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"}},"x-readme-ref-name":"Price"},"taxInclusiveLineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"InvoiceLine"},"InvoiceValidationErrors":{"type":"object","properties":{"errors":{"type":"array","items":{"type":"string"}},"invoiceNumber":{"type":"string"}},"x-readme-ref-name":"InvoiceValidationErrors"},"Item":{"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"}},"additionalItemIdentification":{"type":"array","items":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"}},"catalogueItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"classifiedTaxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"description":{"type":"array","items":{"type":"string"}},"name":{"type":"string"}},"x-readme-ref-name":"Item"},"ItemIdentification":{"type":"object","properties":{"barcodeSymbologyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"extendedID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"issuerParty":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"issuerScopeID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"ItemIdentification"},"Location":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"Location"},"MonetaryTotal":{"type":"object","properties":{"allowanceTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"lineExtensionAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAlternativeAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"payableRoundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxExclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxInclusiveAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"withholdingTaxTotalAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"MonetaryTotal"},"Numeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"OrderLineReference":{"type":"object","properties":{"lineID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"OrderLineReference"},"OrderReference":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"salesOrderID":{"type":"string"}},"x-readme-ref-name":"OrderReference"},"OriginatorDocumentReference":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"OriginatorDocumentReference"},"Party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"},"PartyIdentification":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"},"PartyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"PartyTaxScheme":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"},"PaymentMeans":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"},"PaymentTerms":{"type":"object","properties":{"note":{"type":"array","items":{"type":"string"}}},"x-readme-ref-name":"PaymentTerms"},"Period":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"},"Price":{"type":"object","properties":{"allowanceCharge":{"type":"array","items":{"type":"object","properties":{"accountingCost":{"type":"string"},"accountingCostCode":{"type":"string"},"allowanceChargeReason":{"type":"array","items":{"type":"string"}},"allowanceChargeReasonCode":{"type":"string"},"amount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"baseAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"chargeIndicator":{"type":"boolean"},"multiplierFactorNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"paymentMeans":{"type":"array","items":{"type":"object","properties":{"payeeFinancialAccount":{"type":"object","properties":{"financialInstitutionBranch":{"type":"object","properties":{"address":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"Branch"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"}},"x-readme-ref-name":"FinancialAccount"},"paymentChannelCode":{"type":"string"},"paymentID":{"type":"array","items":{"type":"string"}},"paymentMeansCode":{"type":"string"}},"x-readme-ref-name":"PaymentMeans"}},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"prepaidIndicator":{"type":"boolean"},"sequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxCategory":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"}},"taxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"x-readme-ref-name":"AllowanceCharge"}},"baseQuantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"orderableUnitFactorRate":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"priceAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"priceChangeReason":{"type":"array","items":{"type":"string"}},"priceType":{"type":"string"},"priceTypeCode":{"type":"string"},"validityPeriod":{"type":"object","properties":{"endDate":{"type":"string","format":"date"},"startDate":{"type":"string","format":"date"}},"x-readme-ref-name":"Period"}},"x-readme-ref-name":"Price"},"Quantity":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"ReceiptDocumentReference":{"type":"object","properties":{"id":{"type":"string"}},"x-readme-ref-name":"ReceiptDocumentReference"},"Supplier":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"Supplier"},"SupplierParty":{"type":"object","properties":{"party":{"type":"object","properties":{"contact":{"type":"object","properties":{"electronicMail":{"type":"string"},"name":{"type":"string"},"telephone":{"type":"string"}},"x-readme-ref-name":"Contact"},"endpointID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"partyIdentification":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"}},"x-readme-ref-name":"PartyIdentification"}},"partyLegalEntity":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"companyLegalForm":{"type":"array","items":{"type":"string"}},"companyLegalFormCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationDate":{"type":"string","format":"date"},"registrationExpirationDate":{"type":"string","format":"date"},"registrationName":{"type":"string"}},"x-readme-ref-name":"PartyLegalEntity"},"partyName":{"type":"string"},"partyTaxScheme":{"type":"array","items":{"type":"object","properties":{"companyID":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"exemptionReason":{"type":"array","items":{"type":"string"}},"exemptionReasonCode":{"type":"string"},"registrationAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"},"registrationName":{"type":"string"},"taxLevelCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"}},"x-readme-ref-name":"PartyTaxScheme"}},"postalAddress":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"x-readme-ref-name":"Party"}},"x-readme-ref-name":"SupplierParty"},"TaxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"TaxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"TaxSubtotal":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"},"TaxTotal":{"type":"object","properties":{"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"roundingAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxEvidenceIndicator":{"type":"boolean"},"taxIncludedIndicator":{"type":"boolean"},"taxSubtotal":{"type":"array","items":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"calculationSequenceNumeric":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"taxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"taxCategory":{"type":"object","properties":{"baseUnitMeasure":{"type":"object","properties":{"unitCode":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Quantity"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"name":{"type":"string"},"perUnitAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"percent":{"type":"number"},"taxExemptionReason":{"type":"array","items":{"type":"string"}},"taxExemptionReasonCode":{"type":"string"},"taxScheme":{"type":"object","properties":{"currencyCode":{"type":"string"},"id":{"type":"object","properties":{"schemeId":{"type":"string"},"value":{"type":"string"}},"x-readme-ref-name":"Identifier"},"jurisdictionRegionAddress":{"type":"array","items":{"type":"object","properties":{"additionalStreetName":{"type":"string"},"addressLine":{"type":"array","items":{"type":"string"}},"cityName":{"type":"string"},"country":{"type":"string"},"postalZone":{"type":"string"},"postbox":{"type":"string"},"region":{"type":"string"},"streetName":{"type":"string"}},"x-readme-ref-name":"Address"}},"name":{"type":"string"},"taxTypeCode":{"type":"string"}},"x-readme-ref-name":"TaxScheme"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"number"}},"x-readme-ref-name":"TaxCategory"},"taxableAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"},"tierRange":{"type":"string"},"tierRatePercent":{"type":"object","properties":{"format":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Numeric"},"transactionCurrencyTaxAmount":{"type":"object","properties":{"currencyID":{"type":"string"},"value":{"type":"number"}},"x-readme-ref-name":"Amount"}},"x-readme-ref-name":"TaxSubtotal"}}},"x-readme-ref-name":"TaxTotal"}},"securitySchemes":{"oauth2":{"in":"header","name":"OAuth2","type":"apiKey"}}},"x-readme":{"explorer-enabled":true,"proxy-enabled":true}}