Clear
Mô tả:
Thông tin yêu cầu kết nối
URI Parameters
Chưa có
Parameters
ClearCacheModelTên | Mô tả | Loại | Thông tin khác |
---|---|---|---|
Password | string |
Chưa có! |
|
Caches | Tổng hợp của string |
Chưa có! |
Request Formats
application/json, text/json
Ví dụ:
{ "password": "sample string 1", "caches": [ "sample string 1", "sample string 2" ] }
Thông tin trả về
Mô tả
AjaxResponseTên | Mô tả | Loại | Thông tin khác |
---|---|---|---|
Success | boolean |
Chưa có! |
|
Result | Object |
Chưa có! |
|
Error | ErrorInfo |
Chưa có! |
|
UnAuthorizedRequest | boolean |
Chưa có! |
Định dạng trả về
application/json, text/json
Ví dụ:
{ "success": true, "result": {}, "error": { "code": 1, "message": "sample string 2", "details": "sample string 3", "validationErrors": [ { "message": "sample string 1", "members": [ "sample string 1", "sample string 2" ] }, { "message": "sample string 1", "members": [ "sample string 1", "sample string 2" ] } ] }, "unAuthorizedRequest": true }