Get Service Details
get
/bcws/webresources/v1.0/subscriptions/service/{id}
Get the details for the service that matches the specified ID.
Request
Path Parameters
-
id(required): string
The ID of the service, such as 0.0.0.1+-service-telco-gsm-sms+234567.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/xml
- application/json
200 Response
The service details were returned successfully.
Root Schema : BillUnitServices
Type:
Show Source
object
-
billUnitID: string
The bill unit's ID.
-
billUnitName: string
The bill unit's name.
-
services: array
services
Nested Schema : services
Type:
Show Source
array
-
Array of:
object Service
A service associated with the bundle.
Nested Schema : Service
Type:
object
A service associated with the bundle.
Show Source
-
serviceKey: string
The service key.
-
serviceType: string
The service type.
500 Response
An internal server error occurred.