Create new invoice marketing info details for a sub-brand and invoice template

post/invoice-marketing-info
SecuritybearerAuth
Request
Request Body schema: multipart/form-data

New invoice marketing info details

required
object (InvoiceMarketingInfo)
file1
multipartFile <binary>

File content (jpeg,png,gif,bmp,tiff,rtf)

file2
multipartFile <binary>

File content (jpeg,png,gif,bmp,tiff,rtf)

file3
multipartFile <binary>

File content (jpeg,png,gif,bmp,tiff,rtf)

file4
multipartFile <binary>

File content (jpeg,png,gif,bmp,tiff,rtf)

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

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"
    }
}