• Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
  • Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
    API References
      Elevate Authentication & Users API
      Elevate Admin API
        contract-owners
        billing-cycles
        suppliers
        invoice-document-profiles
        invoice-templates
        invoice-summary-templates
        invoice-marketing-info
        invoice-marketing-info-preview
          post
          Generate a preview invoice PDF for invoice marketing info
        admin-contacts
        commission-agents
        email-templates
        contract-owner-sub-brands
        invoice-marketing-info-trial-preview
      Elevate Bill Run API
      Elevate Contract Management
      Elevate Customer and Sites API
      Elevate Document API
      Elevate Events API
      Elevate Product Inventory API
      Elevate Invoices API
      Elevate Mediation API
      Elevate Notifications API
      Elevate Payment and Refund API
      Elevate Pricing API
      Elevate Pricing Assignment API
      Elevate Products API
      Elevate Provisioning API
      Elevate Reference Data API
      Elevate Rental API

Generate a preview invoice PDF for invoice marketing info

post/invoice-marketing-info-preview
SecuritybearerAuth
Request
Request Body schema: application/json

Invoice marketing info identifier

invoiceMarketingInfoId
required
integer <int64>

Invoice Marketing Info record identifier

Responses
200

A PDF file

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

Request samples
  • Payload
application/json
{
  • "invoiceMarketingInfoId": 1
}