Select
Base profiles and services
Access to base profiles and services associated
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org_id | path | string | true | organization name |
id | path | string | true | commercial product identifier |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Base Profile | [BaseProfile] |
401 | Unauthorized | Unauthorized | string |
404 | Not Found | Item not found | KOGenericResponse |
200 - instance of BaseProfile
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
anonymous | getBaseProfiles_Response | false | none |
Name | Type | Required | Description |
---|---|---|---|
anonymous | object | false | none |
» services | [BaseProfile_services] | false | none |
401 - JsonObject
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
anonymous | getBaseProfiles_Response | false | none |
Name | Type | Required | Description |
---|---|---|---|
anonymous | object | false | none |
» services | [BaseProfile_services] | false | none |
404 - instance of KOGenericResponse
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
error | string | false | none |
message | string | false | none |
code | string | false | none |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org_id | path | string | true | organization name |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | OK | [getBaseProfiles_Response] |
400 | Bad Request | Bad request | string |
401 | Unauthorized | Unauthorized | string |
404 | Not Found | Item not found | KOGenericResponse |
200 - instance of getBaseProfiles_Response
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
id | string | false | none |
name | string | false | none |
in_catalogue_since | string(date-time) | false | none |
in_catalogue_until | string(date-time) | false | none |
network_id | string | false | network that can be used for provisioning the services encapsulated within the base profile |
network_provisioning_id | string | false | id used for provisioning the commercial product within the correspondent network |
service_class | string | false | additional value required for provisioning within Yoigo network (networkId=2). Not used for networkId=1 |
offer_id | string | false | additional value required for provisioning prepaid tariffs within Yoigo network (networkId=2). Not used for networkId=1 |
charging_id | string | false | additional value required for provisioning prepaid tariffs within Yoigo network (networkId=2). Not used for networkId=1 |
manual_renewal | boolean | false | boolean additional value required for provisioning prepaid tariffs within Yoigo network (networkId=2). Not used for networkId=1 |
download_speed | string | false | download speed for broadband base profiles, used for provisioning purpose |
internet_speed | string | false | commercial speed to be shown to client, could be different than the down and upload provisioning speed |
upload_speed | string | false | upload speed for broadband base profiles, used for provisioning purpose |
400 - JsonObject
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
id | string | false | none |
name | string | false | none |
in_catalogue_since | string(date-time) | false | none |
in_catalogue_until | string(date-time) | false | none |
network_id | string | false | network that can be used for provisioning the services encapsulated within the base profile |
network_provisioning_id | string | false | id used for provisioning the commercial product within the correspondent network |
service_class | string | false | additional value required for provisioning within Yoigo network (networkId=2). Not used for networkId=1 |
offer_id | string | false | additional value required for provisioning prepaid tariffs within Yoigo network (networkId=2). Not used for networkId=1 |
charging_id | string | false | additional value required for provisioning prepaid tariffs within Yoigo network (networkId=2). Not used for networkId=1 |
manual_renewal | boolean | false | boolean additional value required for provisioning prepaid tariffs within Yoigo network (networkId=2). Not used for networkId=1 |
download_speed | string | false | download speed for broadband base profiles, used for provisioning purpose |
internet_speed | string | false | commercial speed to be shown to client, could be different than the down and upload provisioning speed |
upload_speed | string | false | upload speed for broadband base profiles, used for provisioning purpose |
401 - JsonObject
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
id | string | false | none |
name | string | false | none |
in_catalogue_since | string(date-time) | false | none |
in_catalogue_until | string(date-time) | false | none |
network_id | string | false | network that can be used for provisioning the services encapsulated within the base profile |
network_provisioning_id | string | false | id used for provisioning the commercial product within the correspondent network |
service_class | string | false | additional value required for provisioning within Yoigo network (networkId=2). Not used for networkId=1 |
offer_id | string | false | additional value required for provisioning prepaid tariffs within Yoigo network (networkId=2). Not used for networkId=1 |
charging_id | string | false | additional value required for provisioning prepaid tariffs within Yoigo network (networkId=2). Not used for networkId=1 |
manual_renewal | boolean | false | boolean additional value required for provisioning prepaid tariffs within Yoigo network (networkId=2). Not used for networkId=1 |
download_speed | string | false | download speed for broadband base profiles, used for provisioning purpose |
internet_speed | string | false | commercial speed to be shown to client, could be different than the down and upload provisioning speed |
upload_speed | string | false | upload speed for broadband base profiles, used for provisioning purpose |
404 - instance of KOGenericResponse
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
error | string | false | none |
message | string | false | none |
code | string | false | none |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org_id | path | string | true | organization name |
id | path | string | true | base profile identifier |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | OK | [BaseProfile_services] |
400 | Bad Request | Bad request | string |
401 | Unauthorized | Unauthorized | string |
404 | Not Found | Item not found | KOGenericResponse |
200 - instance of BaseProfile_services
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
id | string | false | none |
name | string | false | none |
description | string | false | none |
in_catalogue_since | string(date-time) | false | none |
in_catalogue_until | string(date-time) | false | none |
from | string(date-time) | false | none |
to | string(date-time) | false | none |
network_code | string | false | parameter used by network to identify the service |
is_changeable | boolean | false | means if the surrent service status can be changed |
activate_on_network_provisioning | boolean | false | indicates if the service is automatically activated when the technical profile is provisioned |
language | string | false | characteristic used for serviceId = 2. Not used for other services |
speed | string | false | characteristic used for serviceId = 16. Not used for other services |
available_networks | string | false | characteristic used for serviceId = 30. Not used for other services |
400 - JsonObject
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
id | string | false | none |
name | string | false | none |
description | string | false | none |
in_catalogue_since | string(date-time) | false | none |
in_catalogue_until | string(date-time) | false | none |
from | string(date-time) | false | none |
to | string(date-time) | false | none |
network_code | string | false | parameter used by network to identify the service |
is_changeable | boolean | false | means if the surrent service status can be changed |
activate_on_network_provisioning | boolean | false | indicates if the service is automatically activated when the technical profile is provisioned |
language | string | false | characteristic used for serviceId = 2. Not used for other services |
speed | string | false | characteristic used for serviceId = 16. Not used for other services |
available_networks | string | false | characteristic used for serviceId = 30. Not used for other services |
401 - JsonObject
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
id | string | false | none |
name | string | false | none |
description | string | false | none |
in_catalogue_since | string(date-time) | false | none |
in_catalogue_until | string(date-time) | false | none |
from | string(date-time) | false | none |
to | string(date-time) | false | none |
network_code | string | false | parameter used by network to identify the service |
is_changeable | boolean | false | means if the surrent service status can be changed |
activate_on_network_provisioning | boolean | false | indicates if the service is automatically activated when the technical profile is provisioned |
language | string | false | characteristic used for serviceId = 2. Not used for other services |
speed | string | false | characteristic used for serviceId = 16. Not used for other services |
available_networks | string | false | characteristic used for serviceId = 30. Not used for other services |
404 - instance of KOGenericResponse
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
error | string | false | none |
message | string | false | none |
code | string | false | none |
Endpoints
Commercial Products
Bundled Products
Bundled Commercial Products
Free Units Packages
Promotions
Commercial Devices
Rate Plans
Base profiles and services
Value Added Services
Provisioning Profiles
Services
Commercial Infos
Transaction types
Devices
Commercial profiles
Misc services