GET v2/fertilization-event-wells/{Id}.{ext}

Returns a well associated with a fertilization event

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

Fertilization event well ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

FertilizationEventWell
NameDescriptionTypeAdditional information
Id

integer

None.

EventId

integer

None.

WellId

integer

None.

Percentage

integer

None.

Percentage_default

integer

None.

NitrogenPPM

decimal number

None.

Well

RanchWell

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "Id": 1,
  "EventId": 2,
  "WellId": 3,
  "Percentage": 4,
  "Percentage_default": 1,
  "NitrogenPPM": 1.0,
  "Well": {
    "Id": 1,
    "RanchId": 2,
    "Name": "sample string 3",
    "ElectricalConductivity": 4.0,
    "NitrogenPPM": 5.0,
    "CreatedDT": "2023-09-24T07:41:44.3190103-07:00",
    "LastUpdateDT": "2023-09-24T07:41:44.3190103-07:00",
    "Deleted": true
  }
}