3- Get list of main products to order
GET {{baseUrl}}/contracting/basket/main-products?sessionId=334caa-1122-3344-5566-ccdd12345&category=MOBILE
Required privileges (one of the following):
- privilegesun-authorizedorderscreation
- privilegesorders_authorization
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sessionId | string | ||
category | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Language | string | Content-Language | |
Authorization | string |
RESPONSES
status: OK
{"result":[{"id":"TreeNode_Dummy_4567","name":{"en":"Smartphone Subscription","nl":"Smartphone Abonnement"},"category":"MOBILE","subcategory":"Network Services","priceInCents":null,"privateCopyingLevyInCents":null},{"id":"TreeNode_Dummy_5678","name":{"en":"IoT Subscription","nl":"IoT Abonnement"},"category":"MOBILE","subcategory":"Network Services","priceInCents":null,"privateCopyingLevyInCents":null}],"total":2}