POST api/Farms

Request Information

URI Parameters

None.

Body Parameters

Farm
NameDescriptionTypeAdditional information
Id

integer

None.

OwnerId

integer

None.

BirdTypeId

integer

None.

Name

string

None.

Email

string

None.

Phone

string

None.

CountryId

integer

None.

StateId

integer

None.

CityId

integer

None.

Address

string

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

Website

string

None.

FBPageLink

string

None.

YoutubeLink

string

None.

ActiveStatus

boolean

None.

CreatedAt

date

None.

UpdatedAt

date

None.

DeletedAt

date

None.

DeletedBy

integer

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

DeletedStatus

boolean

None.

Country

Country

None.

State

State

None.

FarmHouses

Collection of FarmHouse

None.

FarmIncubators

Collection of FarmIncubator

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OwnerId": 2,
  "BirdTypeId": 3,
  "Name": "sample string 4",
  "Email": "sample string 5",
  "Phone": "sample string 6",
  "CountryId": 1,
  "StateId": 1,
  "CityId": 1,
  "Address": "sample string 7",
  "Latitude": 1.0,
  "Longitude": 1.0,
  "Website": "sample string 8",
  "FBPageLink": "sample string 9",
  "YoutubeLink": "sample string 10",
  "ActiveStatus": true,
  "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
  "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
  "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
  "DeletedBy": 14,
  "CreatedBy": 15,
  "UpdatedBy": 16,
  "DeletedStatus": true,
  "Country": {
    "Id": 1,
    "Name": "sample string 2",
    "SortCode2": "sample string 3",
    "SortCode3": "sample string 4",
    "PhoneCode": 5,
    "CurrencyName": "sample string 6",
    "CurrencyCode": "sample string 7",
    "CurrencySign": "sample string 8",
    "LanguageIsoCode": "sample string 9",
    "FlagIcon": "sample string 10",
    "ActiveStatus": true,
    "AppLanguageCode": "sample string 12",
    "Farms": []
  },
  "State": {
    "Id": 1,
    "Name": "sample string 2",
    "CountryId": 1,
    "Farms": []
  },
  "FarmHouses": [
    {
      "Id": 1,
      "FarmId": 2,
      "HouseName": "sample string 3",
      "NumberOfUnit": 4,
      "HouseType": 5,
      "MaxCapacity": 6,
      "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
      "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
      "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
      "DeletedBy": 9,
      "CreatedBy": 10,
      "UpdatedBy": 11,
      "DeletedStatus": true,
      "IotTHDeviceId": 13,
      "IotNH3DeviceId": 14,
      "FarmHouseUnitLists": [
        {
          "Id": 1,
          "FarmHouseId": 2,
          "UnitName": "sample string 3",
          "UnitType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true,
          "BatchPhaseInfoFarmHouseUnitListMappings": [
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.0504593+06:00",
                "EndDate": "2025-12-06T10:21:52.0504593+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            },
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.0504593+06:00",
                "EndDate": "2025-12-06T10:21:52.0504593+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            }
          ]
        },
        {
          "Id": 1,
          "FarmHouseId": 2,
          "UnitName": "sample string 3",
          "UnitType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true,
          "BatchPhaseInfoFarmHouseUnitListMappings": [
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.0504593+06:00",
                "EndDate": "2025-12-06T10:21:52.0504593+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            },
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.0504593+06:00",
                "EndDate": "2025-12-06T10:21:52.0504593+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            }
          ]
        }
      ]
    },
    {
      "Id": 1,
      "FarmId": 2,
      "HouseName": "sample string 3",
      "NumberOfUnit": 4,
      "HouseType": 5,
      "MaxCapacity": 6,
      "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
      "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
      "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
      "DeletedBy": 9,
      "CreatedBy": 10,
      "UpdatedBy": 11,
      "DeletedStatus": true,
      "IotTHDeviceId": 13,
      "IotNH3DeviceId": 14,
      "FarmHouseUnitLists": [
        {
          "Id": 1,
          "FarmHouseId": 2,
          "UnitName": "sample string 3",
          "UnitType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true,
          "BatchPhaseInfoFarmHouseUnitListMappings": [
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.0504593+06:00",
                "EndDate": "2025-12-06T10:21:52.0504593+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            },
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.0504593+06:00",
                "EndDate": "2025-12-06T10:21:52.0504593+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            }
          ]
        },
        {
          "Id": 1,
          "FarmHouseId": 2,
          "UnitName": "sample string 3",
          "UnitType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true,
          "BatchPhaseInfoFarmHouseUnitListMappings": [
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.0504593+06:00",
                "EndDate": "2025-12-06T10:21:52.0504593+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            },
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.0504593+06:00",
                "EndDate": "2025-12-06T10:21:52.0504593+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.0504593+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            }
          ]
        }
      ]
    }
  ],
  "FarmIncubators": [
    {
      "Id": 1,
      "IncubatorTypeId": 2,
      "FarmId": 3,
      "IncubatorName": "sample string 4",
      "NumberOfSetterTray": 5,
      "NumberOfHatcherTray": 6,
      "MaxCapacitySetter": 7,
      "MaxCapacityHatcher": 8,
      "IsAuto": true,
      "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
      "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
      "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
      "DeletedBy": 12,
      "CreatedBy": 13,
      "UpdatedBy": 14,
      "DeletedStatus": true,
      "IotTHDeviceId": 16,
      "IotNH3DeviceId": 17,
      "FarmIncubatorTrayLists": [
        {
          "Id": 1,
          "FarmIncubatorId": 2,
          "TrayName": "sample string 3",
          "TrayType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true
        },
        {
          "Id": 1,
          "FarmIncubatorId": 2,
          "TrayName": "sample string 3",
          "TrayType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true
        }
      ]
    },
    {
      "Id": 1,
      "IncubatorTypeId": 2,
      "FarmId": 3,
      "IncubatorName": "sample string 4",
      "NumberOfSetterTray": 5,
      "NumberOfHatcherTray": 6,
      "MaxCapacitySetter": 7,
      "MaxCapacityHatcher": 8,
      "IsAuto": true,
      "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
      "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
      "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
      "DeletedBy": 12,
      "CreatedBy": 13,
      "UpdatedBy": 14,
      "DeletedStatus": true,
      "IotTHDeviceId": 16,
      "IotNH3DeviceId": 17,
      "FarmIncubatorTrayLists": [
        {
          "Id": 1,
          "FarmIncubatorId": 2,
          "TrayName": "sample string 3",
          "TrayType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true
        },
        {
          "Id": 1,
          "FarmIncubatorId": 2,
          "TrayName": "sample string 3",
          "TrayType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedAt": "2025-12-06T10:21:52.0504593+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true
        }
      ]
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Farm
NameDescriptionTypeAdditional information
Id

integer

None.

OwnerId

integer

None.

BirdTypeId

integer

None.

Name

string

None.

Email

string

None.

Phone

string

None.

CountryId

integer

None.

StateId

integer

None.

CityId

integer

None.

Address

string

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

Website

string

None.

FBPageLink

string

None.

YoutubeLink

string

None.

ActiveStatus

boolean

None.

CreatedAt

date

None.

UpdatedAt

date

None.

DeletedAt

date

None.

DeletedBy

integer

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

DeletedStatus

boolean

None.

Country

Country

None.

State

State

None.

FarmHouses

Collection of FarmHouse

None.

FarmIncubators

Collection of FarmIncubator

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OwnerId": 2,
  "BirdTypeId": 3,
  "Name": "sample string 4",
  "Email": "sample string 5",
  "Phone": "sample string 6",
  "CountryId": 1,
  "StateId": 1,
  "CityId": 1,
  "Address": "sample string 7",
  "Latitude": 1.0,
  "Longitude": 1.0,
  "Website": "sample string 8",
  "FBPageLink": "sample string 9",
  "YoutubeLink": "sample string 10",
  "ActiveStatus": true,
  "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
  "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
  "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
  "DeletedBy": 14,
  "CreatedBy": 15,
  "UpdatedBy": 16,
  "DeletedStatus": true,
  "Country": {
    "Id": 1,
    "Name": "sample string 2",
    "SortCode2": "sample string 3",
    "SortCode3": "sample string 4",
    "PhoneCode": 5,
    "CurrencyName": "sample string 6",
    "CurrencyCode": "sample string 7",
    "CurrencySign": "sample string 8",
    "LanguageIsoCode": "sample string 9",
    "FlagIcon": "sample string 10",
    "ActiveStatus": true,
    "AppLanguageCode": "sample string 12",
    "Farms": []
  },
  "State": {
    "Id": 1,
    "Name": "sample string 2",
    "CountryId": 1,
    "Farms": []
  },
  "FarmHouses": [
    {
      "Id": 1,
      "FarmId": 2,
      "HouseName": "sample string 3",
      "NumberOfUnit": 4,
      "HouseType": 5,
      "MaxCapacity": 6,
      "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
      "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
      "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
      "DeletedBy": 9,
      "CreatedBy": 10,
      "UpdatedBy": 11,
      "DeletedStatus": true,
      "IotTHDeviceId": 13,
      "IotNH3DeviceId": 14,
      "FarmHouseUnitLists": [
        {
          "Id": 1,
          "FarmHouseId": 2,
          "UnitName": "sample string 3",
          "UnitType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true,
          "BatchPhaseInfoFarmHouseUnitListMappings": [
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.1119846+06:00",
                "EndDate": "2025-12-06T10:21:52.1119846+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            },
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.1119846+06:00",
                "EndDate": "2025-12-06T10:21:52.1119846+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            }
          ]
        },
        {
          "Id": 1,
          "FarmHouseId": 2,
          "UnitName": "sample string 3",
          "UnitType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true,
          "BatchPhaseInfoFarmHouseUnitListMappings": [
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.1119846+06:00",
                "EndDate": "2025-12-06T10:21:52.1119846+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            },
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.1119846+06:00",
                "EndDate": "2025-12-06T10:21:52.1119846+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            }
          ]
        }
      ]
    },
    {
      "Id": 1,
      "FarmId": 2,
      "HouseName": "sample string 3",
      "NumberOfUnit": 4,
      "HouseType": 5,
      "MaxCapacity": 6,
      "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
      "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
      "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
      "DeletedBy": 9,
      "CreatedBy": 10,
      "UpdatedBy": 11,
      "DeletedStatus": true,
      "IotTHDeviceId": 13,
      "IotNH3DeviceId": 14,
      "FarmHouseUnitLists": [
        {
          "Id": 1,
          "FarmHouseId": 2,
          "UnitName": "sample string 3",
          "UnitType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true,
          "BatchPhaseInfoFarmHouseUnitListMappings": [
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.1119846+06:00",
                "EndDate": "2025-12-06T10:21:52.1119846+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            },
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.1119846+06:00",
                "EndDate": "2025-12-06T10:21:52.1119846+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            }
          ]
        },
        {
          "Id": 1,
          "FarmHouseId": 2,
          "UnitName": "sample string 3",
          "UnitType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true,
          "BatchPhaseInfoFarmHouseUnitListMappings": [
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.1119846+06:00",
                "EndDate": "2025-12-06T10:21:52.1119846+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            },
            {
              "Id": 1,
              "BatchPhaseInfoId": 2,
              "FarmHouseUnitListId": 3,
              "BatchPhaseInfo": {
                "Id": 1,
                "BatchInfoId": 2,
                "BatchPhaseTypeId": 3,
                "InitialQuantity": 4,
                "BalancedQuantity": 5,
                "StartDate": "2025-12-06T10:21:52.1119846+06:00",
                "EndDate": "2025-12-06T10:21:52.1119846+06:00",
                "ActiveStatus": true,
                "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
                "DeletedBy": 10,
                "CreatedBy": 11,
                "UpdatedBy": 12,
                "DeletedStatus": true,
                "BatchPhaseInfoFarmHouseUnitListMappings": [],
                "IncubatorPhaseRecords": [
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  },
                  {
                    "Id": 1,
                    "BatchPhaseInfoId": 2,
                    "RecordDay": 3,
                    "RecordDate": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime1Status": true,
                    "RecordTime2": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime2Status": true,
                    "RecordTime3": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime3Status": true,
                    "RecordTime4": "2025-12-06T10:21:52.1119846+06:00",
                    "RecordTime4Status": true,
                    "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
                    "UpdatedBy": 14
                  }
                ]
              }
            }
          ]
        }
      ]
    }
  ],
  "FarmIncubators": [
    {
      "Id": 1,
      "IncubatorTypeId": 2,
      "FarmId": 3,
      "IncubatorName": "sample string 4",
      "NumberOfSetterTray": 5,
      "NumberOfHatcherTray": 6,
      "MaxCapacitySetter": 7,
      "MaxCapacityHatcher": 8,
      "IsAuto": true,
      "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
      "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
      "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
      "DeletedBy": 12,
      "CreatedBy": 13,
      "UpdatedBy": 14,
      "DeletedStatus": true,
      "IotTHDeviceId": 16,
      "IotNH3DeviceId": 17,
      "FarmIncubatorTrayLists": [
        {
          "Id": 1,
          "FarmIncubatorId": 2,
          "TrayName": "sample string 3",
          "TrayType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true
        },
        {
          "Id": 1,
          "FarmIncubatorId": 2,
          "TrayName": "sample string 3",
          "TrayType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true
        }
      ]
    },
    {
      "Id": 1,
      "IncubatorTypeId": 2,
      "FarmId": 3,
      "IncubatorName": "sample string 4",
      "NumberOfSetterTray": 5,
      "NumberOfHatcherTray": 6,
      "MaxCapacitySetter": 7,
      "MaxCapacityHatcher": 8,
      "IsAuto": true,
      "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
      "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
      "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
      "DeletedBy": 12,
      "CreatedBy": 13,
      "UpdatedBy": 14,
      "DeletedStatus": true,
      "IotTHDeviceId": 16,
      "IotNH3DeviceId": 17,
      "FarmIncubatorTrayLists": [
        {
          "Id": 1,
          "FarmIncubatorId": 2,
          "TrayName": "sample string 3",
          "TrayType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true
        },
        {
          "Id": 1,
          "FarmIncubatorId": 2,
          "TrayName": "sample string 3",
          "TrayType": 4,
          "Capacity": 5,
          "Occupied": 6,
          "Code": "sample string 7",
          "Remark": "sample string 8",
          "CreatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "UpdatedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedAt": "2025-12-06T10:21:52.1119846+06:00",
          "DeletedBy": 11,
          "CreatedBy": 12,
          "UpdatedBy": 13,
          "DeletedStatus": true
        }
      ]
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.