POST api/Reports/ARCValidationErrorLog
Creates an ARC validation error log.
Request Information
URI Parameters
None.
Body Parameters
The ARC validation error log search criteria
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. |
Request 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:37:06.721975-05:00", "ClientId": 1, "ClientName": "sample string 4", "DocumentId": 1, "UpdatedBy": "sample string 5", "UpdatedDate": "2024-11-26T17:37:06.721975-05:00" }
application/xml, text/xml
<ARCValidationErrorLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Reports"> <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:37:06.721975-05:00</UpdatedDate> <ARCValidationErrorLogId>1</ARCValidationErrorLogId> <ClientId>1</ClientId> <ClientName>sample string 4</ClientName> <DateReceived>2024-11-26T17:37:06.721975-05:00</DateReceived> <DocumentId>1</DocumentId> <ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ErrorMessages> <MIN>sample string 1</MIN> <ReceivedFrom>sample string 3</ReceivedFrom> <ReceivedFromMERSOrgId>sample string 2</ReceivedFromMERSOrgId> </ARCValidationErrorLogModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.