| Requires any of the roles: | bookingsupplier-administrator-write, superadmin |
| 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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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: api.bokamera.se
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"productGroupType":"Optional","name":"String","externalId":"String","products":[{}],"tags":[{}]}