Get Operator Connect Customer Numbers V3
The Get Operator Connect Customer Numbers V3 request retrieves the numbers that have been acquired through the Operator Connect service for the specified tenant. Each number includes detailed information about its current status, capabilities, location assignments, and associated SBC configurations.
URI
{{baseUrl}}/api/v3/oc/numbers?
HTTP Method
GET
Request Headers
|
Parameter |
Type |
Description |
|---|---|---|
|
X-Ovoc-Channel-Id |
integer |
The Live Platform channel "id". When specified, data retrieval is scoped to only customers belonging to the specified channel. See Get List of Channels to extract this value. You can alternatively use "X-IAM-Account-Id" which as result generates an identical response. |
|
X-IAM-Account-Id |
string |
The Live Platform "iamAccountId" of the channel. When specified, data retrieval is scoped to only customers belonging to the specified channel. See Get List of Channels to extract this value. |
| ● | When the request headers have non-valid values (non-numeric, multi-value, empty, whitespace-only, or out-of-Int32-range) this results in 400 Bad Request, |
| ● | When no customers are attached to the channel id specified in the request header, this results in empty output. |
| ● | Numbers belonging to customers that are not attached to the channel id specified in the header, or numbers without a UmpCustomerGuid are excluded when the header is configured. |
Request Parameters
Multiple fields can be configured using comma separation.
|
Parameter |
Type |
Description |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
msTenantId |
string |
Customer's Microsoft Azure Tenant Subscription Id. |
||||||||||||
|
acquiredNumberStatus |
string |
Status of the acquired number:
|
||||||||||||
|
civicAddress |
string |
Retrieves full civic address details of the tenants of retrieved numbers. |
||||||||||||
|
scriptParameters |
string |
Retrieves all script parameters configured for any retrieved numbers. For example, ProxySet and CacProfile. Script parameters with sensitive values (e.g. CarrierPassword) are masked with "****" |
||||||||||||
|
Page Number |
integer Default value: 1 |
Page number in range to retrieve. |
||||||||||||
|
Page Size |
integer Default value: 200 |
Number of pages in range to retrieve. |
Example Requests
{{baseURL}}/api/v2/oc/numbers?pageNumber=1&pageSize=50&msTenantId=<tenantid>&acquiredNumberStatus=Active&fields=civicAddress
{{baseURL}}/api/v3/oc/numbers?pageNumber=1&pageSize=50&msTenantId=<tenantid>&acquiredNumberStatus=Active&fields=scriptParameters
Example Response
{
"currentPage": 1,
"pageSize": 50,
"totalPages": 1,
"totalRecords": 6,
"data": [
{
"id": 122598,
"uploadToAccountJobId": 5560,
"whenCreated": "2026-07-02T10:50:34.6346952+00:00",
"acquiredNumberStatus": null,
"telephoneNumber": "+12129723735",
"callingProfileId": "4a5ed485-93bc-4b85-bc9b-fd7b2a8d8d10",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-02T10:50:16.9075201+00:00",
"isoCountryCode": "US",
"tnUploadJobId": "e3998354-91e1-4c0f-a16c-48db5fd109fd",
"locationId": "457f155b-3ca5-4456-a58d-9953cc2e6f28",
"civicAddressId": "922b7390-181f-11f1-8e7f-09bc8a9784bc",
"assignmentStatus": "Unassigned",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"aslcht": "2026-07-07T15:41:05.4716314+00:00",
"aslsct": "2026-07-07T15:41:05.4716314+00:00",
"aslvCode": 200,
"asticks": 639190356607396882,
"uploadTelephoneNumberEntryId": null,
"source": null,
"sbcList": [],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": null,
"ovocChannelId": null,
"consentedOn": null,
"umpCustomerFullName": null,
"msCompanyName": null,
"infrastructureProvisioningStatus": "NotProvisioned"
},
{
"id": 122599,
"uploadToAccountJobId": 5560,
"whenCreated": "2026-07-02T10:50:38.4910634+00:00",
"acquiredNumberStatus": 2,
"telephoneNumber": "+12129723735",
"callingProfileId": "4a5ed485-93bc-4b85-bc9b-fd7b2a8d8d10",
"acquiredCapabilities": [
"InboundCalling",
"Office365",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": null,
"acquiredOn": null,
"isoCountryCode": "US",
"tnUploadJobId": "e3998354-91e1-4c0f-a16c-48db5fd109fd",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"aslcht": "2026-07-07T15:41:05.4716314+00:00",
"aslsct": "2026-07-07T15:41:05.4716314+00:00",
"aslvCode": 200,
"asticks": 639190356607396882,
"uploadTelephoneNumberEntryId": 295831,
"source": "webapi",
"sbcList": [
{
"sbcName": "EMEA SP1 SBC 02",
"sbcId": 12
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "2791a49f-4e24-4c95-aede-3c90bcc28e69",
"ovocChannelId": 97261,
"consentedOn": null,
"umpCustomerFullName": "Erez17_06_5FN",
"msCompanyName": "Erez_2_7__0",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122601,
"uploadToAccountJobId": 5562,
"whenCreated": "2026-07-02T18:08:08.6620073+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+12129723736",
"callingProfileId": "4a5ed485-93bc-4b85-bc9b-fd7b2a8d8d10",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-02T18:07:49.2438385+00:00",
"isoCountryCode": "US",
"tnUploadJobId": "4b5e8c52-424e-405a-8a5e-8d314dfb169a",
"locationId": "457f155b-3ca5-4456-a58d-9953cc2e6f28",
"civicAddressId": "922b7390-181f-11f1-8e7f-09bc8a9784bc",
"assignmentStatus": "Unassigned",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"aslcht": "2026-07-07T15:41:05.4866273+00:00",
"aslsct": "2026-07-07T15:41:05.4866273+00:00",
"aslvCode": 200,
"asticks": 639190356607396882,
"uploadTelephoneNumberEntryId": 295833,
"source": "webapi",
"sbcList": [
{
"sbcName": "EMEA SP1 SBC 02",
"sbcId": 12
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "2791a49f-4e24-4c95-aede-3c90bcc28e69",
"ovocChannelId": 97261,
"consentedOn": null,
"umpCustomerFullName": "Erez17_06_5FN",
"msCompanyName": "Erez_2_7__0",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122602,
"uploadToAccountJobId": 5563,
"whenCreated": "2026-07-02T18:09:18.7431896+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+12129723740",
"callingProfileId": "609a787d-484a-4ae3-8389-fad3e16bbefe",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"acquiredOn": "2026-07-02T18:08:55.7145194+00:00",
"isoCountryCode": "US",
"tnUploadJobId": "5ea8120a-4e3b-4946-9f0f-7863249e9f4f",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"aslcht": "2026-07-07T15:41:05.5116352+00:00",
"aslsct": "2026-07-07T15:41:05.5116352+00:00",
"aslvCode": 200,
"asticks": 639190356607396882,
"uploadTelephoneNumberEntryId": 295834,
"source": "webui",
"sbcList": [
{
"sbcName": "EMEA SP1 SBC 02",
"sbcId": 12
}
],
"tenantCallingProfileId": 456,
"ocSipConnectionName": "Erez17_06_5FN",
"ocSipConnectionDescription": "Erez Service 08_06_5Des",
"umpCustomerGuid": "2791a49f-4e24-4c95-aede-3c90bcc28e69",
"ovocChannelId": 97261,
"consentedOn": null,
"umpCustomerFullName": "Erez17_06_5FN",
"msCompanyName": "Erez_2_7__0",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122603,
"uploadToAccountJobId": 5563,
"whenCreated": "2026-07-02T18:09:18.7431896+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+12129723741",
"callingProfileId": "609a787d-484a-4ae3-8389-fad3e16bbefe",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"acquiredOn": "2026-07-02T18:08:55.7145446+00:00",
"isoCountryCode": "US",
"tnUploadJobId": "5ea8120a-4e3b-4946-9f0f-7863249e9f4f",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"aslcht": "2026-07-07T15:41:05.5366395+00:00",
"aslsct": "2026-07-07T15:41:05.5366395+00:00",
"aslvCode": 200,
"asticks": 639190356607396882,
"uploadTelephoneNumberEntryId": 295835,
"source": "webui",
"sbcList": [
{
"sbcName": "EMEA SP1 SBC 02",
"sbcId": 12
}
],
"tenantCallingProfileId": 456,
"ocSipConnectionName": "Erez17_06_5FN",
"ocSipConnectionDescription": "Erez Service 08_06_5Des",
"umpCustomerGuid": "2791a49f-4e24-4c95-aede-3c90bcc28e69",
"ovocChannelId": 97261,
"consentedOn": null,
"umpCustomerFullName": "Erez17_06_5FN",
"msCompanyName": "Erez_2_7__0",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122604,
"uploadToAccountJobId": 5563,
"whenCreated": "2026-07-02T18:09:18.7481913+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+12129723742",
"callingProfileId": "609a787d-484a-4ae3-8389-fad3e16bbefe",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"acquiredOn": "2026-07-02T18:08:55.7145452+00:00",
"isoCountryCode": "US",
"tnUploadJobId": "5ea8120a-4e3b-4946-9f0f-7863249e9f4f",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"aslcht": "2026-07-07T15:41:05.5916327+00:00",
"aslsct": "2026-07-07T15:41:05.5916327+00:00",
"aslvCode": 200,
"asticks": 639190356607396882,
"uploadTelephoneNumberEntryId": 295836,
"source": "webui",
"sbcList": [
{
"sbcName": "EMEA SP1 SBC 02",
"sbcId": 12
}
],
"tenantCallingProfileId": 456,
"ocSipConnectionName": "Erez17_06_5FN",
"ocSipConnectionDescription": "Erez Service 08_06_5Des",
"umpCustomerGuid": "2791a49f-4e24-4c95-aede-3c90bcc28e69",
"ovocChannelId": 97261,
"consentedOn": null,
"umpCustomerFullName": "Erez17_06_5FN",
"msCompanyName": "Erez_2_7__0",
"infrastructureProvisioningStatus": "Ok"
}
]
}
Example response with Civic addresses
{
"currentPage": 1,
"pageSize": 50,
"totalPages": 1,
"totalRecords": 5,
"data": [
{
"id": 122598,
"uploadToAccountJobId": 5560,
"whenCreated": "2026-07-02T10:50:34.6346952+00:00",
"acquiredNumberStatus": null,
"telephoneNumber": "+12129723735",
"callingProfileId": "4a5ed485-93bc-4b85-bc9b-fd7b2a8d8d10",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-02T10:50:16.9075201+00:00",
"isoCountryCode": "US",
"tnUploadJobId": "e3998354-91e1-4c0f-a16c-48db5fd109fd",
"locationId": "457f155b-3ca5-4456-a58d-9953cc2e6f28",
"civicAddressId": "922b7390-181f-11f1-8e7f-09bc8a9784bc",
"assignmentStatus": "Unassigned",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"aslcht": "2026-07-07T15:41:05.4716314+00:00",
"aslsct": "2026-07-07T15:41:05.4716314+00:00",
"aslvCode": 200,
"asticks": 639190356607396882,
"uploadTelephoneNumberEntryId": null,
"source": null,
"sbcList": [],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": null,
"ovocChannelId": null,
"consentedOn": null,
"umpCustomerFullName": null,
"msCompanyName": null,
"civicAddress": {
"id": "922b7390-181f-11f1-8e7f-09bc8a9784bc",
"country": "US",
"houseNumber": "700",
"houseNumberSuffix": "",
"preDirectional": "",
"streetName": "Eden Roc Drive",
"streetSuffix": "",
"postDirectional": "",
"stateOrProvince": "OH",
"countyOrDistrict": "US",
"cityOrTown": "Xenia",
"cityOrTownAlias": "",
"postalOrZipCode": "45385",
"description": "USA1",
"companyName": "MSFT",
"companyId": "",
"defaultLocationId": "457f155b-3ca5-4456-a58d-9953cc2e6f28",
"validationStatus": "Validated",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"partnerId": "00000000-0000-0000-0000-000000000000",
"locations": [
{
"id": "457f155b-3ca5-4456-a58d-9953cc2e6f28",
"civicAddressId": "922b7390-181f-11f1-8e7f-09bc8a9784bc",
"description": "USA1",
"additionalInfo": null,
"isDefault": "true",
"elin": null
}
]
},
"infrastructureProvisioningStatus": "NotProvisioned"
},
{
"id": 122601,
"uploadToAccountJobId": 5562,
"whenCreated": "2026-07-02T18:08:08.6620073+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+12129723736",
"callingProfileId": "4a5ed485-93bc-4b85-bc9b-fd7b2a8d8d10",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-02T18:07:49.2438385+00:00",
"isoCountryCode": "US",
"tnUploadJobId": "4b5e8c52-424e-405a-8a5e-8d314dfb169a",
"locationId": "457f155b-3ca5-4456-a58d-9953cc2e6f28",
"civicAddressId": "922b7390-181f-11f1-8e7f-09bc8a9784bc",
"assignmentStatus": "Unassigned",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"aslcht": "2026-07-07T15:41:05.4866273+00:00",
"aslsct": "2026-07-07T15:41:05.4866273+00:00",
"aslvCode": 200,
"asticks": 639190356607396882,
"uploadTelephoneNumberEntryId": 295833,
"source": "webapi",
"sbcList": [
{
"sbcName": "EMEA SP1 SBC 02",
"sbcId": 12
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "2791a49f-4e24-4c95-aede-3c90bcc28e69",
"ovocChannelId": 97261,
"consentedOn": null,
"umpCustomerFullName": "Erez17_06_5FN",
"msCompanyName": "Erez_2_7__0",
"civicAddress": {
"id": "922b7390-181f-11f1-8e7f-09bc8a9784bc",
"country": "US",
"houseNumber": "700",
"houseNumberSuffix": "",
"preDirectional": "",
"streetName": "Eden Roc Drive",
"streetSuffix": "",
"postDirectional": "",
"stateOrProvince": "OH",
"countyOrDistrict": "US",
"cityOrTown": "Xenia",
"cityOrTownAlias": "",
"postalOrZipCode": "45385",
"description": "USA1",
"companyName": "MSFT",
"companyId": "",
"defaultLocationId": "457f155b-3ca5-4456-a58d-9953cc2e6f28",
"validationStatus": "Validated",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"partnerId": "00000000-0000-0000-0000-000000000000",
"locations": [
{
"id": "457f155b-3ca5-4456-a58d-9953cc2e6f28",
"civicAddressId": "922b7390-181f-11f1-8e7f-09bc8a9784bc",
"description": "USA1",
"additionalInfo": null,
"isDefault": "true",
"elin": null
}
]
},
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122602,
"uploadToAccountJobId": 5563,
"whenCreated": "2026-07-02T18:09:18.7431896+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+12129723740",
"callingProfileId": "609a787d-484a-4ae3-8389-fad3e16bbefe",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"acquiredOn": "2026-07-02T18:08:55.7145194+00:00",
"isoCountryCode": "US",
"tnUploadJobId": "5ea8120a-4e3b-4946-9f0f-7863249e9f4f",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"aslcht": "2026-07-07T15:41:05.5116352+00:00",
"aslsct": "2026-07-07T15:41:05.5116352+00:00",
"aslvCode": 200,
"asticks": 639190356607396882,
"uploadTelephoneNumberEntryId": 295834,
"source": "webui",
"sbcList": [
{
"sbcName": "EMEA SP1 SBC 02",
"sbcId": 12
}
],
"tenantCallingProfileId": 456,
"ocSipConnectionName": "Erez17_06_5FN",
"ocSipConnectionDescription": "Erez Service 08_06_5Des",
"umpCustomerGuid": "2791a49f-4e24-4c95-aede-3c90bcc28e69",
"ovocChannelId": 97261,
"consentedOn": null,
"umpCustomerFullName": "Erez17_06_5FN",
"msCompanyName": "Erez_2_7__0",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122603,
"uploadToAccountJobId": 5563,
"whenCreated": "2026-07-02T18:09:18.7431896+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+12129723741",
"callingProfileId": "609a787d-484a-4ae3-8389-fad3e16bbefe",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"acquiredOn": "2026-07-02T18:08:55.7145446+00:00",
"isoCountryCode": "US",
"tnUploadJobId": "5ea8120a-4e3b-4946-9f0f-7863249e9f4f",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"aslcht": "2026-07-07T15:41:05.5366395+00:00",
"aslsct": "2026-07-07T15:41:05.5366395+00:00",
"aslvCode": 200,
"asticks": 639190356607396882,
"uploadTelephoneNumberEntryId": 295835,
"source": "webui",
"sbcList": [
{
"sbcName": "EMEA SP1 SBC 02",
"sbcId": 12
}
],
"tenantCallingProfileId": 456,
"ocSipConnectionName": "Erez17_06_5FN",
"ocSipConnectionDescription": "Erez Service 08_06_5Des",
"umpCustomerGuid": "2791a49f-4e24-4c95-aede-3c90bcc28e69",
"ovocChannelId": 97261,
"consentedOn": null,
"umpCustomerFullName": "Erez17_06_5FN",
"msCompanyName": "Erez_2_7__0",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122604,
"uploadToAccountJobId": 5563,
"whenCreated": "2026-07-02T18:09:18.7481913+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+12129723742",
"callingProfileId": "609a787d-484a-4ae3-8389-fad3e16bbefe",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"acquiredOn": "2026-07-02T18:08:55.7145452+00:00",
"isoCountryCode": "US",
"tnUploadJobId": "5ea8120a-4e3b-4946-9f0f-7863249e9f4f",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "adcf0077-5bc8-47ad-9435-ce4ece9180ba",
"aslcht": "2026-07-07T15:41:05.5916327+00:00",
"aslsct": "2026-07-07T15:41:05.5916327+00:00",
"aslvCode": 200,
"asticks": 639190356607396882,
"uploadTelephoneNumberEntryId": 295836,
"source": "webui",
"sbcList": [
{
"sbcName": "EMEA SP1 SBC 02",
"sbcId": 12
}
],
"tenantCallingProfileId": 456,
"ocSipConnectionName": "Erez17_06_5FN",
"ocSipConnectionDescription": "Erez Service 08_06_5Des",
"umpCustomerGuid": "2791a49f-4e24-4c95-aede-3c90bcc28e69",
"ovocChannelId": 97261,
"consentedOn": null,
"umpCustomerFullName": "Erez17_06_5FN",
"msCompanyName": "Erez_2_7__0",
"infrastructureProvisioningStatus": "Ok"
}
]
}
Example response with Script parameters
{
"currentPage": 1,
"pageSize": 50,
"totalPages": 1,
"totalRecords": 18,
"data": [
{
"id": 122609,
"uploadToAccountJobId": 5567,
"whenCreated": "2026-07-05T14:14:24.9963577+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557001",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"acquiredOn": "2026-07-05T14:14:02.1765649+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "68c97cff-4fcf-4ab2-98d0-d941500c5d0a",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T07:42:04.4968581+00:00",
"aslsct": "2026-07-07T07:42:04.4968581+00:00",
"aslvCode": 200,
"asticks": 639190068603601265,
"uploadTelephoneNumberEntryId": 295840,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"scriptParameters": {
"CacProfile": "5 sessions",
"ProxySet": "SIPTrunk",
"OnlinePstnGateway": "sandbox3apac.audiocodes.be"
},
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122613,
"uploadToAccountJobId": 5571,
"whenCreated": "2026-07-07T07:40:26.4606024+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395558001",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"acquiredOn": "2026-07-07T07:40:05.3819631+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "22613cc4-f8bd-4d3d-865d-5b2eaa917a57",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T07:42:04.4868547+00:00",
"aslsct": "2026-07-07T07:42:04.4868547+00:00",
"aslvCode": 200,
"asticks": 639190068603601265,
"uploadTelephoneNumberEntryId": 295844,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"scriptParameters": {
"CacProfile": "5 sessions",
"ProxySet": "SIPTrunk",
"OnlinePstnGateway": "sandbox3apac.audiocodes.be"
},
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122614,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557002",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454152+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295845,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122615,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557003",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454572+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295846,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122616,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557004",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454604+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295847,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"scriptParameters": {
"ProxySet": "SIPTrunk"
},
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122617,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557005",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454615+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295848,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122618,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557006",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454626+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295849,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122619,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557007",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454637+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295850,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122620,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557008",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454647+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295851,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122621,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557009",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454658+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295852,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122622,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4984089+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554002",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8332994+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295853,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"scriptParameters": {
"CacProfile": "5 sessions",
"ProxySet": "SIPTrunk",
"OnlinePstnGateway": "sandbox3apac.audiocodes.be"
},
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122623,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4984089+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554003",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8333223+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295854,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"scriptParameters": {
"CacProfile": "5 sessions",
"ProxySet": "SIPTrunk",
"OnlinePstnGateway": "sandbox3apac.audiocodes.be"
},
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122624,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4994131+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554004",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.833323+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295855,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"scriptParameters": {
"CacProfile": "5 sessions",
"ProxySet": "SIPTrunk",
"OnlinePstnGateway": "sandbox3apac.audiocodes.be"
},
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122625,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4994131+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554005",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8333235+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295856,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"scriptParameters": {
"CacProfile": "5 sessions",
"ProxySet": "SIPTrunk",
"OnlinePstnGateway": "sandbox3apac.audiocodes.be"
},
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122626,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4994131+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554006",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.833324+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295857,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"scriptParameters": {
"CacProfile": "5 sessions",
"ProxySet": "SIPTrunk",
"OnlinePstnGateway": "sandbox3apac.audiocodes.be"
},
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122627,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4994131+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554007",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8333245+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295858,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"scriptParameters": {
"CacProfile": "5 sessions",
"ProxySet": "SIPTrunk",
"OnlinePstnGateway": "sandbox3apac.audiocodes.be"
},
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122628,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.5004567+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554008",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8333249+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295859,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"scriptParameters": {
"CacProfile": "5 sessions",
"ProxySet": "SIPTrunk",
"OnlinePstnGateway": "sandbox3apac.audiocodes.be"
},
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122629,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.5004567+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554009",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8333257+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295860,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"scriptParameters": {
"CacProfile": "5 sessions",
"ProxySet": "SIPTrunk",
"OnlinePstnGateway": "sandbox3apac.audiocodes.be"
},
"infrastructureProvisioningStatus": "Ok"
}
]
}
Example Response with channel header scope
{
"currentPage": 1,
"pageSize": 50,
"totalPages": 1,
"totalRecords": 18,
"data": [
{
"id": 122609,
"uploadToAccountJobId": 5567,
"whenCreated": "2026-07-05T14:14:24.9963577+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557001",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"acquiredOn": "2026-07-05T14:14:02.1765649+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "68c97cff-4fcf-4ab2-98d0-d941500c5d0a",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T07:42:04.4968581+00:00",
"aslsct": "2026-07-07T07:42:04.4968581+00:00",
"aslvCode": 200,
"asticks": 639190068603601265,
"uploadTelephoneNumberEntryId": 295840,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122613,
"uploadToAccountJobId": 5571,
"whenCreated": "2026-07-07T07:40:26.4606024+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395558001",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"acquiredOn": "2026-07-07T07:40:05.3819631+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "22613cc4-f8bd-4d3d-865d-5b2eaa917a57",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T07:42:04.4868547+00:00",
"aslsct": "2026-07-07T07:42:04.4868547+00:00",
"aslvCode": 200,
"asticks": 639190068603601265,
"uploadTelephoneNumberEntryId": 295844,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122614,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557002",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454152+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295845,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122615,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557003",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454572+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295846,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122616,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557004",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454604+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295847,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122617,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557005",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454615+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295848,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122618,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557006",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454626+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295849,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122619,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557007",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454637+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295850,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122620,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557008",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454647+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295851,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122621,
"uploadToAccountJobId": 5572,
"whenCreated": "2026-07-07T07:53:16.428983+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395557009",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T07:52:59.0454658+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "6f654eab-ca8e-4ccf-baaa-b5bd58d2ff3c",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295852,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122622,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4984089+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554002",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8332994+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295853,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122623,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4984089+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554003",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8333223+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295854,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122624,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4994131+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554004",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.833323+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295855,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122625,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4994131+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554005",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8333235+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295856,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122626,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4994131+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554006",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.833324+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295857,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122627,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.4994131+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554007",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8333245+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295858,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122628,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.5004567+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554008",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8333249+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295859,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
},
{
"id": 122629,
"uploadToAccountJobId": 5573,
"whenCreated": "2026-07-07T08:26:06.5004567+00:00",
"acquiredNumberStatus": 0,
"telephoneNumber": "+61395554009",
"callingProfileId": "fcdd70da-df67-4ac5-a9fa-5d69da190622",
"acquiredCapabilities": [
"Geographic",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment"
],
"availableCapabilities": [
"Geographic",
"FirstPartyAppAssignment",
"Office365",
"InboundCalling",
"OutboundCalling",
"UserAssignment",
"SharedCalling"
],
"acquiredOn": "2026-07-07T08:25:43.8333257+00:00",
"isoCountryCode": "AU",
"tnUploadJobId": "2c2d47c0-dc44-4a85-8d64-2fdec78683f9",
"locationId": null,
"civicAddressId": null,
"assignmentStatus": "Unassigned",
"tenantId": "3bc57cac-5794-457f-ad36-2c88cade9dbb",
"aslcht": "2026-07-07T08:41:07.7743251+00:00",
"aslsct": "2026-07-07T08:41:07.7743251+00:00",
"aslvCode": 200,
"asticks": 639190104677743251,
"uploadTelephoneNumberEntryId": 295860,
"source": "webapi",
"sbcList": [
{
"sbcName": "APAC SP1 SBC",
"sbcId": 8
}
],
"tenantCallingProfileId": null,
"ocSipConnectionName": null,
"ocSipConnectionDescription": null,
"umpCustomerGuid": "a8401c93-31f5-439c-a21d-bc6b87ceee67",
"ovocChannelId": 52262,
"consentedOn": null,
"umpCustomerFullName": "OCDevIP",
"msCompanyName": "MSFT",
"infrastructureProvisioningStatus": "Ok"
}
]
}
HTTP Responses
| ■ | 200 OK |
|
Parameter |
Type |
Description |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
current Page |
integer Default value: 1 |
Retrieves the current page (the page including the most recent entries). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Page Number |
integer Default value: 1 |
Page number in range to retrieve. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Page Size |
integer Default value: 200 |
Number of pages in range to retrieve. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
id |
integer |
Id of the uploaded number |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
uploadToAccountJobId |
integer |
Job Id indicating when the number was uploaded. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
whenCreated |
string($date-time) |
Timestamp indicating when the number was uploaded to Live Platform. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
acquiredNumberStatus |
integer |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
telephoneNumber |
list array |
List of telephone numbers uploaded to the tenant. A separate record set is retrieved for each phone number. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
CallingProfileId |
integer |
The Id string for the Microsoft Operator Connect Calling Profile that is attached to the tenant service (see Get Calling Profiles). Each Calling Profile is mapped to an SBC trunk used to manage call functionality for tenant service. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
acquiredCapabilities |
string |
Capabilities acquired from the Calling profile. One of the following values:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
availableCapabilities |
string |
Capabilities available for configuration in the Calling profile:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
acquiredOn |
string($date-time) |
Timestamp indicating when the number was uploaded to customer tenant. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
isoCountryCode |
string |
Country Calling dial code configured by customer in Teams admin center. See Country Dialing Codes for a full list of Dialing codes. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
tnUploadJobId |
string |
Job Id for upload to customer account. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
locationId |
string |
Id of the site location (see Get Services Brief Details (V3). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
civicAddressId |
string |
Id of the civicAddress (see Get All OC Leads). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
assignmentStatus |
list array |
One of the following values (mapping to Teams admin center values is shown in parenthesis):
Verify that the 'ThirdPartyAppAssignment' value is supported on your Microsoft tenant. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
tenantId |
string |
Customer tenant Azure subscription tenant Id. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
aslcht |
string($date-time) |
Last successful assignment check time, updated each time after a successful verification. If there are errors, do not update this field, and do not touch the status itself. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
aslsct |
string($date-time) |
Last status change time (null if not known). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
alsvcode |
string |
Last verification code, numeric, inspired from http status codes:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
asticks |
string($date-time) |
Ticks for the iteration session. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
uploadTelephoneNumberEntryId |
string |
Unique identifier of the uploaded number. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
source |
string |
Source interface of the uploaded number; webapi |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
sbcList |
list array |
List array including the following parameters:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
sbcName |
string |
Name of the SBC device in the Live Platform SQL database. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
sbcId |
integer |
Id of the SBC device that is attached to the tenant service for number management in Live Platform SQL database. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
tenantCallingProfileId |
string |
The Id of the Calling Profile record that is attached to the tenant service. A new record is created each time the template is attached to a customer service. Calling Profile Provisioning templates allow you to apply Calling Profile Templates when applying license (see Create OC Essential Service from Lead with IP Group), adding OC SIP Connections (see Add SIP Connections), uploading numbers (see Upload Operator Connect Numbers to Customer) and releasing numbers (see Release Operator Connect Numbers from Customer). You can then assign each Calling Profile Provisioning template to a different IP Group. For instance, you might want to configure an IP Group with enhanced security settings based on the site location's topology requirements and map it to a Calling Profile tailored for a specific carrier. This value is assigned to services with IP Group-based SIP Connections; this method is currently not supported using the REST API. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ocSipConnectionName |
string |
The name of the OC SIP Connection (for services with SIP Connection type "IP Group"). This value is assigned to services with IP Group-based SIP Connections; this method is currently not supported using the REST API. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ocSipConnectionDescription |
string |
Short description of the OC SIP Connection. This value is assigned to services with IP Group-based SIP Connections; this method is currently not supported using the REST API. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
umpCustomerGuid |
string($guid) |
This value is created in the Live Platform customer tenant SQL database directory when a license is applied to the lead Create Service from Lead Overview). This value is also obtained in the 'Get Task' response when the customer service is created. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ovocChannelId |
integer |
The Id of the Live Platform channel if the service is attached to a channel. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
consentedOn |
string($date-time |
The date of consent by the operator. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
umpCustomerFullName |
string |
Full customer name |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
msCompanyName |
string |
MSFT |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
civicAddresses (this data is displayed when ?fields=civicAddress is configured as a Header parameter). If not specified and Civic addresses exist, then the Civic address Id value is displayed |
|
The list array including the following values:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
scriptParameters (this data is displayed when ?fields=scriptParameters is configured as Header parameter) |
list array |
List array including any configured script parameters. For example, CacProfile, Proxy Set or OnlinePstnGateway values. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
infrastructureProvisioningStatus |
string |
Ok |
| ■ | 400 Bad Request: When the request headers have non-valid values (non-numeric, multi-value, empty, whitespace-only, or out-of-Int32-range) |
| ■ | 404 Not Found |
The table below shows the full list of fields returned in this response. The actual fields returned may differ according to the request.
|
Parameter |
Type |
Description |
|---|---|---|
|
type |
string |
Error type |
|
title |
string |
Email title |
|
status |
integer |
StatusCodes.Status400BadRequest |
|
detail |
string |
Additional error details. |
|
instance |
string |
HttpContext.Request.Path |
|
errorTicket |
string |
errId.ToString() |
|
errorCode |
string |
Error code output in the request |
|
traceId |
string |
HttpContext.TraceIdentifier |
|
additionalProp1 |
string |
Error related to Custom script parameter |
|
additionalProp2 |
string |
Error related to Custom script parameter |
|
additionalProp3 |
string |
Error related to Custom script parameter |
| ■ | 500 Internal Server Error |
See relevant fields above