GET api/documentgeneration/packsupportedsendmethods/{packid}
Get a list of the supported sending methods for a correspondence (ie all of the types required by each document in each envelope)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| packid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The enum or null if it does not exist
Collection of EnumDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| SystemName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
{
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
}
]