POST api/Pro/GetSEOInfo
SEO資料
Request Information
URI Parameters
None.
Body Parameters
Parameter_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| ProNo |
商品編號 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ProNo": "sample string 1"
}
text/html
Sample:
{"ProNo":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SEO資料
Pro_SEO| Name | Description | Type | Additional information |
|---|---|---|---|
| ProNo |
商品編號 |
string |
None. |
| Title |
Title 標題 |
string |
None. |
| ProDescription |
商品描述 |
string |
None. |
| HeadLine |
標題(H1) |
string |
None. |
| ImageURL |
圖片路徑 |
string |
None. |
| Canonical |
主打商品代號 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProNo": "sample string 1",
"Title": "sample string 2",
"ProDescription": "sample string 3",
"HeadLine": "sample string 4",
"ImageURL": "sample string 5",
"Canonical": "sample string 6"
}
text/html
Sample:
{"ProNo":"sample string 1","Title":"sample string 2","ProDescription":"sample string 3","HeadLine":"sample string 4","ImageURL":"sample string 5","Canonical":"sample string 6"}