Description
Get a listing of schedule send
Method
Get
Call
|
|
|
|
|
|
|
|
This is a unique ID to identify the client |
|
|
This is a GUID to identify the client and for access to the API |
|
|
Type of send: 0 address book list 1 single number |
Result
<?xml version='1.0' encoding='UTF-8'?>
<api version="1">
<sends>
<send>
<id_send>5025</id_send>
<scheduled_time>12.12.2012</scheduled_time>
<message>Hello world!</message>
<type_to>0</type_to>
<list_address_book>
<id_address_book>2506</id_address_book>
<id_address_book>2507</id_address_book>
</list_address_book>
<charge>1205</charge>
</send>
</sends>
</api>
Result Attributes
|
|
sends[] | Contains list of sends |
send[] | Identify each send |
id_send | ID of the send |
scheduled_time | Date of schedule send |
message | message |
list_address_book | List of address book for this send |
charge | Required number of credit for this send |
type_to | Type of send: 0 address book list 1 single number |