POST api/backfills
Request Information
URI Parameters
None.
Body Parameters
BackfillRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ParticipantId | globally unique identifier |
None. |
|
| ParticipantName | string |
None. |
|
| Requester | string |
None. |
|
| Sender | string |
None. |
|
| FacilityId | globally unique identifier |
None. |
|
| LayerHouseIds | Collection of globally unique identifier |
None. |
|
| Scheduled | date |
None. |
|
| Submitted | date |
None. |
|
| Reason | string |
None. |
|
| BirdsLost | integer |
None. |
|
| CatastrophicEventStartDate | date |
None. |
|
| CatastrophicEventEndDate | date |
None. |
|
| MitigationMethods | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ParticipantId": "dd92ca24-2144-404d-bb4e-23bd9025df67",
"ParticipantName": "sample string 2",
"Requester": "sample string 3",
"Sender": "sample string 4",
"FacilityId": "8d41fb1a-f26a-4d87-8ff3-fc995bf03347",
"LayerHouseIds": [
"9004f815-9971-4f30-9c1e-b08e666fe706",
"01bc958a-b02c-4112-82ec-af7f3d1f529d"
],
"Scheduled": "2026-08-04T09:15:28.3080897-05:00",
"Submitted": "2026-08-04T09:15:28.3080897-05:00",
"Reason": "sample string 8",
"BirdsLost": 1,
"CatastrophicEventStartDate": "2026-08-04T09:15:28.3080897-05:00",
"CatastrophicEventEndDate": "2026-08-04T09:15:28.3080897-05:00",
"MitigationMethods": "sample string 9"
}
application/xml, text/xml
Sample:
<BackfillRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UEP.Core.Models">
<BirdsLost>1</BirdsLost>
<CatastrophicEventEndDate>2026-08-04T09:15:28.3080897-05:00</CatastrophicEventEndDate>
<CatastrophicEventStartDate>2026-08-04T09:15:28.3080897-05:00</CatastrophicEventStartDate>
<FacilityId>8d41fb1a-f26a-4d87-8ff3-fc995bf03347</FacilityId>
<LayerHouseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9004f815-9971-4f30-9c1e-b08e666fe706</d2p1:guid>
<d2p1:guid>01bc958a-b02c-4112-82ec-af7f3d1f529d</d2p1:guid>
</LayerHouseIds>
<MitigationMethods>sample string 9</MitigationMethods>
<ParticipantId>dd92ca24-2144-404d-bb4e-23bd9025df67</ParticipantId>
<ParticipantName>sample string 2</ParticipantName>
<Reason>sample string 8</Reason>
<Requester>sample string 3</Requester>
<Scheduled>2026-08-04T09:15:28.3080897-05:00</Scheduled>
<Sender>sample string 4</Sender>
<Submitted>2026-08-04T09:15:28.3080897-05:00</Submitted>
</BackfillRequest>
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.