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
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
count int64
items
object[]
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
{
"count": 0,
"items": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"invoice_type": "VAT",
"is_pos": true,
"created_date": "2022-03-10T16:15:50Z",
"symbol_classification": "string"
}
]
}
Not Authorized
Not Allowed
Loading...