POST {version}/UpdateImportManagerRecord
Update Import Manager Record
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
ImportManagerRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| ImportName | string |
None. |
|
| StartedOn | string |
None. |
|
| CreatedOn | date |
None. |
|
| UpdatedOn | date |
None. |
|
| UpdatedOnStr | string |
None. |
|
| CreatedOnStr | string |
None. |
|
| RunTime | string |
None. |
|
| TotalRecords | string |
None. |
|
| Processed | integer |
None. |
|
| EstRecordsPerMinute | integer |
None. |
|
| OrginalFileName | string |
None. |
|
| ID | globally unique identifier |
None. |
|
| ErrorCount | integer |
None. |
|
| WarningCount | integer |
None. |
|
| ValidateAddress | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"ImportName": "sample string 2",
"StartedOn": "sample string 3",
"CreatedOn": "11/27/2025",
"UpdatedOn": "11/27/2025",
"UpdatedOnStr": "11/27/2025 11:26:26 PM",
"CreatedOnStr": "11/27/2025 11:26:26 PM",
"RunTime": "sample string 6",
"TotalRecords": "sample string 7",
"Processed": 8,
"EstRecordsPerMinute": 9,
"OrginalFileName": "sample string 10",
"ID": "00bee7c3-4d42-4c68-9406-47d4cb0682d1",
"ErrorCount": 12,
"WarningCount": 13,
"ValidateAddress": true
}
application/xml, text/xml
Sample:
<ImportManagerRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <CreatedOn>2025-11-27T23:26:26.3208488-05:00</CreatedOn> <ErrorCount>12</ErrorCount> <EstRecordsPerMinute>9</EstRecordsPerMinute> <ID>00bee7c3-4d42-4c68-9406-47d4cb0682d1</ID> <ImportName>sample string 2</ImportName> <OrginalFileName>sample string 10</OrginalFileName> <Processed>8</Processed> <RunTime>sample string 6</RunTime> <StartedOn>sample string 3</StartedOn> <Status>sample string 1</Status> <TotalRecords>sample string 7</TotalRecords> <UpdatedOn>2025-11-27T23:26:26.3208488-05:00</UpdatedOn> <ValidateAddress>true</ValidateAddress> <WarningCount>13</WarningCount> </ImportManagerRecord>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Updates the value of one or more properties of an Import Manager Record
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |