POST V2/ProdAttr/GetAttrs
Request Information
URI Parameters
None.
Body Parameters
ProdAttrCondName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Type | integer |
None. |
|
Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Type": 2, "Lang": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResultName | Description | Type | Additional information |
---|---|---|---|
Succeeded | boolean |
None. |
|
Message | string |
None. |
|
ReturnValue | Object |
None. |
|
Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeeded": true, "Message": "sample string 2", "ReturnValue": {}, "Code": 4 }