POST api/SmartRegistry/notifications/Confirm/Batch
Provides the ability to accept or reject pending eRegistry notifications .
Request Information
URI Parameters
None.
Body Parameters
The pending notifications.
ESignSystems.SmartSAFE.Models.SmartRegistry.ConfirmPendingNotificationName | Description | Type | Additional information |
---|---|---|---|
ConfirmPendingNotificationDetails |
Gets or sets the list of confirm pending notification details. |
Collection of ESignSystems.SmartSAFE.Models.SmartRegistry.ConfirmPendingNotificationDetail |
None. |
ERegistryConfirmationTypeId |
Gets or sets the eRegistry confirmation type id. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ConfirmPendingNotificationDetails": [ { "EDeliveryTrackingNumber": "sample string 1", "TransferIdentifier": "sample string 2", "ClientId": 1 }, { "EDeliveryTrackingNumber": "sample string 1", "TransferIdentifier": "sample string 2", "ClientId": 1 } ], "ERegistryConfirmationTypeId": 1 }
application/xml, text/xml
Sample:
<ConfirmPendingNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry"> <ConfirmPendingNotificationDetails> <ConfirmPendingNotificationDetail> <ClientId>1</ClientId> <EDeliveryTrackingNumber>sample string 1</EDeliveryTrackingNumber> <TransferIdentifier>sample string 2</TransferIdentifier> </ConfirmPendingNotificationDetail> <ConfirmPendingNotificationDetail> <ClientId>1</ClientId> <EDeliveryTrackingNumber>sample string 1</EDeliveryTrackingNumber> <TransferIdentifier>sample string 2</TransferIdentifier> </ConfirmPendingNotificationDetail> </ConfirmPendingNotificationDetails> <ERegistryConfirmationTypeId>1</ERegistryConfirmationTypeId> </ConfirmPendingNotification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.