All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest, except if the operation defines another base path.
| Method | HTTP request | Description |
|---|---|---|
| ezsignbulksendsignermappingCreateObjectV1() | POST /1/object/ezsignbulksendsignermapping | Create a new Ezsignbulksendsignermapping |
| ezsignbulksendsignermappingDeleteObjectV1() | DELETE /1/object/ezsignbulksendsignermapping/{pkiEzsignbulksendsignermappingID} | Delete an existing Ezsignbulksendsignermapping |
| ezsignbulksendsignermappingGetObjectV2() | GET /2/object/ezsignbulksendsignermapping/{pkiEzsignbulksendsignermappingID} | Retrieve an existing Ezsignbulksendsignermapping |
ezsignbulksendsignermappingCreateObjectV1($ezsignbulksendsignermappingCreateObjectV1Request): \eZmaxAPI\Model\EzsignbulksendsignermappingCreateObjectV1ResponseCreate a new Ezsignbulksendsignermapping
The endpoint allows to create one or many elements at once.
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: Authorization
$config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
$apiInstance = new eZmaxAPI\Api\ObjectEzsignbulksendsignermappingApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$ezsignbulksendsignermappingCreateObjectV1Request = new \eZmaxAPI\Model\EzsignbulksendsignermappingCreateObjectV1Request(); // \eZmaxAPI\Model\EzsignbulksendsignermappingCreateObjectV1Request
try {
$result = $apiInstance->ezsignbulksendsignermappingCreateObjectV1($ezsignbulksendsignermappingCreateObjectV1Request);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectEzsignbulksendsignermappingApi->ezsignbulksendsignermappingCreateObjectV1: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| ezsignbulksendsignermappingCreateObjectV1Request | \eZmaxAPI\Model\EzsignbulksendsignermappingCreateObjectV1Request |
\eZmaxAPI\Model\EzsignbulksendsignermappingCreateObjectV1Response
- Content-Type:
application/json - Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ezsignbulksendsignermappingDeleteObjectV1($pkiEzsignbulksendsignermappingID): \eZmaxAPI\Model\EzsignbulksendsignermappingDeleteObjectV1ResponseDelete an existing Ezsignbulksendsignermapping
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: Authorization
$config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
$apiInstance = new eZmaxAPI\Api\ObjectEzsignbulksendsignermappingApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$pkiEzsignbulksendsignermappingID = 56; // int
try {
$result = $apiInstance->ezsignbulksendsignermappingDeleteObjectV1($pkiEzsignbulksendsignermappingID);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectEzsignbulksendsignermappingApi->ezsignbulksendsignermappingDeleteObjectV1: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiEzsignbulksendsignermappingID | int |
\eZmaxAPI\Model\EzsignbulksendsignermappingDeleteObjectV1Response
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ezsignbulksendsignermappingGetObjectV2($pkiEzsignbulksendsignermappingID): \eZmaxAPI\Model\EzsignbulksendsignermappingGetObjectV2ResponseRetrieve an existing Ezsignbulksendsignermapping
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: Authorization
$config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKey('Authorization', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// $config = eZmaxAPI\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer');
$apiInstance = new eZmaxAPI\Api\ObjectEzsignbulksendsignermappingApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$pkiEzsignbulksendsignermappingID = 56; // int
try {
$result = $apiInstance->ezsignbulksendsignermappingGetObjectV2($pkiEzsignbulksendsignermappingID);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectEzsignbulksendsignermappingApi->ezsignbulksendsignermappingGetObjectV2: ', $e->getMessage(), PHP_EOL;
}| Name | Type | Description | Notes |
|---|---|---|---|
| pkiEzsignbulksendsignermappingID | int |
\eZmaxAPI\Model\EzsignbulksendsignermappingGetObjectV2Response
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]