POST AdminApi/Attribute/GetFrontAttribute

Request Information

URI Parameters

None.

Body Parameters

ProdAttCond
NameDescriptionTypeAdditional information
Type

integer

None.

CatalogIds

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": 1,
  "CatalogIds": [
    "fddd7c67-a753-42f5-8bfd-6cb3ca9431db",
    "6dd28fab-8f94-435b-ba03-b43eed044c25"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}