PhoneNumberCreateIdentifierDto
Identifier information for creating a phone number
customerCodestringrequired
The unique code identifying the customer
Example:
CUST123
typestringrequired
The type of phone number (e.g., MOBILE, HOME, WORK)
Example:
MOBILE
PhoneNumberCreateIdentifierDto
{
"customerCode": "CUST123",
"type": "MOBILE"
}