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