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": [
"4285f308-7265-442b-af7a-a957c07a0160",
"b103c8fe-68a8-4715-b131-8e3deb0a4d51"
]
}
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": {}
}