🟒[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