PUT api/hatcheryaudits/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "8e049d76-6b4a-46a9-ac68-20c34e778392",
"HatcheryCompanyId": "7acf9b81-0f9f-49ef-80f0-e141e54efe3c",
"HatcheryCompanyName": "sample string 3",
"HatcheryId": "f87a7acf-058c-463f-9e56-377f0bc3cad3",
"HatcheryName": "sample string 5",
"CertifiedNumber": "sample string 6",
"Name": "sample string 7",
"AuditStartedDateTime": "2026-08-04T09:13:33.519322-05:00",
"AuditPassFailDateTime": "2026-08-04T09:13:33.5223157-05:00",
"AuditUpdatedDateTime": "2026-08-04T09:13:33.5223157-05:00",
"AuditStatus": 10,
"AuditPassed": true,
"DocumentSetId": "93b1592a-0c9d-4630-9552-a846dc0fc108",
"Active": true,
"CertificateMailed": true,
"Status_CreatedAt": "2026-08-04T09:13:33.5223157-05:00",
"Status_CreatedBy": "sample string 15",
"Status_LastUpdatedAt": "2026-08-04T09:13:33.5223157-05:00",
"Status_LastUpdatedBy": "sample string 17",
"Status_Deleted": true,
"Status_DeletedAt": "2026-08-04T09:13:33.5233236-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:33.5223157-05:00</AuditPassFailDateTime>
<AuditPassed>true</AuditPassed>
<AuditStartedDateTime>2026-08-04T09:13:33.519322-05:00</AuditStartedDateTime>
<AuditStatus>10</AuditStatus>
<AuditUpdatedDateTime>2026-08-04T09:13:33.5223157-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>93b1592a-0c9d-4630-9552-a846dc0fc108</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>7acf9b81-0f9f-49ef-80f0-e141e54efe3c</HatcheryCompanyId>
<HatcheryCompanyName>sample string 3</HatcheryCompanyName>
<HatcheryId>f87a7acf-058c-463f-9e56-377f0bc3cad3</HatcheryId>
<HatcheryName>sample string 5</HatcheryName>
<Id>8e049d76-6b4a-46a9-ac68-20c34e778392</Id>
<Name>sample string 7</Name>
<Status_CreatedAt>2026-08-04T09:13:33.5223157-05:00</Status_CreatedAt>
<Status_CreatedBy>sample string 15</Status_CreatedBy>
<Status_Deleted>true</Status_Deleted>
<Status_DeletedAt>2026-08-04T09:13:33.5233236-05:00</Status_DeletedAt>
<Status_DeletedBy>sample string 20</Status_DeletedBy>
<Status_LastUpdatedAt>2026-08-04T09:13:33.5223157-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.