POST api/SmartRegistry/notifications/DocumentValidationFailures
Provides the ability to accept or deny eDelivered documents that didn't pass validation into the eVault.
Request Information
URI Parameters
None.
Body Parameters
The document validation failure search criteria.
ESignSystems.SmartSAFE.Models.SmartRegistry.EDeliveryDocumentValidationFailureSearchCriteriaName | Description | Type | Additional information |
---|---|---|---|
ClientId |
Gets or sets the client identifier. |
integer |
None. |
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
Sample:
{ "ClientId": 1, "PageSize": 1, "PageOffset": 1 }
application/xml, text/xml
Sample:
<EDeliveryDocumentValidationFailureSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry"> <PageOffset xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">1</PageOffset> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">1</PageSize> <ClientId>1</ClientId> </EDeliveryDocumentValidationFailureSearchCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The list of document validation failures.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.