# Get a specific invoice marketing info record Endpoint: GET /invoice-marketing-info/{invoiceMarketingInfoId} Version: 1.44 Security: bearerAuth ## Path parameters: - `invoiceMarketingInfoId` (integer, required) Invoice marketing info record identifier Example: 1 ## Response 200 fields (multipart/form-data): - `invoiceMarketingInfo` (object, required) - `invoiceMarketingInfo.id` (integer) Invoice Marketing Info record identifier Example: 1 - `invoiceMarketingInfo.contractOwnerSubBrandId` (integer, required) Contract Owner Sub-Brand Identifier - `invoiceMarketingInfo.invoiceTemplateId` (integer, required) Invoice Template Identifier - `invoiceMarketingInfo.createdDate` (string) Date when this record was created - `invoiceMarketingInfo.updatedDate` (string) Date when this record was last updated - `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 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields