v1

latestOpenAPI 3.0.12026-07-26272332.0 KB
Records

Create a record

post/{recordType}/{alias}

Path parameters

recordTypestring string required

'apps', 'elements', 'tasks', or 'transactions'

aliasstring string required

The application alias

Request body

Record required

Example request

{
  "Severity": "High",
  "Status": "In Progress",
  "Assignee": "elroy@elementum.com",
  "Created on": "2020-04-04",
  "Title": "Order ID 23456 Logistics CHH Warehouse",
  "Description": "Complaint received for 3 pallets of product that was shipped on Bad Pallets."
}

Response

Created

Record required

Example response

{
  "Severity": "High",
  "Status": "In Progress",
  "Assignee": "elroy@elementum.com",
  "Created on": "2020-04-04",
  "Title": "Order ID 23456 Logistics CHH Warehouse",
  "Description": "Complaint received for 3 pallets of product that was shipped on Bad Pallets."
}