POST api/render/campaign

Renders the campaign proofs and previews using the given model, and saves them to disk.

Request Information

URI Parameters

None.

Body Parameters

The model used to render the campaign proofs and previews.

CampaignRenderModel
NameDescriptionTypeAdditional information
ProductPreviews

Collection of PreviewModel

None.

CampaignProof

PreviewModel

None.

WaitForProductPreviews

boolean

None.

WaitForProductProofs

boolean

None.

WaitForCampaignProof

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductPreviews": [
    {
      "WorkflowLocation": "sample string 1",
      "XmlLocation": "sample string 2",
      "XmlDocument": {},
      "CommandParameters": "sample string 3",
      "OutputPath": "sample string 4",
      "PageNumber": 1,
      "OutputType": 0
    },
    {
      "WorkflowLocation": "sample string 1",
      "XmlLocation": "sample string 2",
      "XmlDocument": {},
      "CommandParameters": "sample string 3",
      "OutputPath": "sample string 4",
      "PageNumber": 1,
      "OutputType": 0
    }
  ],
  "CampaignProof": {
    "WorkflowLocation": "sample string 1",
    "XmlLocation": "sample string 2",
    "XmlDocument": {},
    "CommandParameters": "sample string 3",
    "OutputPath": "sample string 4",
    "PageNumber": 1,
    "OutputType": 0
  },
  "WaitForProductPreviews": true,
  "WaitForProductProofs": true,
  "WaitForCampaignProof": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.