post https://api.seismic.com/integration/v2/customDelivery
Deliver content via custom delivery options.
Content object should represent the repository in which you are delivering content from. See the section on Content Classes for additional details.
BODY PARAMETER DEFINITIONS
adHocInputs
Single variables are represented as an object such as:
{
"name" : "field name here",
"value" : "the value to pass in"
}
Adhoc tables are represented as an object with columns and a set of rows such as:
{
"name": "adhoc_4",
"value": {
"columns": ["StrCol", " IntCol"],
"rows": [["hello", 1], ["goodbye", 2]]
}
}
SCOPES
Requires:
seismic.delivery
See Permissions for additional details.