GET api/type_units
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of View_Grouped_cap| Name | Description | Type | Additional information |
|---|---|---|---|
| Group_type | string |
None. |
|
| sum_cap | integer |
None. |
|
| id_gt | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Group_type": "sample string 1",
"sum_cap": 1,
"id_gt": 2.0
},
{
"Group_type": "sample string 1",
"sum_cap": 1,
"id_gt": 2.0
}
]
text/html
Sample:
[{"Group_type":"sample string 1","sum_cap":1,"id_gt":2.0},{"Group_type":"sample string 1","sum_cap":1,"id_gt":2.0}]
application/xml, text/xml
Sample:
<ArrayOfView_Grouped_cap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/setadEskan">
<View_Grouped_cap>
<Group_type>sample string 1</Group_type>
<id_gt>2</id_gt>
<sum_cap>1</sum_cap>
</View_Grouped_cap>
<View_Grouped_cap>
<Group_type>sample string 1</Group_type>
<id_gt>2</id_gt>
<sum_cap>1</sum_cap>
</View_Grouped_cap>
</ArrayOfView_Grouped_cap>