PATCH /v2/EviSMS/Batches
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN
{
"Description": "Bulk invitation mailing",
"IssuerName": "Marketing Team",
"Text": "This is the content of the SMS"
"CostCentre": "Marketing",
"AffidavitKinds": ["Delivery"],
"Language": "en",
"AffidavitLanguage": "en",
"OnlineRetentionPeriod": 1,
"LtaStorage": false,
"PushNotificationUrl": "https://client.callback.url/notifications",
"PushNotificationFilter": ["Delivered", "Submitted"],
"PushNotificationExtraData": "Spring Campaign",
"HideBanners": true,
"BatchPushNotificationUrl": "https://client.callback.url/batch-notifications"
} |