Skip to content

Update mailing content of mailing-upload for a Mailing Synchronization

POST /integrations/inxmail-professional/mailing-synchronizations/{syncId}/mailing-uploads/{id}/content-updates

Request Parameters

Parameter Required In Description
syncId yes path The ID of the Mailing Synchronization the mailing-upload should be updated for
id yes path The ID of the mailing-upload the content should be updated for

Response Structure

Path Type Description
modificationDate String The date and time when the mailing-upload instance was created

Basic Example

Request:

$ curl 'https://myka-1.my-api.inxmail.de/integrations/inxmail-professional/mailing-synchronizations/be518b09-fa9f-40d5-8312-3a8f40db891b/mailing-upload/f992c6a4-dffa-4e33-baad-7f1206371166/content-updates' -i -X POST \
    -H 'Content-Type: application/hal+json' \
    -H 'Authorization: Basic <base64Encoded user:password>' \
    -d '{
}'

Response:

HTTP/1.1 200 OK
Content-Type: application/hal+json;charset=UTF-8
Content-Length: ...
{
  "modificationDate": "2021-05-12T02:30:43.998Z"
}