v1
latestOpenAPI 3.0.32026-07-243003151.2 MBReplace Unit Ingestion (BETA)
This method allows the calling application to update an ingestion configuration for a unit.
Path parameters
EES AIR Unit ID.
EES AIR Ingestion ID.
Headers
Client ID, This will be provided by EES and is unique to the company calling the API.
Request Security Hash, calculated using SHA-256 function from concatenated full Request URI Path with Query String(s), Payload and Client Secret
This request HTTP header advertises which content encoding (usually a compression algorithm) the calling application is able to understand. The server selects one of the proposals, use it and informs the client of its choice with the Content-Encoding response header. Currently supported gzip and deflate, if request header not present no compression will be used.
Unique Reference for the API transaction within the calling company.
This flag denotes the number of attempts that have been made for this request.
Request body
Example request
{
"config": {
"incomingIdentifier": "unitStore"
}
}Response
OK.
Example response
{
"config": {
"incomingIdentifier": "unitStore"
},
"id": "e4886fdf-5f3e-42d0-b868-ee3768ecb0bb",
"dateCreated": "2025-10-24T10:15:24+00:00",
"lastUpdated": "2025-10-24T10:15:24+00:00"
}