POST /API/Private/FieldSub/Register
圃場補助の登録
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FieldSubId | システムユニークな圃場補助ID |
String |
Required Max length: 256 |
FarmerId | システムユニークな農業従事者ID |
String |
Required Max length: 256 Format : ForeignKey /API/Private/Farmer/Get/{value} |
FieldId | システムユニークな圃場ID |
String |
Required Max length: 256 Format : ForeignKey /API/Private/Field/Get/{value} |
LandRegisterArea | 地籍面積 |
Number |
None. |
LandRegisterAreaUnitCode | 面積単位コード |
String |
Format : ForeignKey /API/Master/AreaUnit/Get/{value} |
CultivationArea | 耕作面積 |
Number |
None. |
CultivationAreaUnitCode | 耕作面積単位コード |
String |
Format : ForeignKey /API/Master/AreaUnit/Get/{value} |
Response Information
Resource Description
None.