POST api/Pro/GetKeyword

取商品关键字

Request Information

URI Parameters

None.

Body Parameters

Keyword_Input
NameDescriptionTypeAdditional information
Ticket

身份票據

string

Required

productNumber

商品編號

string

Required

Request Formats

application/json, text/json

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

text/html

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

取商品关键字

Keyword_Output
NameDescriptionTypeAdditional information
ticketVerified

驗證是否通過

boolean

None.

Keyword

商品代號

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ticketVerified": true,
  "Keyword": "sample string 2"
}

text/html

Sample:
{"ticketVerified":true,"Keyword":"sample string 2"}