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