Endpoint Parameters
-
Request parameters
Name Type Origin Description AccountId String Body The account ID which the event is sent in the context of EventData PackagingEventData Body The date related to the event. EventName String Body The name of the received event. The value for this event should be :- "package.completed". ExpiresAt String Body The timestamp when the event expires. Id String Body Represents the unique identifier for the packaging complete event. IsMockEvent Boolean Body Gets or sets a value indicating whether the event is a mock event. Helpful for testing purposes. Sender String Body The service at the vendor's side that is sending the notification. Tags String [] Body Optional tags that can be included in the event. Timestamp String Body The timestamp indicating when the packaging complete event was created. -
Response Parameters
View Response CodesThere are no response parameters
-
Request Example
Request URL
POST /partnerintegration/v1/InteractiveESigning/packagingCompletedRequest Body
{ "AccountId": "stringValue", "EventData": { "ExternalId": "stringValue", "Id": "stringValue" }, "EventName": "stringValue", "ExpiresAt": "2026-06-27T21:30:13.696601Z", "Id": "stringValue", "IsMockEvent": false, "Sender": "stringValue", "Tags": [ "stringValue" ], "Timestamp": "2024-03-08T22:02:13.48299Z" }