proforma invoice number. Caution! This does not have to be just a number, it can also contain letters, a dash, etc.
purchase order number (can be null). Caution! This does not have to be just a number, it can also contain letters, a dash, etc.
creationTimestring or null(typeDateTimeNullable)^[0-9]{4}-[01][0-9]-[0123][0-9]T[012][0-9]:[0...required
date of issue, in ISO 8601 format
changeTimestring or null(typeDateTimeNullable)^[0-9]{4}-[01][0-9]-[0123][0-9]T[012][0-9]:[0...required
date of last change, in ISO 8601 format
due date, in ISO 8601 format
weight in kg, unpacked. 3 decimal places.
total weight of package in kg. 3 decimal places.
VAT mode, can be null, for possible values see VAT modes code list
{ "code": "2015000001", "isValid": true, "paid": true, "orderCode": "2017000017", "creationTime": "2018-05-29T09:02:27+0200", "changeTime": "2018-05-29T09:02:27+0200", "dueDate": "2017-04-04", "varSymbol": 2021000021, "constSymbol": "0308", "specSymbol": 201323134, "weight": "1.234", "completePackageWeight": "1.234", "billingMethod": { "id": 3, "name": "Cash" }, "billingAddress": { "company": "Shoptet s.r.o.", "fullName": "John Doe", "street": "French", "houseNumber": "123", "city": "Praha 2", "district": "Praha 2", "additional": "4. floor", "zip": "120 00", "countryCode": "CZ", "regionName": "Capital city", "regionShortcut": "CC", "companyId": "12345678", "vatId": "CZ289324675", "vatIdValidationStatus": "verified", "taxId": "CZ289324675" }, "deliveryAddress": { "company": "Shoptet s.r.o.", "fullName": "John Doe", "street": "French", "houseNumber": "123", "city": "Praha 2", "district": "Praha 2", "additional": "4. floor", "zip": "120 00", "countryCode": "CZ", "regionName": "Capital city", "regionShortcut": "CC" }, "addressesEqual": true, "price": { "vat": "21.00", "toPay": "21.00", "currencyCode": "CZK", "withoutVat": "21.00", "withVat": "21.00", "exchangeRate": "1.04568087", "invoicingExchangeRate": "1.04568087", "partialPaymentAmount": "21.00", "partialPaymentType": "percents" }, "customer": { "guid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "phone": "603481066", "email": "example@example.com", "remark": "This is a remark" }, "eshop": { "bankAccount": "123456789/1234", "iban": "CZ6508000000192000145399", "bic": "CNBACZPPXXX", "vatPayer": true }, "items": [ { … } ], "documentRemark": "This is a remark.", "vatPayer": true, "vatMode": "Normal" }