POST editorAPI/PostSaveEDM

Documentation for 'PostSaveEDM'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "apiKey": "sample string 1",
  "siteId": 2,
  "htmlData": "sample string 3",
  "isTemplate": true,
  "templateJobId": 5
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'SaveEDMRequestModel'.