Create a service-of-notice mailing
service-of-notice
Create a service-of-notice mailing
Create a service-of-notice mailing. Send JSON data in the data.content field for dynamic mail templates.
POST
Create a service-of-notice mailing
Authorizations
access token
Body
multipart/form-data
The case ID this mailing belongs to. Must be sent first in the multipart form.
Example:
"2025-09-00123"
The mail type identifier. Must be sent second in the multipart form.
Example:
"sealedMailer"
JSON data for mail templates: Send dynamic content as a JSON string in the data.content multipart field.
Example JSON structure:
{
"ticketNumber": "2025-11-00162",
"licensePlate": "ABC123",
"state": "FL",
"lotName": "Downtown Parking",
"totalAmount": "75.00"
}Response
Mailing was created.
The response is of type string.
Example:
"mailing created"