POST api/hatcheryaudits
Request Information
URI Parameters
None.
Body Parameters
HatcheryAudit| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| HatcheryCompanyId | globally unique identifier |
None. |
|
| HatcheryCompanyName | string |
None. |
|
| HatcheryId | globally unique identifier |
None. |
|
| HatcheryName | string |
None. |
|
| CertifiedNumber | string |
None. |
|
| Name | string |
None. |
|
| AuditStartedDateTime | date |
None. |
|
| AuditPassFailDateTime | date |
None. |
|
| AuditUpdatedDateTime | date |
None. |
|
| AuditStatus | integer |
None. |
|
| AuditPassed | boolean |
None. |
|
| DocumentSetId | globally unique identifier |
None. |
|
| Active | boolean |
None. |
|
| CertificateMailed | boolean |
None. |
|
| Status_CreatedAt | date |
None. |
|
| Status_CreatedBy | string |
None. |
|
| Status_LastUpdatedAt | date |
None. |
|
| Status_LastUpdatedBy | string |
None. |
|
| Status_Deleted | boolean |
None. |
|
| Status_DeletedAt | date |
None. |
|
| Status_DeletedBy | string |
None. |
|
| Document | DocumentContent |
None. |
|
| Documents | Collection of DocumentInfo |
None. |
|
| DeleteDocument | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "7e0f9e9f-107c-4ff2-820e-8386368d11d9",
"HatcheryCompanyId": "5b1ce24c-a80f-420e-a6b8-2e3d4a3d730b",
"HatcheryCompanyName": "sample string 3",
"HatcheryId": "4953b3e8-59ae-4484-8db0-c70f70db568f",
"HatcheryName": "sample string 5",
"CertifiedNumber": "sample string 6",
"Name": "sample string 7",
"AuditStartedDateTime": "2026-08-04T09:13:41.4698957-05:00",
"AuditPassFailDateTime": "2026-08-04T09:13:41.4709203-05:00",
"AuditUpdatedDateTime": "2026-08-04T09:13:41.4709203-05:00",
"AuditStatus": 10,
"AuditPassed": true,
"DocumentSetId": "d7d38c59-e0f3-4490-8d5c-ebfc28d93e7d",
"Active": true,
"CertificateMailed": true,
"Status_CreatedAt": "2026-08-04T09:13:41.4709203-05:00",
"Status_CreatedBy": "sample string 15",
"Status_LastUpdatedAt": "2026-08-04T09:13:41.4709203-05:00",
"Status_LastUpdatedBy": "sample string 17",
"Status_Deleted": true,
"Status_DeletedAt": "2026-08-04T09:13:41.4709203-05:00",
"Status_DeletedBy": "sample string 20",
"Document": {
"FileName": "sample string 1",
"Base64FileContent": "sample string 2"
},
"Documents": [
{
"FileName": "sample string 1",
"Key": "sample string 2"
},
{
"FileName": "sample string 1",
"Key": "sample string 2"
}
],
"DeleteDocument": true
}
application/xml, text/xml
Sample:
<HatcheryAudit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UEP.Core.Models">
<Active>true</Active>
<AuditPassFailDateTime>2026-08-04T09:13:41.4709203-05:00</AuditPassFailDateTime>
<AuditPassed>true</AuditPassed>
<AuditStartedDateTime>2026-08-04T09:13:41.4698957-05:00</AuditStartedDateTime>
<AuditStatus>10</AuditStatus>
<AuditUpdatedDateTime>2026-08-04T09:13:41.4709203-05:00</AuditUpdatedDateTime>
<CertificateMailed>true</CertificateMailed>
<CertifiedNumber>sample string 6</CertifiedNumber>
<DeleteDocument>true</DeleteDocument>
<Document>
<Base64FileContent>sample string 2</Base64FileContent>
<FileName>sample string 1</FileName>
</Document>
<DocumentSetId>d7d38c59-e0f3-4490-8d5c-ebfc28d93e7d</DocumentSetId>
<Documents>
<DocumentInfo>
<FileName>sample string 1</FileName>
<Key>sample string 2</Key>
</DocumentInfo>
<DocumentInfo>
<FileName>sample string 1</FileName>
<Key>sample string 2</Key>
</DocumentInfo>
</Documents>
<HatcheryCompanyId>5b1ce24c-a80f-420e-a6b8-2e3d4a3d730b</HatcheryCompanyId>
<HatcheryCompanyName>sample string 3</HatcheryCompanyName>
<HatcheryId>4953b3e8-59ae-4484-8db0-c70f70db568f</HatcheryId>
<HatcheryName>sample string 5</HatcheryName>
<Id>7e0f9e9f-107c-4ff2-820e-8386368d11d9</Id>
<Name>sample string 7</Name>
<Status_CreatedAt>2026-08-04T09:13:41.4709203-05:00</Status_CreatedAt>
<Status_CreatedBy>sample string 15</Status_CreatedBy>
<Status_Deleted>true</Status_Deleted>
<Status_DeletedAt>2026-08-04T09:13:41.4709203-05:00</Status_DeletedAt>
<Status_DeletedBy>sample string 20</Status_DeletedBy>
<Status_LastUpdatedAt>2026-08-04T09:13:41.4709203-05:00</Status_LastUpdatedAt>
<Status_LastUpdatedBy>sample string 17</Status_LastUpdatedBy>
</HatcheryAudit>
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.