POST Api/Attribute/GetFrontAttribute
Request Information
URI Parameters
None.
Body Parameters
ProdAttCond| Name | Description | Type | Additional 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:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}