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": [
    "35680176-1115-4f8d-bdb2-4b59455a2c37",
    "c36390a8-0951-4692-a012-baa5427373c8"
  ]
}

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