π’[POST] Add
Insert new SLA into database.
Base URL:
{YOUR-DOMAIN}/upload/ost_wbs/
[ Header ] Authentication
Field
Type
Mandatory
apikey
string
βοΈ
[ Body ] parameters
Option
Type
Mandatory
query
string
βοΈ
condition
string
βοΈ
name
string
βοΈ
flags
string
βοΈ
grace_period
int
βοΈ
schedule_id
int
βοΈ
notes
string
βοΈ
Body request example:
{
"query":"sla",
"condition":"add",
"parameters":{
"name":"SLA Name",
"flags":1,
"grace_period":1,
"schedule_id":1,
"notes": "This is a note"
}
}
Status Code
{
"status": "Success",
"time": 0.09253191947937012,
"data": "Success! Row 1 affected."
}
Last updated