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": [
"c0d12639-e426-4b3c-a189-37c779faf264",
"14901f90-96c6-4205-b5a2-8f8194d4e9c6"
]
}
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": {}
}