π’[POST] Reply
Reply to specific ticket
Base URL:
{YOUR-DOMAIN}/upload/ost_wbs/
[ Header ] Authentication
Field
Type
Mandatory
apikey
string
βοΈ
[ Body ] parameters
Option
Type
Mandatory
query
string
βοΈ
condition
string
βοΈ
ticket_id
int
βοΈ
body
string
βοΈ
staff_id
int
βοΈ
Body request example:
{
"query":"ticket",
"condition":"reply",
"parameters":{
"ticket_id":4,
"body":"<p>More info please.</p>",
"staff_id":1
}
}
Status Code
{
"status": "Success",
"time": 0.09253191947937012,
"data": "Success! Row 1 affected."
}
Last updated