Name | Description | Type | Additional information |
---|---|---|---|
PlantingId | システムユニークな作付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} |
FieldSubId | システムユニークな圃場補助ID |
String |
Required Max length: 256 Format : ForeignKey /API/Private/FieldSub/Get/{value} |
PlantingYear | 計画年 |
Integer |
Required Maximum : 9999 Minimum : 1 |
CropCode | 農作物コード |
String |
Required Max length: 20 Format : ForeignKey /API/Master/Crop/Get/{value} |
HinshuNo | 品種番号 |
String |
Max length: 20 |
PlantingArea | 作付面積 |
Number |
None. |
PlantingAreaUnitCode | 作付面積単位コード |
String |
Min length: 2 Max length: 2 Format : ForeignKey /API/Master/AreaUnit/Get/{value} |
FieldTypeCode | 圃場分類コード |
String |
Min length: 3 Max length: 3 Format : ForeignKey /API/Master/FieldType/Get/{value} |
HarvestArea | 収穫面積 |
Number |
None. |
HarvestAreaUnitCode | 収穫面積単位コード |
String |
Max length: 2 Format : ForeignKey /API/Master/AreaUnit/Get/{value} |
EstimateProductionPerTan | 予定反収 |
Number |
None. |
ActualProductionPerTan | 実績反収 |
Number |
None. |
ProductionPerTanAreaUnitCode | 反収単位コード(実際は面積単位コードを使う) |
String |
Max length: 2 Format : ForeignKey /API/Master/AreaUnit/Get/{value} |
CroppingTypeName | 作型名 |
String |
Max length: 20 |
UsefulName | 用途名 |
String |
Max length: 20 |
YieldRate | 歩留まり率 |
Number |
None. |
BrandNameCode | 銘柄コード |
String |
Format : ForeignKey /API/Master/BrandName/Get/{value} |
SeedlingRaisingCode | 育苗法コード |
String |
Format : ForeignKey /API/Master/SeedlingRaising/Get/{value} |
SizingRate | 整粒率 |
Number |
None. |
WhiteImmatureRate | 白未熟粒率 |
Number |
None. |
BoddyCrackRate | 胴割粒率 |
Number |
None. |
UnpolishedRiceProteinRate | 玄米タンパク含有率 |
Number |
None. |
GrowthHistory | 生育履歴 |
Collection of GrowthHistory |
None. |
EstimateYieldList | 予定収量 |
Collection of EstimateYieldList |
None. |
ActualYieldList | 実績収量 |
Collection of ActualYieldList |
None. |
EstimateCropGradeList | 予定等級 |
Collection of EstimateCropGradeList |
None. |
ActualCropGradeList | 実績等級 |
Collection of ActualCropGradeList |
None. |