PUT api/backfills/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
BackfillResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Recieved | date |
None. |
|
| Response | string |
None. |
|
| Occurances | integer |
None. |
|
| ActionTaken | string |
None. |
|
| Approved | boolean |
None. |
|
| Denied | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Recieved": "2025-12-21T03:14:55.7383036-06:00",
"Response": "sample string 2",
"Occurances": 3,
"ActionTaken": "sample string 4",
"Approved": true,
"Denied": true
}
application/xml, text/xml
Sample:
<BackfillResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UEP.Core.Models"> <ActionTaken>sample string 4</ActionTaken> <Approved>true</Approved> <Denied>true</Denied> <Occurances>3</Occurances> <Recieved>2025-12-21T03:14:55.7383036-06:00</Recieved> <Response>sample string 2</Response> </BackfillResponse>
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.