proof payments identifier. Caution! This does not have to be just a number, it can also contain letters, a dash, etc.
date of create, in ISO 8601 format
date of update, in ISO 8601 format
date on which was proof payment issued, in ISO 8601 format
currency code. List of available currencies within the e-shop can be found in endpoint GET /api/eshop.
TAX identification number. For Czech address, taxId is same as vatId. (can be null)
global unique permanent customer identifier (can be null)
specific symbol (can be null)
VAT mode, can be null, for possible values see VAT modes code list
currency rate of the receipt for the default currency of the shop. This value is saved together with the price and reflects the historical value valid in the instant of the order creation. If the shop changes the default currency, the value still refers to the original currency!
{ "code": "P--2015000170-1", "orderCode": "2015000001", "proformaInvoiceCode": "2015000170", "createdAt": "2018-05-29T09:02:27+0200", "updatedAt": "2018-05-29T09:02:27+0200", "issueDate": "2018-05-29T09:02:27+0200", "taxDate": "2017-04-04", "isValid": true, "currencyCode": "CZK", "payment": "21.00", "closed": true, "billFullName": "John Doe", "billCompany": "Shoptet, a.s.", "billStreet": "Křižíkova", "billHouseNumber": "237/36", "billCity": "Praha 2", "billDistrict": "Praha 2", "billAdditional": "4. floor", "billZip": "120 00", "billCountryCode": "CZ", "billRegionName": "Capital city", "billRegionShortcut": "CC", "vatId": "CZ123456789", "taxId": "CZ123456789", "companyId": "12345678", "language": "cs", "email": "example@example.com", "phone": "603481066", "source": { "id": 1, "name": "Administration" }, "cashdeskId": 123, "customerGuid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "customerProfileId": 123, "identificationNumber": "12345678", "remark": "This is a remark", "varSymbol": 2021000021, "constSymbol": "0308", "specSymbol": 201323134, "billingMethod": { "id": 3, "name": "Cash" }, "billBankAccount": "123456789/1234", "billIban": "CZ6508000000192000145399", "billBic": "CNBACZPPXXXas", "bankAccount": "123456789/1234", "iban": "CZ6508000000192000145399", "bic": "CNBACZPPXXXas", "documentRemark": "This is a document remark", "invoiceCode": "2017100013", "vatBreakdown": { "items": [ … ], "summary": { … } }, "vatMode": "normal", "invoicingExchangeRate": "1.04568087" }