POST api/Reports/ARCValidationErrorLogSearch
Allows a user to search for ARC validation error logs.
Request Information
URI Parameters
None.
Body Parameters
The ARC validation error log search criteria
ESignSystems.SmartSAFE.Models.Reports.ARCValidationErrorLogSearchCriteriaName | Description | Type | Additional information |
---|---|---|---|
MIN |
Gets or sets the MIN. |
string |
Max length: 18 |
ClientId |
Gets or sets the client identifier. |
integer |
None. |
ReceivedFromMERSOrgId |
Gets or sets which MERS organization the document was received from. |
string |
Max length: 7 |
StartDate |
Gets or sets the start date. |
date |
Required |
EndDate |
Gets or sets the end date. |
date |
Required |
PageSize |
Gets or sets the number of rows in the page. |
integer |
Range: inclusive between 1 and 2147483647 |
PageOffset |
Gets or sets the offset page to return. |
integer |
None. |
Request Formats
application/json, text/json
{ "MIN": "sample string 1", "ClientId": 1, "ReceivedFromMERSOrgId": "sample string 2", "StartDate": "2024-11-26T17:24:57.0023256-05:00", "EndDate": "2024-11-26T17:24:57.0023256-05:00", "PageSize": 1, "PageOffset": 3 }
application/xml, text/xml
<ARCValidationErrorLogSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Reports"> <PageOffset xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">3</PageOffset> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">1</PageSize> <ClientId>1</ClientId> <EndDate>2024-11-26T17:24:57.0023256-05:00</EndDate> <MIN>sample string 1</MIN> <ReceivedFromMERSOrgId>sample string 2</ReceivedFromMERSOrgId> <StartDate>2024-11-26T17:24:57.0023256-05:00</StartDate> </ARCValidationErrorLogSearchCriteria>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The list of ARC validation error logs resulting from the search.
Collection of ESignSystems.SmartSAFE.Models.Reports.ARCValidationErrorLogModelName | Description | Type | Additional information |
---|---|---|---|
ARCValidationErrorLogId |
Gets or sets the ARC validation error log identifier. |
integer |
None. |
MIN |
Gets or sets the MIN. |
string |
Required Max length: 18 |
ErrorMessages |
Gets or sets the error messages. |
Collection of string |
None. |
ReceivedFromMERSOrgId |
Gets or sets which MERS organization the document was received from. |
string |
Max length: 7 |
ReceivedFrom |
Gets or sets which MERS organization the document was received from. |
string |
None. |
DateReceived |
Gets or sets the date the document was received. |
date |
Required |
ClientId |
Gets or sets the client identifier. |
integer |
Required |
ClientName |
Gets or sets the client name. |
string |
None. |
DocumentId |
Gets or sets the document identifier. |
integer |
None. |
UpdatedBy |
Gets or sets the name of the user that updated the model. |
string |
None. |
UpdatedDate |
Gets or sets the date an time that the model was updated. |
date |
None. |
Response Formats
application/json, text/json
[ { "ARCValidationErrorLogId": 1, "MIN": "sample string 1", "ErrorMessages": [ "sample string 1", "sample string 2" ], "ReceivedFromMERSOrgId": "sample string 2", "ReceivedFrom": "sample string 3", "DateReceived": "2024-11-26T17:24:57.0023256-05:00", "ClientId": 1, "ClientName": "sample string 4", "DocumentId": 1, "UpdatedBy": "sample string 5", "UpdatedDate": "2024-11-26T17:24:57.0023256-05:00" }, { "ARCValidationErrorLogId": 1, "MIN": "sample string 1", "ErrorMessages": [ "sample string 1", "sample string 2" ], "ReceivedFromMERSOrgId": "sample string 2", "ReceivedFrom": "sample string 3", "DateReceived": "2024-11-26T17:24:57.0023256-05:00", "ClientId": 1, "ClientName": "sample string 4", "DocumentId": 1, "UpdatedBy": "sample string 5", "UpdatedDate": "2024-11-26T17:24:57.0023256-05:00" } ]
application/xml, text/xml
<ArrayOfARCValidationErrorLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Reports"> <ARCValidationErrorLogModel> <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">sample string 5</UpdatedBy> <UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">2024-11-26T17:24:57.0023256-05:00</UpdatedDate> <ARCValidationErrorLogId>1</ARCValidationErrorLogId> <ClientId>1</ClientId> <ClientName>sample string 4</ClientName> <DateReceived>2024-11-26T17:24:57.0023256-05:00</DateReceived> <DocumentId>1</DocumentId> <ErrorMessages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:string>sample string 1</d3p1:string> <d3p1:string>sample string 2</d3p1:string> </ErrorMessages> <MIN>sample string 1</MIN> <ReceivedFrom>sample string 3</ReceivedFrom> <ReceivedFromMERSOrgId>sample string 2</ReceivedFromMERSOrgId> </ARCValidationErrorLogModel> <ARCValidationErrorLogModel> <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">sample string 5</UpdatedBy> <UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">2024-11-26T17:24:57.0023256-05:00</UpdatedDate> <ARCValidationErrorLogId>1</ARCValidationErrorLogId> <ClientId>1</ClientId> <ClientName>sample string 4</ClientName> <DateReceived>2024-11-26T17:24:57.0023256-05:00</DateReceived> <DocumentId>1</DocumentId> <ErrorMessages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:string>sample string 1</d3p1:string> <d3p1:string>sample string 2</d3p1:string> </ErrorMessages> <MIN>sample string 1</MIN> <ReceivedFrom>sample string 3</ReceivedFrom> <ReceivedFromMERSOrgId>sample string 2</ReceivedFromMERSOrgId> </ARCValidationErrorLogModel> </ArrayOfARCValidationErrorLogModel>