GET Api/ProdAttribute/GetInvAttributeByProductWithMap?prodId={prodId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| prodId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AttributeObjectView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Desc | string |
None. |
|
| SubItems | Collection of AttributeValueView |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "0046600d-95cc-4c10-af92-5d5f80e1f621",
"Desc": "sample string 2",
"SubItems": [
{
"Id": "sample string 1",
"Text": "sample string 2",
"Price": 3.0,
"Seq": 4
},
{
"Id": "sample string 1",
"Text": "sample string 2",
"Price": 3.0,
"Seq": 4
}
]
},
{
"Id": "0046600d-95cc-4c10-af92-5d5f80e1f621",
"Desc": "sample string 2",
"SubItems": [
{
"Id": "sample string 1",
"Text": "sample string 2",
"Price": 3.0,
"Seq": 4
},
{
"Id": "sample string 1",
"Text": "sample string 2",
"Price": 3.0,
"Seq": 4
}
]
}
]