1- Get all contracts
GET {{baseUrl}}/contract/all?category=MOBILE&Port Out
Required privileges (one of the following):
- privilegesun-authorizedorderscreation
- privilegesordersauthorization
- privilegesvirtualhierarchyview
- privilegesvirtualhierarchy_management
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
category | string | ||
Port Out | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Language | string | Content-Language | |
Authorization | string |
RESPONSES
status: OK
{"result":[{"id":12456567,"firstName":"Dummy","namePrefix":null,"lastName":"Dummy","mobileNumber":"31645645645","fixedNumber":null,"product":{"en":"Smartphone Subscription","nl":"Smartphone Abonnement"},"productCategory":"Network Services","state":"ACTIVE","simCardNumber":"893145643564","extension":null,"sipAccount":null,"imei":null,"category":"MOBILE"}],"total":1}