JSON
If the request is correct, you receive the following response to your request:
{
"message_id": "9f60ac8f-e721-5027-b838-e6fcb95fcd7a"
}
If the request contains an error or inconsistency with the connection settings, you receive the following response:
{
"error_code": 36024,
"error_text": "Phone number incorrect"
}
A description of the response parameters is provided in the Statuses section.
XML
If the request is correct, you receive the following response to your request:
<?xml version='1.0' encoding='UTF-8'?>
<messageResponse>
<message_id>9f60ac8f-e721-5027-b838-e6fcb95fcd7a</message_id>
</messageResponse>
If the request contains an error or inconsistency with the connection settings, you receive the following response:
<?xml version="1.0" encoding="UTF-8"?>
<messageResponse>
<error_code>36024</error_code>
<error_text>Phone number incorrect</error_text>
</messageResponse>
A description of the response parameters is provided in the Statuses section.