Parameters
| Name | Type | Description | Requirement |
|---|---|---|---|
| name | String | The document name | Required |
| mimetype | String | The document mimetype | Required |
| fileContent | String | The Base64 encoded document content | Required |
Example Response
{
"name": "sign test_audit_trail",
"mimetype": "application/pdf",
"fileContent": "JVBERi0xLjMKJf////8KNyAwIG9iag...UVPRgo="
}