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": [
    "885df62c-ad6b-4f28-b36e-c4288b14597f",
    "9b4c71d7-4597-4f83-9f55-6f1d34dff742"
  ]
}

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