PUT to /api/account/ACCOUNT_CODE/bulletins/BULLETIN_ID/files/ATTACHMENT_ID
The following example is in Curl.
Sample successful request (say saved in file update_attachment.xml and using command : curl -k --header "Content-Type: text/xml" --user <USER_NAME>:<PASSWORD> -X PUT -d @attachment.xml:
<bulletin_file> <deliver type='boolean'>false</deliver> </bulletin_file>
When using the multipart input form, attachments are included as links to files hosted on our servers by default. If you'd like actually include the attachment as a file with the bulletin, you can use the following attributes.
Reference bulletin error codes
Was this page helpful? Can't find what you need? Let us know