GET | /voss/products | gets voss products |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CompanyId | query | Guid? | No | The company id, if empty will use the company id for the user you are logged in with. |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Items | form | List<ProductResult> | Yes | |
TotalCount | form | int | No | |
PageIndex | form | int | No | |
PageSize | form | int | No | |
TotalPages | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Type | form | TypeEnum | No | |
Status | form | StatusEnum | No | |
Id | form | Guid | No | |
Name | form | string | Yes | |
ExternalId | form | string | Yes | |
ArticleNumber | form | string | Yes | |
ProductFamily | form | ProductResultProductFamilyDto | Yes |
Name | Value | |
---|---|---|
Main | 1 | |
Addon | 2 | |
License | 3 | |
Usage | 4 |
Name | Value | |
---|---|---|
Published | 1 | |
Disabled | 2 |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | Guid | No | |
ExternalId | form | string | Yes |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /voss/products HTTP/1.1 Host: testapi.bokamera.se Accept: text/jsonl
HTTP/1.1 200 OK Content-Type: text/jsonl Content-Length: length {}