Now with SMS ! New
or create new account
DID.CNAM.UPDATE - API REQUEST

DID.CNAM.UPDATE - Updates CNAM/LIDB (Outbound Caller ID Name) for the phone number.
Description

DID.CNAM.UPDATE API Action is used to update CNAM/LIDB (Outbound Caller ID Name) for DID.
CNAM/LIDB updates are charged $5 per update.
CNAM/LIDB updates are only available for US DIDs. DID.CNAM.UPDATE API Action DOES NOT change CALL/SMS routing/handling options.
Arguments

E164
Required. E164 of a DID number.

ACCOUNT_NUMBER
Optional. If DID currently belongs to a sub account then ACCOUNT_NUMBER is required and it must contain an account number of the DID number to be moved.

CNAM
Required. Caller ID Name for the phone number. Must be no more than 32 alphanumeric characters long.
Example:
<PARAMETER NAME="E164">12123456789</PARAMETER>
<PARAMETER NAME="ACCOUNT_NUMBER">23434323423</PARAMETER>
<PARAMETER NAME="CNAM">TEST</PARAMETER>
Response

SUCCESS when CNAM Update Request was accepted for processing.
API Request Example
<?xml version="1.0" standalone="no" ?>
<REQUEST>
	<USERTOKEN>
		<USERKEY>df141891e2e883904b0b294dc5bq79c1c1c13f6d</USERKEY>
	</USERTOKEN>
	<ACTION NAME="DID.CNAM.UPDATE">
		<PARAMETER NAME="E164">12123456789</PARAMETER>
		<PARAMETER NAME="ACCOUNT_NUMBER">23434323423</PARAMETER>
		<PARAMETER NAME="CNAM">TEST</PARAMETER>
	</ACTION>
</REQUEST>
Response Example
<?xml version="1.0" standalone="no" ?>
<RESPONSE>
  <RESULT>SUCCESS</RESULT>
</RESPONSE>

:.:
News Blog About Anveo Terms of Use Privacy Policy FAQ Contact Us © 2024 Anveo Inc.