Weylon
Create
Create a new Weylon record.
post/api/cp/weylon
Request body
Example request
{
"id": 12345,
"account_id": 1,
"company_id": 1,
"name": "Example Name",
"criteria": "Sample criteria text content",
"show_output": 1
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.