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 .xml suffix or ?format=xml
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: application/xml
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <SearchProductsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VossIntegration.ApiTools.Model"> <items> <ProductResult i:nil="true" /> </items> </SearchProductsResult>