Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.11 KB

CreateExternalConnectionUploadRequest.md

File metadata and controls

35 lines (19 loc) · 1.11 KB

CreateExternalConnectionUploadRequest

Properties

Name Type Description Notes
numberIds List<String> [optional]
usage UsageEnum The use case of the upload request. NOTE: `calling_user_assignment` is not supported for toll free numbers. [optional]
additionalUsages List<AdditionalUsagesEnum> [optional]
locationId UUID Identifies the location to assign all phone numbers to. [optional]
civicAddressId UUID Identifies the civic address to assign all phone numbers to. [optional]

Enum: UsageEnum

Name Value
CALLING_USER_ASSIGNMENT "calling_user_assignment"
FIRST_PARTY_APP_ASSIGNMENT "first_party_app_assignment"

Enum: List<AdditionalUsagesEnum>

Name Value
CALLING_USER_ASSIGNMENT "calling_user_assignment"
FIRST_PARTY_APP_ASSIGNMENT "first_party_app_assignment"