POST Api/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": [
    "23e98cb3-76b4-4b5e-901d-b605fc9cf875",
    "ad458db8-cb90-4ccb-a98c-ec5a71ff892c"
  ]
}

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