POST v1/api/UploadEsignDocuments?caseId={caseId}
Upload documents to DocuSign and return envelope ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
caseId |
(Required) a unique identifier to both group calls, and to tie a Case to an Agency. |
string |
None. |
Body Parameters
UploadEsignDocumentRequestDto
UploadEsignDocumentRequestDtoName | Description | Type | Additional information |
---|---|---|---|
PolicyId | string |
None. |
|
ClientId | string |
None. |
|
Party | PartyDto |
None. |
|
UpdateFETable | boolean |
None. |
Response Information
Resource Description
SendApplicationKitToEsignResponseDto
SendApplicationKitToEsignResponseDtoName | Description | Type | Additional information |
---|---|---|---|
Results | Collection of EsignResponseDto |
None. |