GET | /voss/productGroups/{ProductGroupId} | gets voss product group |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
PackageId | query | Guid? | No | Passed if we have multilpe packages |
ProductGroupId | path | Guid | Yes | Procut Group id to get |
TierId | query | Guid | Yes | Tier id required because it is used it voss url |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ProductGroupType | form | ProductGroupTypeEnum | No | |
Id | form | Guid | No | |
VersionId | form | Guid | No | |
Name | form | string | Yes | |
ExternalId | form | string | Yes | |
Products | form | List<ProductGroupProductDto> | Yes | |
Tags | form | List<ProductGroupTagDto> | Yes |
Optional | |
Included |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ProductType | form | ProductTypeEnum | No | |
Status | form | StatusEnum | No | |
Id | form | Guid | No | |
Name | form | string | Yes | |
ExternalId | form | string | Yes | |
ArticleNumber | form | string | Yes |
Main | |
Addon | |
License | |
Usage |
Active | |
Terminated |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Type | form | TypeEnum | No | |
Tag | form | string | Yes |
AtSubscriptionBillingPeriodEnd | |
AtBindingPeriodEnd | |
Immediately |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /voss/productGroups/{ProductGroupId} HTTP/1.1 Host: testapi.bokamera.se Accept: text/csv
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {Unable to show example output for type 'ProductGroupResult' using the custom 'csv' filter}No parameterless constructor defined for type 'VossIntegration.ApiTools.Model.ProductGroupResult'.