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": [
    "fa6e0695-9b1e-446b-9097-691358e1627a",
    "0f246418-6530-49f9-bf36-e18bf62ffe97"
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProdAttCond'.

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": {}
}