# API: Rate ticket reply
# setTicketReplyRate
Set the ticket reply rate
# Required parameters
| Parameter | Description |
|---|---|
reply_id | Ticket Reply ID |
rate | New Ticket Reply Rate |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=setTicketReplyRate&reply_id=REPLY_ID&rate=RATE
# PHP Samples
# PHP Samples: Set the ticket reply rate for the ticket reply with ID 1
# Response
{
"success": true,
"call": "setTicketReplyRate",
"server_time": 1498201522,
"info": [
"ticket_response_rated"
]
}