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

KeyDatatypeRequiredDescription
sessionIdstring
categorystring

HEADERS

KeyDatatypeRequiredDescription
Content-LanguagestringContent-Language
Authorizationstring

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}