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 |
---|---|---|
ezsignbulksenddocumentmappingCreateObjectV1() | POST /1/object/ezsignbulksenddocumentmapping | Create a new Ezsignbulksenddocumentmapping |
ezsignbulksenddocumentmappingDeleteObjectV1() | DELETE /1/object/ezsignbulksenddocumentmapping/{pkiEzsignbulksenddocumentmappingID} | Delete an existing Ezsignbulksenddocumentmapping |
ezsignbulksenddocumentmappingGetObjectV2() | GET /2/object/ezsignbulksenddocumentmapping/{pkiEzsignbulksenddocumentmappingID} | Retrieve an existing Ezsignbulksenddocumentmapping |
ezsignbulksenddocumentmappingCreateObjectV1($ezsignbulksenddocumentmappingCreateObjectV1Request): \eZmaxAPI\Model\EzsignbulksenddocumentmappingCreateObjectV1Response
Create a new Ezsignbulksenddocumentmapping
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\ObjectEzsignbulksenddocumentmappingApi(
// 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
);
$ezsignbulksenddocumentmappingCreateObjectV1Request = new \eZmaxAPI\Model\EzsignbulksenddocumentmappingCreateObjectV1Request(); // \eZmaxAPI\Model\EzsignbulksenddocumentmappingCreateObjectV1Request
try {
$result = $apiInstance->ezsignbulksenddocumentmappingCreateObjectV1($ezsignbulksenddocumentmappingCreateObjectV1Request);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectEzsignbulksenddocumentmappingApi->ezsignbulksenddocumentmappingCreateObjectV1: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
ezsignbulksenddocumentmappingCreateObjectV1Request | \eZmaxAPI\Model\EzsignbulksenddocumentmappingCreateObjectV1Request |
\eZmaxAPI\Model\EzsignbulksenddocumentmappingCreateObjectV1Response
- Content-Type:
application/json
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ezsignbulksenddocumentmappingDeleteObjectV1($pkiEzsignbulksenddocumentmappingID): \eZmaxAPI\Model\EzsignbulksenddocumentmappingDeleteObjectV1Response
Delete an existing Ezsignbulksenddocumentmapping
<?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\ObjectEzsignbulksenddocumentmappingApi(
// 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
);
$pkiEzsignbulksenddocumentmappingID = 56; // int
try {
$result = $apiInstance->ezsignbulksenddocumentmappingDeleteObjectV1($pkiEzsignbulksenddocumentmappingID);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectEzsignbulksenddocumentmappingApi->ezsignbulksenddocumentmappingDeleteObjectV1: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignbulksenddocumentmappingID | int |
\eZmaxAPI\Model\EzsignbulksenddocumentmappingDeleteObjectV1Response
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ezsignbulksenddocumentmappingGetObjectV2($pkiEzsignbulksenddocumentmappingID): \eZmaxAPI\Model\EzsignbulksenddocumentmappingGetObjectV2Response
Retrieve an existing Ezsignbulksenddocumentmapping
<?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\ObjectEzsignbulksenddocumentmappingApi(
// 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
);
$pkiEzsignbulksenddocumentmappingID = 56; // int
try {
$result = $apiInstance->ezsignbulksenddocumentmappingGetObjectV2($pkiEzsignbulksenddocumentmappingID);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObjectEzsignbulksenddocumentmappingApi->ezsignbulksenddocumentmappingGetObjectV2: ', $e->getMessage(), PHP_EOL;
}
Name | Type | Description | Notes |
---|---|---|---|
pkiEzsignbulksenddocumentmappingID | int |
\eZmaxAPI\Model\EzsignbulksenddocumentmappingGetObjectV2Response
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]