POST api/Field/GetBatchFieldDetailsByIds

Request Information

URI Parameters

None.

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of FieldDetailsDto
NameDescriptionTypeAdditional information
FarmingSystemTypes

FarmingSystemTypes

None.

CertificateType

CertificationType

None.

ImplantDate

date

None.

ProductionYear

integer

None.

ImplantLength

decimal number

None.

ImplantWidth

decimal number

None.

NumberOfPlants

integer

None.

Lat

decimal number single precision

None.

Lng

decimal number single precision

None.

StartdateOfFlowering

date

None.

EnddateOfFlowering

date

None.

StartDateOfHarvesting

date

None.

ExpectedProduction

decimal number

None.

Disciplinary

string

None.

FieldName

string

None.

LandId

integer

None.

LandName

string

None.

ProductId

integer

None.

ProductName

string

None.

ProductColor

string

None.

OccupiedArea

decimal number

None.

GeoJson

Polygon

None.

SeasonYear

integer

None.

SeasonStartDate

date

None.

SeasonEndDate

date

None.

SeasonState

ProductionLotState

None.

Id

integer

None.

CreatedOnDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FarmingSystemTypes": 0,
    "CertificateType": 0,
    "ImplantDate": "2026-06-22T08:16:15.1679365+02:00",
    "ProductionYear": 1,
    "ImplantLength": 1.0,
    "ImplantWidth": 1.0,
    "NumberOfPlants": 1,
    "Lat": 1.1,
    "Lng": 1.1,
    "StartdateOfFlowering": "2026-06-22T08:16:15.1679365+02:00",
    "EnddateOfFlowering": "2026-06-22T08:16:15.1679365+02:00",
    "StartDateOfHarvesting": "2026-06-22T08:16:15.1679365+02:00",
    "ExpectedProduction": 1.0,
    "Disciplinary": "sample string 1",
    "FieldName": "sample string 2",
    "LandId": 3,
    "LandName": "sample string 4",
    "ProductId": 1,
    "ProductName": "sample string 5",
    "ProductColor": "sample string 6",
    "OccupiedArea": 7.0,
    "GeoJson": null,
    "SeasonYear": 8,
    "SeasonStartDate": "2026-06-22T08:16:15.1679365+02:00",
    "SeasonEndDate": "2026-06-22T08:16:15.1679365+02:00",
    "SeasonState": 0,
    "Id": 9,
    "CreatedOnDate": "2026-06-22T08:16:15.1679365+02:00"
  },
  {
    "FarmingSystemTypes": 0,
    "CertificateType": 0,
    "ImplantDate": "2026-06-22T08:16:15.1679365+02:00",
    "ProductionYear": 1,
    "ImplantLength": 1.0,
    "ImplantWidth": 1.0,
    "NumberOfPlants": 1,
    "Lat": 1.1,
    "Lng": 1.1,
    "StartdateOfFlowering": "2026-06-22T08:16:15.1679365+02:00",
    "EnddateOfFlowering": "2026-06-22T08:16:15.1679365+02:00",
    "StartDateOfHarvesting": "2026-06-22T08:16:15.1679365+02:00",
    "ExpectedProduction": 1.0,
    "Disciplinary": "sample string 1",
    "FieldName": "sample string 2",
    "LandId": 3,
    "LandName": "sample string 4",
    "ProductId": 1,
    "ProductName": "sample string 5",
    "ProductColor": "sample string 6",
    "OccupiedArea": 7.0,
    "GeoJson": null,
    "SeasonYear": 8,
    "SeasonStartDate": "2026-06-22T08:16:15.1679365+02:00",
    "SeasonEndDate": "2026-06-22T08:16:15.1679365+02:00",
    "SeasonState": 0,
    "Id": 9,
    "CreatedOnDate": "2026-06-22T08:16:15.1679365+02:00"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.