POST Requests

introduction goes here...

Articles

Type Endpoint Description
POST {url}/api/article Request a specific article's data by parsing the field 'article_id' and its value with your request.
POST {url}/api/article-html Request a specific article's HTML markup by parsing the field 'article_id' and its value with your request.

Brochures

Type Endpoint Description
POST {url}/api/brochure Request a specific brochure's data by parsing the field 'brochure_id' and its value with your request.
POST {url}/api/brochure-html Request a specific brochure's HTML markup by parsing the field 'brochure_id' and its value with your request.
POST {url}/api/brochure-segments Request a specific brochure's segments by parsing the field 'brochure_id' and its value with your request.
POST {url}/api/brochure-categories Request a specific brochure's categories by parsing the field 'brochure_id' and its value with your request.
POST {url}/api/brochure-fields Request a specific brochure's customfields by parsing the field 'brochure_id' and its value with your request.
POST {url}/api/brochure-search Search all brochures by parsing the field 'search' and its value with your request.
EXAMPLES