Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

a list of row imported results.

Collection of ImportResult
NameDescriptionTypeAdditional information
AppId

integer

None.

ErrorCode

ErrorCodeEnum

None.

ErrorMessage

string

None.

LoanNumber

string

None.

Operation

PerformedActionEnum

None.

RowId

integer

None.

Status

StatusEnum

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AppId": 1,
    "ErrorCode": "Integrity",
    "ErrorMessage": "sample String 1",
    "LoanNumber": "sample String 2",
    "Operation": "Inserted",
    "RowId": 3,
    "Status": "Success"
  },
  {
    "AppId": 1,
    "ErrorCode": "Integrity",
    "ErrorMessage": "sample String 1",
    "LoanNumber": "sample String 2",
    "Operation": "Inserted",
    "RowId": 3,
    "Status": "Success"
  }
]

text/html

Sample:
[{"AppId":1,"ErrorCode":"Integrity","ErrorMessage":"sample String 1","LoanNumber":"sample String 2","Operation":"Inserted","RowId":3,"Status":"Success"},{"AppId":1,"ErrorCode":"Integrity","ErrorMessage":"sample String 1","LoanNumber":"sample String 2","Operation":"Inserted","RowId":3,"Status":"Success"}]

application/xml, text/xml

Sample:
<ArrayOfImportResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ImportResult>
    <AppId>1</AppId>
    <ErrorCode>Integrity</ErrorCode>
    <ErrorMessage>sample String 1</ErrorMessage>
    <LoanNumber>sample String 2</LoanNumber>
    <Operation>Inserted</Operation>
    <RowId>3</RowId>
    <Status>Success</Status>
  </ImportResult>
  <ImportResult>
    <AppId>1</AppId>
    <ErrorCode>Integrity</ErrorCode>
    <ErrorMessage>sample String 1</ErrorMessage>
    <LoanNumber>sample String 2</LoanNumber>
    <Operation>Inserted</Operation>
    <RowId>3</RowId>
    <Status>Success</Status>
  </ImportResult>
</ArrayOfImportResult>