GET Api/ItemItemAttribute/GetUnitUom

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ListItemValue
NameDescriptionTypeAdditional information
Value

integer

None.

Text

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Value": 1,
    "Text": "sample string 2"
  },
  {
    "Value": 1,
    "Text": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfListItemValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
  <ListItemValue>
    <Text>sample string 2</Text>
    <Value>1</Value>
  </ListItemValue>
  <ListItemValue>
    <Text>sample string 2</Text>
    <Value>1</Value>
  </ListItemValue>
</ArrayOfListItemValue>