PUT to /api/account/ACCOUNT_CODE/bulletins/BULLETIN_ID/schedule
This method simply activates the schedule. When scheduling a bulletin, you must first create a draft bulletin with the <send_time> element included in the XML payload. If you have already created a draft bulletin that did not include this element, use the Update Bulletin method to add it. Below is an example of this element:
<send_time type="datetime">2015-05-04T02:28:43-05:00</send_time>
<?xml version="1.0" encoding="UTF-8"?> <bulletin> <to-param>39783</to-param> <bulletin-uri>/api/account/ACCOUNT_NAME/bulletins/39783.xml</bulletin-uri> <send-uri>/api/account/ACCOUNT_NAME/bulletins/39783/send_now</send-uri> </bulletin>
Reference bulletin error codes
Was this page helpful? Can't find what you need? Let us know