POST /API/Private/Field/Register
圃場の登録
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FieldId | システムユニークな圃場ID |
String |
Required Max length: 256 |
FarmerId | システムユニークな農業従事者ID |
String |
Required Max length: 256 Format : ForeignKey /API/Private/Farmer/Get/{value} |
Location1 | 所在地(都道府県) |
String |
Max length: 50 |
Location2 | 所在地(市区町村) |
String |
Max length: 50 |
Location3 | 所在地(地名) |
String |
Max length: 256 |
LandRegisterArea | 地籍面積 |
Number |
None. |
LandRegisterAreaUnitCode | 面積単位コード |
String |
Format : ForeignKey /API/Master/AreaUnit/Get/{value} |
CultivationArea | 耕作面積 |
Number |
None. |
CultivationAreaUnitCode | 耕作面積単位コード |
String |
Format : ForeignKey /API/Master/AreaUnit/Get/{value} |
SoilCode | 土性コード |
String |
Format : ForeignKey /API/Master/Soil/Get/{value} |
Latitude | 緯度 |
Number |
None. |
Longitude | 経度 |
Number |
None. |
Elevation | 標高 |
Number |
None. |
Response Information
Resource Description
None.