GET api/documentgeneration/packrequiredtypes/{packid}

Get a list of the packs required types (ie all of the types required by each document in each envelope) Processes this document generation API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
packid

The packid value supplied with the request.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The enum or null if it does not exist

Collection of EnumDataContract
NameDescriptionTypeAdditional information
Id

The unique identifier of this resource.

integer

None.

Name

The name value.

string

None.

SystemName

The system name value.

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"
  }
]