GET api/CommonPriceUnit
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CommonPriceUnit| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Label | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "e426fee7-2155-4a64-a14e-59d4c7ea6695",
"Label": "sample string 2"
},
{
"Id": "e426fee7-2155-4a64-a14e-59d4c7ea6695",
"Label": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfCommonPriceUnit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MesHalles.Common.Objects">
<CommonPriceUnit>
<Id>e426fee7-2155-4a64-a14e-59d4c7ea6695</Id>
<Label>sample string 2</Label>
</CommonPriceUnit>
<CommonPriceUnit>
<Id>e426fee7-2155-4a64-a14e-59d4c7ea6695</Id>
<Label>sample string 2</Label>
</CommonPriceUnit>
</ArrayOfCommonPriceUnit>