Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.4 KB

ObjectEzsignpageApi.md

File metadata and controls

55 lines (35 loc) · 1.4 KB

ObjectEzsignpageApi

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Method HTTP request Description
ezsignpageConsultV1 POST /1/object/ezsignpage/{pkiEzsignpageID}/consult Consult an Ezsignpage

ezsignpageConsultV1

EzsignpageConsultV1Response ezsignpageConsultV1(pkiEzsignpageID, body)

Consult an Ezsignpage

Example

// Import classes:
//import org.openapitools.client.api.ObjectEzsignpageApi;

ObjectEzsignpageApi apiInstance = new ObjectEzsignpageApi();
Integer pkiEzsignpageID = null; // Integer | 
Object body = null; // Object | 
try {
    EzsignpageConsultV1Response result = apiInstance.ezsignpageConsultV1(pkiEzsignpageID, body);
    System.out.println(result);
} catch (ApiException e) {
    System.err.println("Exception when calling ObjectEzsignpageApi#ezsignpageConsultV1");
    e.printStackTrace();
}

Parameters

Name Type Description Notes
pkiEzsignpageID Integer [default to null]
body Object

Return type

EzsignpageConsultV1Response

Authorization

Authorization

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json