API & DOCS

My Account            

Used to update the label of a tracking number

Use the Update Number Label API to update the label of a tracking number

Use the Update Number Label API to update the label of a tracking number within a DialogTech's account.

📘

Base URL for Update Number Label

https://secure.dialogtech.com/ibp_api.php

Parameter List

ParameterRequiredAcceptsMax LengthNotesUsage
actionYesString: routing.update_labeln/aOnly accepts routing.update_label to update the label of a tracking numberDefines the API Call as "Update Number Label" type
access_keyYesStringn/aAccess Key from the Key Manager within a DialogTech accountCredentials used for access to the API for a particular DialogTech account
secret_access_keyYesStringn/aSecret Access Key from the Key Manager within a DialogTech accountCredentials used for access to the API for a particular DialogTech account
phone_numberYesUnformatted Phone Numbern/a
descriptionNoStringn/aPhone Label assigned to a phone numberDefines the label assigned to the phone_number provided

Using this API

Example Response

<response>
	<result>success</result>
	<result_description>phone number description updated</result_description>
</response>