Skip to main content

Get invoice template

GET 

/v2/ob/invoice-templates

Get paging invoice template

Request

Query Parameters

    page int32

    Default value: 0

    Page to get results, from page 0

    size int32

    Default value: 10

    Size of results page

    sort string

    Sort returned results

    is_pos boolean

    Filter POS invoice template

Responses

OK

Schema

    count int64

    items

    object[]

  • Array [

  • id uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    name string

    Invoice template name

    invoice_type InvoiceType (string)

    Possible values: [VAT, SALE, DELIVERY_NOTE, OTHER, COMMERCIAL, SALE_PUBLIC_PROPERTY, SALE_RESERVE]

    is_pos boolean

    Template is used for POS invoice

    created_date date-time
    symbol_classification string

    Two ending characters of invoice symbol

  • ]

Loading...