Change status of Order

Method:   POST
JSON:     https://effectivetours.com/api/orders/status.json?key=<API_KEY>

POST Parameters

idOrder ID
statusStatus

Order statuses

A— Active
Y— Accepted
N— Rejected

Success response

{
  "status": "OK"
}

Fail response

{
  "status": "ERROR",
  "message": "Internal server error"
}