Clear

Phương thức: POST | Link:

Mô tả:


Thông tin yêu cầu kết nối

URI Parameters

Chưa có

Parameters

ClearCacheModel
TênMô tảLoạiThô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ả

AjaxResponse
TênMô tảLoạiThô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
}