POST api/admin/ProductSEOApi/UpdateProductSEO

Request Information

URI Parameters

None.

Body Parameters

UpdateProductSEOModel
NameDescriptionTypeAdditional information
ID

integer

None.

ProductID

integer

Range: inclusive between 1 and 2147483647

AllowRobot

boolean

None.

ColorNames

string

String length: inclusive between 0 and 200

PageDescription

string

String length: inclusive between 0 and 1000

Keywords

string

String length: inclusive between 0 and 500

UpdatedBy

string

String length: inclusive between 0 and 50

UpdatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ProductID": 2,
  "AllowRobot": true,
  "ColorNames": "sample string 4",
  "PageDescription": "sample string 5",
  "Keywords": "sample string 6",
  "UpdatedBy": "sample string 7",
  "UpdatedOn": "2025-06-07T11:17:08.8009604"
}

application/xml, text/xml

Sample:
<UpdateProductSEOModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.PostModel">
  <AllowRobot>true</AllowRobot>
  <ColorNames>sample string 4</ColorNames>
  <ID>1</ID>
  <Keywords>sample string 6</Keywords>
  <PageDescription>sample string 5</PageDescription>
  <ProductID>2</ProductID>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedOn>2025-06-07T11:17:08.8009604-04:00</UpdatedOn>
</UpdateProductSEOModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.