# Create new invoice marketing info details for a sub-brand and invoice template Endpoint: POST /invoice-marketing-info Version: 1.44 Security: bearerAuth ## Request fields (multipart/form-data): - `invoiceMarketingInfo` (object, required) - `invoiceMarketingInfo.contractOwnerSubBrandId` (integer, required) Contract Owner Sub-Brand Identifier - `invoiceMarketingInfo.invoiceTemplateId` (integer, required) Invoice Template Identifier - `invoiceMarketingInfo.slot1` (object) - `invoiceMarketingInfo.slot1.type` (string, required) Content type for a slot Enum: "TEXT", "IMAGE", "RTF" - `invoiceMarketingInfo.slot1.textContent` (string) Text content - `invoiceMarketingInfo.slot2` (object) - `invoiceMarketingInfo.slot3` (object) - `invoiceMarketingInfo.slot4` (object) - `file1` (multipartFile) File content (jpeg,png,gif,bmp,tiff,rtf) - `file2` (multipartFile) File content (jpeg,png,gif,bmp,tiff,rtf) - `file3` (multipartFile) File content (jpeg,png,gif,bmp,tiff,rtf) - `file4` (multipartFile) File content (jpeg,png,gif,bmp,tiff,rtf) ## Response 201 fields (application/json): - `id` (integer) Invoice Marketing Info record identifier Example: 1 - `contractOwnerSubBrandId` (integer, required) Contract Owner Sub-Brand Identifier - `invoiceTemplateId` (integer, required) Invoice Template Identifier - `createdDate` (string) Date when this record was created - `updatedDate` (string) Date when this record was last updated - `slot1` (object) - `slot1.type` (string, required) Content type for a slot Enum: "TEXT", "IMAGE", "RTF" - `slot1.textContent` (string) Text content - `slot2` (object) - `slot3` (object) - `slot4` (object) ## Response 400 fields ## Response 401 fields ## Response 403 fields