GET api/documentgeneration/signableOrder/{envelopeId}

Saves or updates the envelope template for an agency Processes this document generation API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
envelopeId

The unique identifier of the envelope resource.

integer

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