Get Specific Customer Details
The Get Specific Customer Details request retrieves the details of a specific customer. Once the customer has been created, retrieve it to verify the details.
URI
{{baseUrl}}/api/v2/customer/{CustomerGuid}
HTTP Method
GET
Request Parameters
Parameter |
Type |
Description |
||||||
---|---|---|---|---|---|---|---|---|
CustomerGuid |
string ($uuid) |
umpCustomerGuid created in the Live Platformcustomer tenant SQL database :
This value is also retrieved using Get Services Brief Details (V3) and Get Customers Brief Details (V2) and in the 'Get Task' response when the customer service is created. |
Example Response
{
"Id": "b38e5a04-6d32-4be8-95bb-53bf7d6fa95c",
"ShortName": "SaraTest1",
"FullName": "SaraTest1",
"LicenseType": 0,
"SiteLocation": [
{
"id": "2205294f-9111-4e9d-8343-bd24f8e7a90f",
"name": "GSBFZUBGHWOFI",
"sbcId": 5,
"sbcDeploymentState": "Deployed"
},
{
"id": "d81ffeed-7a29-4b52-9e51-032c24271341",
"name": "SaraSite2",
"sbcId": 5,
"sbcDeploymentState": "Deployed"
},
{
"id": "fba122eb-8b79-4b53-a1aa-4898aec9dc11",
"name": "SaraSite3",
"sbcId": 5,
"sbcDeploymentState": "Deployed"
},
{
"id": "a344470f-e54e-4897-b28e-d1c2c0c404f0",
"name": "SaraSite4",
"sbcId": 5,
"sbcDeploymentState": "Deployed"
}
]
}
HTTP Responses
■ | 200 OK |
Parameter |
Type |
Description |
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id |
string($uuid) |
'umpCustomerGuid' value created in the Live Platformcustomer tenant SQL database directory:
This value is also retrieved using Get Services Brief Details (V3) and Get Customers Brief Details (V2) and in the 'Get Task' response when the customer service is created. |
|||||||||||||||||||||||||||
shortName |
string |
Short name of service complying with the following validation rules:
|
|||||||||||||||||||||||||||
fullName |
string |
The customer full name defined in the customer's Operator Connect JSON file. |
|||||||||||||||||||||||||||
licenseType |
integer Enum: [3, 4, 5] [ 0, 1, 2] |
One of the following values:
|
|||||||||||||||||||||||||||
licensedUsersCount |
integer |
Number of licensed users. |
|||||||||||||||||||||||||||
msTenantId |
string |
Microsoft subscription Tenant ID of the customer attached to the service. |
|||||||||||||||||||||||||||
siteLocation (SIP Connection) |
Array including the following:
|
The configured SBC used to manage calls for this SIP Connection. |
|||||||||||||||||||||||||||
id |
string($uuid) |
The unique id for the SIP Connection (site location). Equivalent to value 'siteGuid' created when adding the SIP Connection. |
|||||||||||||||||||||||||||
name |
string |
Name of the SIP Connection. |
|||||||||||||||||||||||||||
sbcId |
integer |
Id of the SBC device in the Live Platform SQL database (see Get SBC Devices. |
|||||||||||||||||||||||||||
sbcdeploymentState |
string |
Deployment state of the tenant. One of the following values:
|