v2
latestSwagger 2.02026-08-01139174369.1 KBProducts
Returns a list of company's Products. Supports OData querying protocol. Filtering is forbidden. Ordering is allowed by "id" and "stockCode" fields.
get/v1/products
Response
OK
Example response
{
"Items": [
{
"id": 9,
"unitPrice": 100,
"stockCode": "PRO1",
"grossUnitPrice": false,
"hasDefaultVatRate": false,
"timestamp": "UPpH5vbv3gg=",
"details": [
"det1",
"det2",
"det3"
],
"vatAnalysisTypeId": 1,
"productTypeId": 0
}
]
}