POST api/quarterlyreports
Request Information
URI Parameters
None.
Body Parameters
QuarterlyReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ParticipantId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| ReportingQuarter | integer |
None. |
|
| ReportingYear | integer |
None. |
|
| CagedNotApplicable | boolean |
None. |
|
| CageFreeNotApplicable | boolean |
None. |
|
| SingleLevelNotApplicable | boolean |
None. |
|
| MultiTierNotApplicable | boolean |
None. |
|
| Version | integer |
None. |
|
| Answers | Dictionary of string [key] and string [value] |
None. |
|
| FeedAndWater | boolean |
None. |
|
| LightIntensity | boolean |
None. |
|
| VentilationSystem | boolean |
None. |
|
| Ammonia | boolean |
None. |
|
| ProductionFacility | boolean |
None. |
|
| Biosecurity | boolean |
None. |
|
| Injured | boolean |
None. |
|
| Employees | boolean |
None. |
|
| OpenSided | boolean |
None. |
|
| LayersAble | boolean |
None. |
|
| Feeder | boolean |
None. |
|
| MinimumOf1WaterCup | boolean |
None. |
|
| Automatic | boolean |
None. |
|
| IsSingleLevel | boolean |
None. |
|
| SingleLevel | boolean |
None. |
|
| IsMultiTiered | boolean |
None. |
|
| MultiTiered | boolean |
None. |
|
| LinearInches | boolean |
None. |
|
| AccessToFeedAndWater | boolean |
None. |
|
| MinimumOf1WaterCup10Hens | boolean |
None. |
|
| Usable | boolean |
None. |
|
| Suitable | boolean |
None. |
|
| Inspected | boolean |
None. |
|
| PerchesProvided | boolean |
None. |
|
| PerchesElevated | boolean |
None. |
|
| Continual | boolean |
None. |
|
| Useable | boolean |
None. |
|
| LitterMaintained | boolean |
None. |
|
| AnyBeak | boolean |
None. |
|
| TrimmedAt | boolean |
None. |
|
| Second | boolean |
None. |
|
| TrimmingCrew | boolean |
None. |
|
| NutritionalSupplements | boolean |
None. |
|
| WaterAndFeedLevels | boolean |
None. |
|
| Blade | boolean |
None. |
|
| Molting | boolean |
None. |
|
| Nutritionally | boolean |
None. |
|
| BodyweightLoss | boolean |
None. |
|
| BodyweightAndMortality | boolean |
None. |
|
| MoltingWaterAvailable | boolean |
None. |
|
| DuringMolt | boolean |
None. |
|
| Transportation | boolean |
None. |
|
| Members | boolean |
None. |
|
| CatchingCrewAdvised | boolean |
None. |
|
| PulletsOrHens | boolean |
None. |
|
| HensPlaced | boolean |
None. |
|
| Supported | boolean |
None. |
|
| Carts | boolean |
None. |
|
| TransportVehicleClean | boolean |
None. |
|
| Panel | boolean |
None. |
|
| OnFarmDepopulation | boolean |
None. |
|
| Moment | boolean |
None. |
|
| HoursBeforeRemoval | boolean |
None. |
|
| Audit | boolean |
None. |
|
| CompletedBy | string |
None. |
|
| CompletedDateTime | date |
None. |
|
| NewLayers | Collection of NewLayers |
None. |
|
| BackfillLayerHouses | Collection of BackfillLayerHouse |
None. |
|
| Comments | string |
None. |
|
| IsParticipantLevel | boolean |
None. |
|
| IsCompanyLevel | boolean |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| IsFacilityLevel | boolean |
None. |
|
| FacilityId | globally unique identifier |
None. |
|
| FacilityName | string |
None. |
|
| IsReportComplete | boolean |
None. |
|
| NoNewPullets | boolean |
None. |
|
| PulletSources | Collection of FacilityParticipant |
None. |
|
| AdminPulletSources | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b2a7943b-c790-4632-8e5b-bcbae4eb229b",
"ParticipantId": "62e2c8cf-3441-4fa9-b760-ac87a8e7e996",
"Name": "sample string 3",
"ReportingQuarter": 4,
"ReportingYear": 5,
"CagedNotApplicable": true,
"CageFreeNotApplicable": true,
"SingleLevelNotApplicable": true,
"MultiTierNotApplicable": true,
"Version": 10,
"Answers": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"FeedAndWater": true,
"LightIntensity": true,
"VentilationSystem": true,
"Ammonia": true,
"ProductionFacility": true,
"Biosecurity": true,
"Injured": true,
"Employees": true,
"OpenSided": true,
"LayersAble": true,
"Feeder": true,
"MinimumOf1WaterCup": true,
"Automatic": true,
"IsSingleLevel": true,
"SingleLevel": true,
"IsMultiTiered": true,
"MultiTiered": true,
"LinearInches": true,
"AccessToFeedAndWater": true,
"MinimumOf1WaterCup10Hens": true,
"Usable": true,
"Suitable": true,
"Inspected": true,
"PerchesProvided": true,
"PerchesElevated": true,
"Continual": true,
"Useable": true,
"LitterMaintained": true,
"AnyBeak": true,
"TrimmedAt": true,
"Second": true,
"TrimmingCrew": true,
"NutritionalSupplements": true,
"WaterAndFeedLevels": true,
"Blade": true,
"Molting": true,
"Nutritionally": true,
"BodyweightLoss": true,
"BodyweightAndMortality": true,
"MoltingWaterAvailable": true,
"DuringMolt": true,
"Transportation": true,
"Members": true,
"CatchingCrewAdvised": true,
"PulletsOrHens": true,
"HensPlaced": true,
"Supported": true,
"Carts": true,
"TransportVehicleClean": true,
"Panel": true,
"OnFarmDepopulation": true,
"Moment": true,
"HoursBeforeRemoval": true,
"Audit": true,
"CompletedBy": "sample string 65",
"CompletedDateTime": "2026-08-05T10:53:23.2354754-05:00",
"NewLayers": [
{
"Id": "863c5c33-bdc7-42c3-89a7-2a91b20de512",
"LayerHouseId": "a5a79587-07df-47d6-ada5-c3cd242e7dba",
"LayerHouseName": "sample string 3",
"LayerHouseHenColorId": "sample string 4",
"LayerHouseFlooringSystemId": "sample string 5",
"LayerHouseSquareInchesSpace": 6,
"LayerHousePopulation": 7,
"YearEquipmentInstalled": 8,
"HatchDate": "2026-08-05T10:53:23.2364308-05:00",
"HenColorId": "sample string 10",
"FlooringSystemId": "sample string 11",
"SquareInchesSpace": 12,
"Population": 13,
"SelectedPulletSources": [
"ba7154e0-ae28-4d2d-a3e7-176dc8ef04ed",
"22fdb8b1-2848-4682-9c11-7264c8aad630"
],
"AdminPulletSources": "sample string 14",
"FlockIncomplete": true,
"IncompleteAreas": "sample string 16"
},
{
"Id": "863c5c33-bdc7-42c3-89a7-2a91b20de512",
"LayerHouseId": "a5a79587-07df-47d6-ada5-c3cd242e7dba",
"LayerHouseName": "sample string 3",
"LayerHouseHenColorId": "sample string 4",
"LayerHouseFlooringSystemId": "sample string 5",
"LayerHouseSquareInchesSpace": 6,
"LayerHousePopulation": 7,
"YearEquipmentInstalled": 8,
"HatchDate": "2026-08-05T10:53:23.2364308-05:00",
"HenColorId": "sample string 10",
"FlooringSystemId": "sample string 11",
"SquareInchesSpace": 12,
"Population": 13,
"SelectedPulletSources": [
"ba7154e0-ae28-4d2d-a3e7-176dc8ef04ed",
"22fdb8b1-2848-4682-9c11-7264c8aad630"
],
"AdminPulletSources": "sample string 14",
"FlockIncomplete": true,
"IncompleteAreas": "sample string 16"
}
],
"BackfillLayerHouses": [
{
"Id": "294cff05-6a07-4d1a-a362-7f02d2c9ac22",
"LayerHouse": {
"Id": "e86f2af7-2b90-4d36-97d2-d9065109c2a0",
"ParticipantId": "6355cc6d-834c-479e-a6c0-80f83e9a9b7a",
"CompanyId": "482822a6-db09-490b-ad92-a58636f150fa",
"CompanyName": "sample string 4",
"FacilityId": "806aac17-69be-45ed-8b3a-86db8beabb9e",
"NewEntity": true,
"FacilityName": "sample string 6",
"FacilityType": "sample string 7",
"BirdType": "sample string 8",
"FacilityMustAudit": true,
"Name": "sample string 10",
"HouseTypeId": "sample string 11",
"HouseTypeName": "sample string 12",
"HouseCertificationId": "sample string 13",
"HouseCertificationName": "sample string 14",
"AuditBodyPrefId": "703eb896-67e7-47e5-95ee-a42447febf4b",
"AuditBodyPrefName": "sample string 16",
"AuditBodyPrefFullName": "sample string 17",
"InServiceDate": "2026-08-05T10:53:23.2384262-05:00",
"VerifyProductionControlSystem": true,
"HouseSpaceAverage": true,
"ActualHenSpace": true,
"HenColorId": "sample string 22",
"HenColorName": "sample string 23",
"FlooringSystemId": "sample string 24",
"FlooringSystemName": "sample string 25",
"SquareInchesSpace": 26,
"Population": 27,
"LayerCapacity": 28,
"SquareInchesPerChick": 1.0,
"ActiveCaliforniaCompliantCertificate": true,
"MustAudit": true,
"OwnershipHens": true,
"Organic": true,
"BothCertified": true,
"Comments": "sample string 34",
"Active": true,
"ColumnTypeId": "sample string 36",
"ColumnTypeName": "sample string 37",
"CagesPerColumn": 1,
"ColumnsPerRow": 1,
"Rows": 1,
"TotalNumberCages": 1,
"CageWidth": 1.0,
"CageDepth": 1.0,
"CageArea": 1.0,
"CfNestSquareFeet": 1.0,
"CfNestCount": 1,
"CfBellWatererCount": 1,
"CfWatererSingleTroughInches": 1.0,
"CfWatererDoubleTroughInches": 1.0,
"CfNippleWatererCount": 1,
"CfFeedSingleTroughInches": 1.0,
"CfFeedDoubleTroughInches": 1.0,
"CfLitterSquareInches": 1.0,
"CfFloorSpaceSquareFeet": 1.0,
"CfPerchInches": 1.0
},
"OriginalHatchDate": "2026-08-05T10:53:23.2404389-05:00",
"AddedHatchDate": "2026-08-05T10:53:23.2404389-05:00",
"DateHensAdded": "2026-08-05T10:53:23.2404389-05:00",
"NumberAdded": 2,
"TotalPopulation": 3,
"BackfillRequester": "sample string 4",
"BackfillSender": "sample string 5",
"BackfillFacilityName": "sample string 6",
"BackfillFacilityAddress": {
"Line1": "sample string 1",
"Line2": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"PostalCode": "sample string 5"
},
"BackfillScheduled": "2026-08-05T10:53:23.2404389-05:00",
"BackfillSubmitted": "2026-08-05T10:53:23.2404389-05:00",
"BackfillReason": "sample string 9",
"BackfillResponse": "sample string 10",
"BackfillRecieved": "2026-08-05T10:53:23.2404389-05:00",
"BackfillOccurances": 12,
"BackfillActionTaken": "sample string 13",
"BackfillApproved": true,
"BackfillDenied": true
},
{
"Id": "294cff05-6a07-4d1a-a362-7f02d2c9ac22",
"LayerHouse": {
"Id": "e86f2af7-2b90-4d36-97d2-d9065109c2a0",
"ParticipantId": "6355cc6d-834c-479e-a6c0-80f83e9a9b7a",
"CompanyId": "482822a6-db09-490b-ad92-a58636f150fa",
"CompanyName": "sample string 4",
"FacilityId": "806aac17-69be-45ed-8b3a-86db8beabb9e",
"NewEntity": true,
"FacilityName": "sample string 6",
"FacilityType": "sample string 7",
"BirdType": "sample string 8",
"FacilityMustAudit": true,
"Name": "sample string 10",
"HouseTypeId": "sample string 11",
"HouseTypeName": "sample string 12",
"HouseCertificationId": "sample string 13",
"HouseCertificationName": "sample string 14",
"AuditBodyPrefId": "703eb896-67e7-47e5-95ee-a42447febf4b",
"AuditBodyPrefName": "sample string 16",
"AuditBodyPrefFullName": "sample string 17",
"InServiceDate": "2026-08-05T10:53:23.2384262-05:00",
"VerifyProductionControlSystem": true,
"HouseSpaceAverage": true,
"ActualHenSpace": true,
"HenColorId": "sample string 22",
"HenColorName": "sample string 23",
"FlooringSystemId": "sample string 24",
"FlooringSystemName": "sample string 25",
"SquareInchesSpace": 26,
"Population": 27,
"LayerCapacity": 28,
"SquareInchesPerChick": 1.0,
"ActiveCaliforniaCompliantCertificate": true,
"MustAudit": true,
"OwnershipHens": true,
"Organic": true,
"BothCertified": true,
"Comments": "sample string 34",
"Active": true,
"ColumnTypeId": "sample string 36",
"ColumnTypeName": "sample string 37",
"CagesPerColumn": 1,
"ColumnsPerRow": 1,
"Rows": 1,
"TotalNumberCages": 1,
"CageWidth": 1.0,
"CageDepth": 1.0,
"CageArea": 1.0,
"CfNestSquareFeet": 1.0,
"CfNestCount": 1,
"CfBellWatererCount": 1,
"CfWatererSingleTroughInches": 1.0,
"CfWatererDoubleTroughInches": 1.0,
"CfNippleWatererCount": 1,
"CfFeedSingleTroughInches": 1.0,
"CfFeedDoubleTroughInches": 1.0,
"CfLitterSquareInches": 1.0,
"CfFloorSpaceSquareFeet": 1.0,
"CfPerchInches": 1.0
},
"OriginalHatchDate": "2026-08-05T10:53:23.2404389-05:00",
"AddedHatchDate": "2026-08-05T10:53:23.2404389-05:00",
"DateHensAdded": "2026-08-05T10:53:23.2404389-05:00",
"NumberAdded": 2,
"TotalPopulation": 3,
"BackfillRequester": "sample string 4",
"BackfillSender": "sample string 5",
"BackfillFacilityName": "sample string 6",
"BackfillFacilityAddress": {
"Line1": "sample string 1",
"Line2": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"PostalCode": "sample string 5"
},
"BackfillScheduled": "2026-08-05T10:53:23.2404389-05:00",
"BackfillSubmitted": "2026-08-05T10:53:23.2404389-05:00",
"BackfillReason": "sample string 9",
"BackfillResponse": "sample string 10",
"BackfillRecieved": "2026-08-05T10:53:23.2404389-05:00",
"BackfillOccurances": 12,
"BackfillActionTaken": "sample string 13",
"BackfillApproved": true,
"BackfillDenied": true
}
],
"Comments": "sample string 67",
"IsParticipantLevel": true,
"IsCompanyLevel": true,
"CompanyId": "99044d0f-641d-4b77-8a9e-c3dca4871ef8",
"CompanyName": "sample string 70",
"IsFacilityLevel": true,
"FacilityId": "817eb72e-6b1c-44d6-b239-84180009439e",
"FacilityName": "sample string 72",
"IsReportComplete": true,
"NoNewPullets": true,
"PulletSources": [
{
"Id": "d5378007-d828-4ee0-8fd6-2b9cd8fa2953",
"FacilityId": "5669a1d2-1757-4b2c-a07a-4323a09aa096",
"ParticipantId": "6c4d258a-0b47-4f92-a009-8872f20e5662",
"Name": "sample string 4"
},
{
"Id": "d5378007-d828-4ee0-8fd6-2b9cd8fa2953",
"FacilityId": "5669a1d2-1757-4b2c-a07a-4323a09aa096",
"ParticipantId": "6c4d258a-0b47-4f92-a009-8872f20e5662",
"Name": "sample string 4"
}
],
"AdminPulletSources": "sample string 75"
}
application/xml, text/xml
Sample:
<QuarterlyReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UEP.Core.Models">
<AccessToFeedAndWater>true</AccessToFeedAndWater>
<AdminPulletSources>sample string 75</AdminPulletSources>
<Ammonia>true</Ammonia>
<Answers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Answers>
<AnyBeak>true</AnyBeak>
<Audit>true</Audit>
<Automatic>true</Automatic>
<BackfillLayerHouses>
<BackfillLayerHouse>
<AddedHatchDate>2026-08-05T10:53:23.2404389-05:00</AddedHatchDate>
<BackfillActionTaken>sample string 13</BackfillActionTaken>
<BackfillApproved>true</BackfillApproved>
<BackfillDenied>true</BackfillDenied>
<BackfillFacilityAddress>
<City>sample string 3</City>
<Line1>sample string 1</Line1>
<Line2>sample string 2</Line2>
<PostalCode>sample string 5</PostalCode>
<State>sample string 4</State>
</BackfillFacilityAddress>
<BackfillFacilityName>sample string 6</BackfillFacilityName>
<BackfillOccurances>12</BackfillOccurances>
<BackfillReason>sample string 9</BackfillReason>
<BackfillRecieved>2026-08-05T10:53:23.2404389-05:00</BackfillRecieved>
<BackfillRequester>sample string 4</BackfillRequester>
<BackfillResponse>sample string 10</BackfillResponse>
<BackfillScheduled>2026-08-05T10:53:23.2404389-05:00</BackfillScheduled>
<BackfillSender>sample string 5</BackfillSender>
<BackfillSubmitted>2026-08-05T10:53:23.2404389-05:00</BackfillSubmitted>
<DateHensAdded>2026-08-05T10:53:23.2404389-05:00</DateHensAdded>
<Id>294cff05-6a07-4d1a-a362-7f02d2c9ac22</Id>
<LayerHouse>
<Active>true</Active>
<ActiveCaliforniaCompliantCertificate>true</ActiveCaliforniaCompliantCertificate>
<ActualHenSpace>true</ActualHenSpace>
<AuditBodyPrefFullName>sample string 17</AuditBodyPrefFullName>
<AuditBodyPrefId>703eb896-67e7-47e5-95ee-a42447febf4b</AuditBodyPrefId>
<AuditBodyPrefName>sample string 16</AuditBodyPrefName>
<BirdType>sample string 8</BirdType>
<BothCertified>true</BothCertified>
<CageArea>1</CageArea>
<CageDepth>1</CageDepth>
<CageWidth>1</CageWidth>
<CagesPerColumn>1</CagesPerColumn>
<CfBellWatererCount>1</CfBellWatererCount>
<CfFeedDoubleTroughInches>1</CfFeedDoubleTroughInches>
<CfFeedSingleTroughInches>1</CfFeedSingleTroughInches>
<CfFloorSpaceSquareFeet>1</CfFloorSpaceSquareFeet>
<CfLitterSquareInches>1</CfLitterSquareInches>
<CfNestCount>1</CfNestCount>
<CfNestSquareFeet>1</CfNestSquareFeet>
<CfNippleWatererCount>1</CfNippleWatererCount>
<CfPerchInches>1</CfPerchInches>
<CfWatererDoubleTroughInches>1</CfWatererDoubleTroughInches>
<CfWatererSingleTroughInches>1</CfWatererSingleTroughInches>
<ColumnTypeId>sample string 36</ColumnTypeId>
<ColumnTypeName>sample string 37</ColumnTypeName>
<ColumnsPerRow>1</ColumnsPerRow>
<Comments>sample string 34</Comments>
<CompanyId>482822a6-db09-490b-ad92-a58636f150fa</CompanyId>
<CompanyName>sample string 4</CompanyName>
<FacilityId>806aac17-69be-45ed-8b3a-86db8beabb9e</FacilityId>
<FacilityMustAudit>true</FacilityMustAudit>
<FacilityName>sample string 6</FacilityName>
<FacilityType>sample string 7</FacilityType>
<FlooringSystemId>sample string 24</FlooringSystemId>
<FlooringSystemName>sample string 25</FlooringSystemName>
<HenColorId>sample string 22</HenColorId>
<HenColorName>sample string 23</HenColorName>
<HouseCertificationId>sample string 13</HouseCertificationId>
<HouseCertificationName>sample string 14</HouseCertificationName>
<HouseSpaceAverage>true</HouseSpaceAverage>
<HouseTypeId>sample string 11</HouseTypeId>
<HouseTypeName>sample string 12</HouseTypeName>
<Id>e86f2af7-2b90-4d36-97d2-d9065109c2a0</Id>
<InServiceDate>2026-08-05T10:53:23.2384262-05:00</InServiceDate>
<LayerCapacity>28</LayerCapacity>
<MustAudit>true</MustAudit>
<Name>sample string 10</Name>
<NewEntity>true</NewEntity>
<Organic>true</Organic>
<OwnershipHens>true</OwnershipHens>
<ParticipantId>6355cc6d-834c-479e-a6c0-80f83e9a9b7a</ParticipantId>
<Population>27</Population>
<Rows>1</Rows>
<SquareInchesPerChick>1</SquareInchesPerChick>
<SquareInchesSpace>26</SquareInchesSpace>
<TotalNumberCages>1</TotalNumberCages>
<VerifyProductionControlSystem>true</VerifyProductionControlSystem>
</LayerHouse>
<NumberAdded>2</NumberAdded>
<OriginalHatchDate>2026-08-05T10:53:23.2404389-05:00</OriginalHatchDate>
<TotalPopulation>3</TotalPopulation>
</BackfillLayerHouse>
<BackfillLayerHouse>
<AddedHatchDate>2026-08-05T10:53:23.2404389-05:00</AddedHatchDate>
<BackfillActionTaken>sample string 13</BackfillActionTaken>
<BackfillApproved>true</BackfillApproved>
<BackfillDenied>true</BackfillDenied>
<BackfillFacilityAddress>
<City>sample string 3</City>
<Line1>sample string 1</Line1>
<Line2>sample string 2</Line2>
<PostalCode>sample string 5</PostalCode>
<State>sample string 4</State>
</BackfillFacilityAddress>
<BackfillFacilityName>sample string 6</BackfillFacilityName>
<BackfillOccurances>12</BackfillOccurances>
<BackfillReason>sample string 9</BackfillReason>
<BackfillRecieved>2026-08-05T10:53:23.2404389-05:00</BackfillRecieved>
<BackfillRequester>sample string 4</BackfillRequester>
<BackfillResponse>sample string 10</BackfillResponse>
<BackfillScheduled>2026-08-05T10:53:23.2404389-05:00</BackfillScheduled>
<BackfillSender>sample string 5</BackfillSender>
<BackfillSubmitted>2026-08-05T10:53:23.2404389-05:00</BackfillSubmitted>
<DateHensAdded>2026-08-05T10:53:23.2404389-05:00</DateHensAdded>
<Id>294cff05-6a07-4d1a-a362-7f02d2c9ac22</Id>
<LayerHouse>
<Active>true</Active>
<ActiveCaliforniaCompliantCertificate>true</ActiveCaliforniaCompliantCertificate>
<ActualHenSpace>true</ActualHenSpace>
<AuditBodyPrefFullName>sample string 17</AuditBodyPrefFullName>
<AuditBodyPrefId>703eb896-67e7-47e5-95ee-a42447febf4b</AuditBodyPrefId>
<AuditBodyPrefName>sample string 16</AuditBodyPrefName>
<BirdType>sample string 8</BirdType>
<BothCertified>true</BothCertified>
<CageArea>1</CageArea>
<CageDepth>1</CageDepth>
<CageWidth>1</CageWidth>
<CagesPerColumn>1</CagesPerColumn>
<CfBellWatererCount>1</CfBellWatererCount>
<CfFeedDoubleTroughInches>1</CfFeedDoubleTroughInches>
<CfFeedSingleTroughInches>1</CfFeedSingleTroughInches>
<CfFloorSpaceSquareFeet>1</CfFloorSpaceSquareFeet>
<CfLitterSquareInches>1</CfLitterSquareInches>
<CfNestCount>1</CfNestCount>
<CfNestSquareFeet>1</CfNestSquareFeet>
<CfNippleWatererCount>1</CfNippleWatererCount>
<CfPerchInches>1</CfPerchInches>
<CfWatererDoubleTroughInches>1</CfWatererDoubleTroughInches>
<CfWatererSingleTroughInches>1</CfWatererSingleTroughInches>
<ColumnTypeId>sample string 36</ColumnTypeId>
<ColumnTypeName>sample string 37</ColumnTypeName>
<ColumnsPerRow>1</ColumnsPerRow>
<Comments>sample string 34</Comments>
<CompanyId>482822a6-db09-490b-ad92-a58636f150fa</CompanyId>
<CompanyName>sample string 4</CompanyName>
<FacilityId>806aac17-69be-45ed-8b3a-86db8beabb9e</FacilityId>
<FacilityMustAudit>true</FacilityMustAudit>
<FacilityName>sample string 6</FacilityName>
<FacilityType>sample string 7</FacilityType>
<FlooringSystemId>sample string 24</FlooringSystemId>
<FlooringSystemName>sample string 25</FlooringSystemName>
<HenColorId>sample string 22</HenColorId>
<HenColorName>sample string 23</HenColorName>
<HouseCertificationId>sample string 13</HouseCertificationId>
<HouseCertificationName>sample string 14</HouseCertificationName>
<HouseSpaceAverage>true</HouseSpaceAverage>
<HouseTypeId>sample string 11</HouseTypeId>
<HouseTypeName>sample string 12</HouseTypeName>
<Id>e86f2af7-2b90-4d36-97d2-d9065109c2a0</Id>
<InServiceDate>2026-08-05T10:53:23.2384262-05:00</InServiceDate>
<LayerCapacity>28</LayerCapacity>
<MustAudit>true</MustAudit>
<Name>sample string 10</Name>
<NewEntity>true</NewEntity>
<Organic>true</Organic>
<OwnershipHens>true</OwnershipHens>
<ParticipantId>6355cc6d-834c-479e-a6c0-80f83e9a9b7a</ParticipantId>
<Population>27</Population>
<Rows>1</Rows>
<SquareInchesPerChick>1</SquareInchesPerChick>
<SquareInchesSpace>26</SquareInchesSpace>
<TotalNumberCages>1</TotalNumberCages>
<VerifyProductionControlSystem>true</VerifyProductionControlSystem>
</LayerHouse>
<NumberAdded>2</NumberAdded>
<OriginalHatchDate>2026-08-05T10:53:23.2404389-05:00</OriginalHatchDate>
<TotalPopulation>3</TotalPopulation>
</BackfillLayerHouse>
</BackfillLayerHouses>
<Biosecurity>true</Biosecurity>
<Blade>true</Blade>
<BodyweightAndMortality>true</BodyweightAndMortality>
<BodyweightLoss>true</BodyweightLoss>
<CageFreeNotApplicable>true</CageFreeNotApplicable>
<CagedNotApplicable>true</CagedNotApplicable>
<Carts>true</Carts>
<CatchingCrewAdvised>true</CatchingCrewAdvised>
<Comments>sample string 67</Comments>
<CompanyId>99044d0f-641d-4b77-8a9e-c3dca4871ef8</CompanyId>
<CompanyName>sample string 70</CompanyName>
<CompletedBy>sample string 65</CompletedBy>
<CompletedDateTime>2026-08-05T10:53:23.2354754-05:00</CompletedDateTime>
<Continual>true</Continual>
<DuringMolt>true</DuringMolt>
<Employees>true</Employees>
<FacilityId>817eb72e-6b1c-44d6-b239-84180009439e</FacilityId>
<FacilityName>sample string 72</FacilityName>
<FeedAndWater>true</FeedAndWater>
<Feeder>true</Feeder>
<HensPlaced>true</HensPlaced>
<HoursBeforeRemoval>true</HoursBeforeRemoval>
<Id>b2a7943b-c790-4632-8e5b-bcbae4eb229b</Id>
<Injured>true</Injured>
<Inspected>true</Inspected>
<IsCompanyLevel>true</IsCompanyLevel>
<IsFacilityLevel>true</IsFacilityLevel>
<IsMultiTiered>true</IsMultiTiered>
<IsParticipantLevel>true</IsParticipantLevel>
<IsReportComplete>true</IsReportComplete>
<IsSingleLevel>true</IsSingleLevel>
<LayersAble>true</LayersAble>
<LightIntensity>true</LightIntensity>
<LinearInches>true</LinearInches>
<LitterMaintained>true</LitterMaintained>
<Members>true</Members>
<MinimumOf1WaterCup>true</MinimumOf1WaterCup>
<MinimumOf1WaterCup10Hens>true</MinimumOf1WaterCup10Hens>
<Molting>true</Molting>
<MoltingWaterAvailable>true</MoltingWaterAvailable>
<Moment>true</Moment>
<MultiTierNotApplicable>true</MultiTierNotApplicable>
<MultiTiered>true</MultiTiered>
<Name>sample string 3</Name>
<NewLayers>
<NewLayers>
<AdminPulletSources>sample string 14</AdminPulletSources>
<FlockIncomplete>true</FlockIncomplete>
<FlooringSystemId>sample string 11</FlooringSystemId>
<HatchDate>2026-08-05T10:53:23.2364308-05:00</HatchDate>
<HenColorId>sample string 10</HenColorId>
<Id>863c5c33-bdc7-42c3-89a7-2a91b20de512</Id>
<IncompleteAreas>sample string 16</IncompleteAreas>
<LayerHouseFlooringSystemId>sample string 5</LayerHouseFlooringSystemId>
<LayerHouseHenColorId>sample string 4</LayerHouseHenColorId>
<LayerHouseId>a5a79587-07df-47d6-ada5-c3cd242e7dba</LayerHouseId>
<LayerHouseName>sample string 3</LayerHouseName>
<LayerHousePopulation>7</LayerHousePopulation>
<LayerHouseSquareInchesSpace>6</LayerHouseSquareInchesSpace>
<Population>13</Population>
<SelectedPulletSources xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>ba7154e0-ae28-4d2d-a3e7-176dc8ef04ed</d4p1:guid>
<d4p1:guid>22fdb8b1-2848-4682-9c11-7264c8aad630</d4p1:guid>
</SelectedPulletSources>
<SquareInchesSpace>12</SquareInchesSpace>
<YearEquipmentInstalled>8</YearEquipmentInstalled>
</NewLayers>
<NewLayers>
<AdminPulletSources>sample string 14</AdminPulletSources>
<FlockIncomplete>true</FlockIncomplete>
<FlooringSystemId>sample string 11</FlooringSystemId>
<HatchDate>2026-08-05T10:53:23.2364308-05:00</HatchDate>
<HenColorId>sample string 10</HenColorId>
<Id>863c5c33-bdc7-42c3-89a7-2a91b20de512</Id>
<IncompleteAreas>sample string 16</IncompleteAreas>
<LayerHouseFlooringSystemId>sample string 5</LayerHouseFlooringSystemId>
<LayerHouseHenColorId>sample string 4</LayerHouseHenColorId>
<LayerHouseId>a5a79587-07df-47d6-ada5-c3cd242e7dba</LayerHouseId>
<LayerHouseName>sample string 3</LayerHouseName>
<LayerHousePopulation>7</LayerHousePopulation>
<LayerHouseSquareInchesSpace>6</LayerHouseSquareInchesSpace>
<Population>13</Population>
<SelectedPulletSources xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>ba7154e0-ae28-4d2d-a3e7-176dc8ef04ed</d4p1:guid>
<d4p1:guid>22fdb8b1-2848-4682-9c11-7264c8aad630</d4p1:guid>
</SelectedPulletSources>
<SquareInchesSpace>12</SquareInchesSpace>
<YearEquipmentInstalled>8</YearEquipmentInstalled>
</NewLayers>
</NewLayers>
<NoNewPullets>true</NoNewPullets>
<NutritionalSupplements>true</NutritionalSupplements>
<Nutritionally>true</Nutritionally>
<OnFarmDepopulation>true</OnFarmDepopulation>
<OpenSided>true</OpenSided>
<Panel>true</Panel>
<ParticipantId>62e2c8cf-3441-4fa9-b760-ac87a8e7e996</ParticipantId>
<PerchesElevated>true</PerchesElevated>
<PerchesProvided>true</PerchesProvided>
<ProductionFacility>true</ProductionFacility>
<PulletSources>
<FacilityParticipant>
<FacilityId>5669a1d2-1757-4b2c-a07a-4323a09aa096</FacilityId>
<Id>d5378007-d828-4ee0-8fd6-2b9cd8fa2953</Id>
<Name>sample string 4</Name>
<ParticipantId>6c4d258a-0b47-4f92-a009-8872f20e5662</ParticipantId>
</FacilityParticipant>
<FacilityParticipant>
<FacilityId>5669a1d2-1757-4b2c-a07a-4323a09aa096</FacilityId>
<Id>d5378007-d828-4ee0-8fd6-2b9cd8fa2953</Id>
<Name>sample string 4</Name>
<ParticipantId>6c4d258a-0b47-4f92-a009-8872f20e5662</ParticipantId>
</FacilityParticipant>
</PulletSources>
<PulletsOrHens>true</PulletsOrHens>
<ReportingQuarter>4</ReportingQuarter>
<ReportingYear>5</ReportingYear>
<Second>true</Second>
<SingleLevel>true</SingleLevel>
<SingleLevelNotApplicable>true</SingleLevelNotApplicable>
<Suitable>true</Suitable>
<Supported>true</Supported>
<TransportVehicleClean>true</TransportVehicleClean>
<Transportation>true</Transportation>
<TrimmedAt>true</TrimmedAt>
<TrimmingCrew>true</TrimmingCrew>
<Usable>true</Usable>
<Useable>true</Useable>
<VentilationSystem>true</VentilationSystem>
<Version>10</Version>
<WaterAndFeedLevels>true</WaterAndFeedLevels>
</QuarterlyReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.