Update a invoice marketing info record

patch/invoice-marketing-info/{invoiceMarketingInfoId}
SecuritybearerAuth
Request
path Parameters
invoiceMarketingInfoId
required
integer <int64> (IdParam) >= 1

Invoice marketing info record identifier

Example: 1
Request Body schema:

A set of JSONPatch operations to be performed

file1
multipartFile <binary>

Slot 1 file content (jpeg,png,gif,bmp,tiff,rtf)

file2
multipartFile <binary>

Slot 2 file content (jpeg,png,gif,bmp,tiff,rtf)

file3
multipartFile <binary>

Slot 3 file content (jpeg,png,gif,bmp,tiff,rtf)

file4
multipartFile <binary>

Slot 4 file content (jpeg,png,gif,bmp,tiff,rtf)

Array of objects (PatchRequest)

JSON Patch is a format for describing changes to a JSON document as specified in RFC 6902. Refer to jsonpatch.com for more information.

Responses
200

Success

400

Invalid Request

401

Unauthorized

403

Forbidden

404

Not Found

Request samples
No sample
Response samples
application/json
{
  • "id": 1,
  • "contractOwnerSubBrandId": 0,
  • "invoiceTemplateId": 0,
  • "createdDate": "2019-08-24T14:15:22Z",
  • "updatedDate": "2019-08-24T14:15:22Z",
  • "slot1": {
    • "type": "TEXT",
    • "textContent": "string"
    },
  • "slot2": {
    • "type": "TEXT",
    • "textContent": "string"
    },
  • "slot3": {
    • "type": "TEXT",
    • "textContent": "string"
    },
  • "slot4": {
    • "type": "TEXT",
    • "textContent": "string"
    }
}