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. |
Success
Invalid Request
Unauthorized
Forbidden
Not Found
{- "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"
}
}