RateUpdateJsonResponse
--Success---
{
"Success": "true"
}
--Error---
{
"Errors": {
"Error": {
"code": "ErrorCode",
"roomid": "integer",
"rateid": "integer",
"text": "string (Error Description)"
}
}
}
Element / @Attribute | Type | Description |
---|---|---|
Success * | Boolean | If the request succusfuly done |
Error * | integer | Definations area for Error |
code | Integer | Unique Error Code |
roomid | Integer | Room id the error belongs to |
rateid | Integer | Rate id the error belongs to |
text | Integer | Error description and posible solution |
Last modified 1yr ago