POST api/layerhouses
Request Information
URI Parameters
None.
Body Parameters
LayerHouse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ParticipantId | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| FacilityId | globally unique identifier |
None. |
|
| NewEntity | boolean |
None. |
|
| FacilityName | string |
None. |
|
| FacilityType | string |
None. |
|
| BirdType | string |
None. |
|
| FacilityMustAudit | boolean |
None. |
|
| Name | string |
None. |
|
| HouseTypeId | string |
None. |
|
| HouseTypeName | string |
None. |
|
| HouseCertificationId | string |
None. |
|
| HouseCertificationName | string |
None. |
|
| AuditBodyPrefId | globally unique identifier |
None. |
|
| AuditBodyPrefName | string |
None. |
|
| AuditBodyPrefFullName | string |
None. |
|
| InServiceDate | date |
None. |
|
| VerifyProductionControlSystem | boolean |
None. |
|
| HouseSpaceAverage | boolean |
None. |
|
| ActualHenSpace | boolean |
None. |
|
| HenColorId | string |
None. |
|
| HenColorName | string |
None. |
|
| FlooringSystemId | string |
None. |
|
| FlooringSystemName | string |
None. |
|
| SquareInchesSpace | integer |
None. |
|
| Population | integer |
None. |
|
| LayerCapacity | integer |
None. |
|
| SquareInchesPerChick | decimal number |
None. |
|
| ActiveCaliforniaCompliantCertificate | boolean |
None. |
|
| MustAudit | boolean |
None. |
|
| OwnershipHens | boolean |
None. |
|
| Organic | boolean |
None. |
|
| BothCertified | boolean |
None. |
|
| Comments | string |
None. |
|
| Active | boolean |
None. |
|
| ColumnTypeId | string |
None. |
|
| ColumnTypeName | string |
None. |
|
| CagesPerColumn | integer |
None. |
|
| ColumnsPerRow | integer |
None. |
|
| Rows | integer |
None. |
|
| TotalNumberCages | integer |
None. |
|
| CageWidth | decimal number |
None. |
|
| CageDepth | decimal number |
None. |
|
| CageArea | decimal number |
None. |
|
| CfNestSquareFeet | decimal number |
None. |
|
| CfNestCount | integer |
None. |
|
| CfBellWatererCount | integer |
None. |
|
| CfWatererSingleTroughInches | decimal number |
None. |
|
| CfWatererDoubleTroughInches | decimal number |
None. |
|
| CfNippleWatererCount | integer |
None. |
|
| CfFeedSingleTroughInches | decimal number |
None. |
|
| CfFeedDoubleTroughInches | decimal number |
None. |
|
| CfLitterSquareInches | decimal number |
None. |
|
| CfFloorSpaceSquareFeet | decimal number |
None. |
|
| CfPerchInches | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "758d99f0-530c-4036-9166-cdf0295de595",
"ParticipantId": "58337ffa-be2e-4bcd-b9be-192df84a2b51",
"CompanyId": "82db0c47-ff35-4cfb-b351-a992f604ba85",
"CompanyName": "sample string 4",
"FacilityId": "f9158382-88bf-45c8-bff2-7f52b19f241b",
"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": "a9b9ca43-f76f-45ec-9698-afc96f7a4a03",
"AuditBodyPrefName": "sample string 16",
"AuditBodyPrefFullName": "sample string 17",
"InServiceDate": "2025-12-21T03:13:20.3487628-06: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
}
application/xml, text/xml
Sample:
<LayerHouse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UEP.Core.Models"> <Active>true</Active> <ActiveCaliforniaCompliantCertificate>true</ActiveCaliforniaCompliantCertificate> <ActualHenSpace>true</ActualHenSpace> <AuditBodyPrefFullName>sample string 17</AuditBodyPrefFullName> <AuditBodyPrefId>a9b9ca43-f76f-45ec-9698-afc96f7a4a03</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>82db0c47-ff35-4cfb-b351-a992f604ba85</CompanyId> <CompanyName>sample string 4</CompanyName> <FacilityId>f9158382-88bf-45c8-bff2-7f52b19f241b</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>758d99f0-530c-4036-9166-cdf0295de595</Id> <InServiceDate>2025-12-21T03:13:20.3487628-06:00</InServiceDate> <LayerCapacity>28</LayerCapacity> <MustAudit>true</MustAudit> <Name>sample string 10</Name> <NewEntity>true</NewEntity> <Organic>true</Organic> <OwnershipHens>true</OwnershipHens> <ParticipantId>58337ffa-be2e-4bcd-b9be-192df84a2b51</ParticipantId> <Population>27</Population> <Rows>1</Rows> <SquareInchesPerChick>1</SquareInchesPerChick> <SquareInchesSpace>26</SquareInchesSpace> <TotalNumberCages>1</TotalNumberCages> <VerifyProductionControlSystem>true</VerifyProductionControlSystem> </LayerHouse>
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.