Printfile

Wyślij plik do wydruku

Zlecanie wydruku dokumnetu przez Sellasist Cloud Print

post/printfile

Request body

documentstring

dokument do wydruku w kodowaniu base64

documentFormat'raw' | 'pdf'

raw (dotyczy np. zpl) oraz pdf

documentType'PRINT_ORDER' | 'PRINT_LABEL' | 'PRINT_SALEDOC' | 'PRINT_BARCODE' | 'PRINT_OTHER'

Typ dokumentu do druku

printerPointIdinteger

Numer id stanowiska WMS

Example request

{
  "document": "ZXhhbXBsZQ==",
  "documentFormat": "pdf",
  "documentType": "PRINT_ORDER",
  "printerPointId": 666
}

Response

Sukces, zwraca informacje o statusie wydruku

documentinteger

Example response

{
  "document": 666
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.