POST api/land_count
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of land_count| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1
},
{
"id": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfland_count xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/farmland_api.Models">
<land_count>
<id>1</id>
</land_count>
<land_count>
<id>1</id>
</land_count>
</ArrayOfland_count>