invoice number (can be null). 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.
proof payment code (can be null). Caution! This does not have to be just a number, it can also contain letters, a dash, etc.
date of issue, in ISO 8601 format
date of change, in ISO 8601 format
due date in ISO 8601 format (can be null)
taxation date in ISO 8601 format (can be null)
specific symbol (can be null)
weight in kg, unpacked, 3 decimal places. Maximum value 999999.
weight in kg, unpacked, 3 decimal places. Maximum value 999999.
VAT mode, can be null, possible values: Normal, One Stop Shop, Mini One Stop Shop, Reverse charge, Outside the EU
{ "code": "00000008", "isValid": true, "invoiceCode": "2017200011", "orderCode": "2017000017", "proofPaymentCode": "P--2017200011-1", "creationTime": "2018-05-29T09:02:27+0200", "changeTime": "2018-05-29T09:02:27+0200", "dueDate": "2017-04-04", "taxDate": "2017-04-04", "varSymbol": 2021000021, "constSymbol": 6583, "specSymbol": 201323134, "restocked": true, "stockAmountChangeType": "load", "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", "reasonRemark": "Order cancellation" }