GetDeliverySetup
Overview
The GetDeliverySetup operation is used to retrieve the delivery setup information for a transaction.
| Method | URL | Description |
|---|---|---|
| GET | /api/v1/Document/account/{accountId}/deliver/{transactionId} | The GET method retrieves delivery setup for a given generate request. |
| Name | Type | Constraints | Description |
|---|---|---|---|
| accountId | integer | required | Account associated with the delivery setup for a particular financial institution. |
| transactionId | integer | required | An identifier assigned by the Expere Document Services solution for the document request event. This ID is used for request tracking purposes |
Sample Request:
{
"request": {
"transactionIdentifier": "string",
"passthroughIdentifier": "string",
"recipients": [
{
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "string",
"zip": "string",
"countryCode": "string",
"mailingMethod": [
"USPSFirstClass"
]
}
],
"returnAddress": {
"name": "string",
"businessName": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "string",
"zip": "string",
"countryCode": "string"
}
}
}
| Code | Description |
|---|---|
| 200 | Successful
response Example: |
| 400 | Bad request |
| 401 | Not Authorized |
| 403 | Forbidden |
| 500 | Server
error Example: |