GET api/documentgeneration/documentSubTypes?DocumentTypeSystemName={DocumentTypeSystemName}

Get the appropriate document sub types for a document type Processes this document generation API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DocumentTypeSystemName

The document type system name value supplied with the request.

string

Required

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

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