POST {version}/UpdateImportManagerRecord

Update Import Manager Record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

ImportManagerRecord
NameDescriptionTypeAdditional 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": "10/16/2024",
  "UpdatedOn": "10/16/2024",
  "UpdatedOnStr": "10/16/2024 12:19:01 PM",
  "CreatedOnStr": "10/16/2024 12:19:01 PM",
  "RunTime": "sample string 6",
  "TotalRecords": "sample string 7",
  "Processed": 8,
  "EstRecordsPerMinute": 9,
  "OrginalFileName": "sample string 10",
  "ID": "4cef8038-21c3-45b7-97f4-d5f4c8eb7e6f",
  "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>2024-10-16T12:19:01.887493-04:00</CreatedOn>
  <ErrorCount>12</ErrorCount>
  <EstRecordsPerMinute>9</EstRecordsPerMinute>
  <ID>4cef8038-21c3-45b7-97f4-d5f4c8eb7e6f</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>2024-10-16T12:19:01.887493-04: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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.