POST api/Cache/RefreshCache

更新快取資料

Request Information

URI Parameters

None.

Body Parameters

CacheParameters
NameDescriptionTypeAdditional information
CacheKey

快取Key

string

None.

Ticket

身份票據

string

Required

Request Formats

application/json, text/json

Sample:
{
  "CacheKey": "sample string 1",
  "Ticket": "sample string 2"
}

text/html

Sample:
{"CacheKey":"sample string 1","Ticket":"sample string 2"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

更新快取資料

CacheOutputModel
NameDescriptionTypeAdditional information
ticketVerified

驗證是否通過

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ticketVerified": true
}

text/html

Sample:
{"ticketVerified":true}