POST api/backfills

Request Information

URI Parameters

None.

Body Parameters

BackfillRequest
NameDescriptionTypeAdditional 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": "daafde26-12b9-4b50-a45e-74c7f6088538",
  "ParticipantName": "sample string 2",
  "Requester": "sample string 3",
  "Sender": "sample string 4",
  "FacilityId": "8dc20d01-4289-4d5f-b7fc-7595b64d635b",
  "LayerHouseIds": [
    "fa48e48f-df3c-4c2b-8f15-aeb42d0ae5e3",
    "b4209f06-6623-464b-ad62-cad911358b01"
  ],
  "Scheduled": "2025-12-21T03:13:36.4291448-06:00",
  "Submitted": "2025-12-21T03:13:36.4291448-06:00",
  "Reason": "sample string 8",
  "BirdsLost": 1,
  "CatastrophicEventStartDate": "2025-12-21T03:13:36.4291448-06:00",
  "CatastrophicEventEndDate": "2025-12-21T03:13:36.4291448-06: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>2025-12-21T03:13:36.4291448-06:00</CatastrophicEventEndDate>
  <CatastrophicEventStartDate>2025-12-21T03:13:36.4291448-06:00</CatastrophicEventStartDate>
  <FacilityId>8dc20d01-4289-4d5f-b7fc-7595b64d635b</FacilityId>
  <LayerHouseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>fa48e48f-df3c-4c2b-8f15-aeb42d0ae5e3</d2p1:guid>
    <d2p1:guid>b4209f06-6623-464b-ad62-cad911358b01</d2p1:guid>
  </LayerHouseIds>
  <MitigationMethods>sample string 9</MitigationMethods>
  <ParticipantId>daafde26-12b9-4b50-a45e-74c7f6088538</ParticipantId>
  <ParticipantName>sample string 2</ParticipantName>
  <Reason>sample string 8</Reason>
  <Requester>sample string 3</Requester>
  <Scheduled>2025-12-21T03:13:36.4291448-06:00</Scheduled>
  <Sender>sample string 4</Sender>
  <Submitted>2025-12-21T03:13:36.4291448-06:00</Submitted>
</BackfillRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.