POST AdminApi/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": [
"a9355634-5a33-4423-a7e3-7bd885b4b8c7",
"20054198-0bd1-402c-88c7-bc13982eba82"
]
}
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": {}
}