openapi: 3.0.3 info: title: BoldSign Branding Document API version: '1' description: BoldSign eSignature REST API for sending documents for electronic signature, managing reusable templates, tracking envelope status, embedding signing and requesting workflows into third-party applications. Supports API key and OAuth 2.0 authentication. Regional endpoints available for US, EU, CA, and AU. contact: name: BoldSign Support url: https://developers.boldsign.com/ email: support@boldsign.com license: name: Proprietary url: https://boldsign.com/terms-of-use/ termsOfService: https://boldsign.com/terms-of-use/ servers: - url: https://api.boldsign.com description: US production - url: https://eu.boldsign.com description: EU production - url: https://ca.boldsign.com description: CA production - url: https://au.boldsign.com description: AU production security: - Bearer: [] - X-API-KEY: [] tags: - name: Document paths: /v1/document/send: post: tags: - Document summary: Sends the document for sign. operationId: SendDocument requestBody: description: The send for sign request body. content: application/json: schema: $ref: '#/components/schemas/SendForSign' multipart/form-data: schema: $ref: '#/components/schemas/SendForSign' application/x-www-form-urlencoded: schema: $ref: '#/components/schemas/SendForSign' responses: '201': description: Created content: application/json: schema: $ref: '#/components/schemas/DocumentCreated' '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '400': description: Bad Request content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '422': description: Unprocessable Content content: application/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/extendExpiry: patch: tags: - Document summary: Extends the expiration date of the document. operationId: ExtendExpiry parameters: - name: documentId in: query required: true schema: title: String type: string requestBody: description: The new expiry value should be specified in yyyy-MM-dd format for days type, ISO date time format for specific date time and integer for hours type. content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ExtendExpiry' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ExtendExpiry' application/xml: schema: $ref: '#/components/schemas/ExtendExpiry' text/plain: schema: $ref: '#/components/schemas/ExtendExpiry' application/json-patch+json: schema: $ref: '#/components/schemas/ExtendExpiry' text/json: schema: $ref: '#/components/schemas/ExtendExpiry' application/*+json: schema: $ref: '#/components/schemas/ExtendExpiry' responses: '200': description: OK '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/createEmbeddedRequestUrl: post: tags: - Document summary: Generates a send URL which embeds document sending process into your application. operationId: CreateEmbeddedRequestUrlDocument requestBody: description: The embedded send document request body. content: application/json: schema: $ref: '#/components/schemas/EmbeddedDocumentRequest' multipart/form-data: schema: $ref: '#/components/schemas/EmbeddedDocumentRequest' application/x-www-form-urlencoded: schema: $ref: '#/components/schemas/EmbeddedDocumentRequest' responses: '201': description: Created content: application/json: schema: $ref: '#/components/schemas/EmbeddedSendCreated' '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '400': description: Bad Request content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '422': description: Unprocessable Content content: application/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/createEmbeddedEditUrl: post: tags: - Document summary: Generates an embedded edit URL that allows the document editing process to be integrated into your application. operationId: createEmbeddedEditUrl parameters: - name: documentId in: query required: true schema: title: String type: string requestBody: description: The embedded edit document request body. content: application/json: schema: $ref: '#/components/schemas/EmbeddedDocumentEditJsonRequest' multipart/form-data: schema: $ref: '#/components/schemas/EmbeddedDocumentEditJsonRequest' application/x-www-form-urlencoded: schema: $ref: '#/components/schemas/EmbeddedDocumentEditJsonRequest' responses: '201': description: Created content: application/json: schema: $ref: '#/components/schemas/EmbeddedDocumentEdited' '400': description: Bad Request content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '422': description: Unprocessable Content content: application/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/list: get: tags: - Document summary: List user documents. operationId: ListDocuments parameters: - name: SentBy in: query schema: title: List`1 type: array items: title: String type: string - name: Recipients in: query schema: title: List`1 type: array items: title: String type: string - name: TransmitType in: query schema: title: TransmitType enum: - Sent - Received - Both type: string - name: DateFilterType in: query description: Date Filter as SentBetween and ExpiresOn. schema: title: DateFilterType enum: - SentBetween - Expiring type: string - name: PageSize in: query description: Page size specified in get document list request. schema: title: Int32 type: integer format: int32 default: 10 - name: Page in: query description: Page index specified in get document list request. required: true schema: title: Int32 type: integer format: int32 default: 1 - name: StartDate in: query description: Start date of the document schema: title: Nullable`1 type: string format: date-time - name: Status in: query description: Status of the document such as In-progress, Completed, Decline, Expired, Revoked, Draft. schema: title: List`1 type: array items: title: Status enum: - None - WaitingForMe - WaitingForOthers - NeedAttention - Completed - Declined - Revoked - Expired - Draft - Scheduled type: string - name: EndDate in: query description: End date of the document schema: title: Nullable`1 type: string format: date-time - name: SearchKey in: query description: Documents can be listed by the search key present in the document like document title, document ID, sender or recipient(s) name, etc., schema: title: String type: string - name: Labels in: query description: Labels of the document. schema: title: IEnumerable`1 type: array items: title: String type: string - name: NextCursor in: query description: Next cursor value for pagination, required for fetching the next set of documents beyond 10,000 records. schema: title: Nullable`1 type: integer format: int64 - name: BrandIds in: query description: BrandId(s) of the document. schema: title: List`1 type: array items: title: String type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/DocumentRecords' '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/teamlist: get: tags: - Document summary: Get user Team documents. operationId: TeamDocuments parameters: - name: UserId in: query description: UserId of the Team document. schema: title: List`1 type: array items: title: String type: string - name: TeamId in: query description: TeamId of the Team document. schema: title: List`1 type: array items: title: String type: string - name: TransmitType in: query description: Transmit type as Sent, Received and Both. schema: title: TransmitType enum: - Sent - Received - Both type: string - name: DateFilterType in: query description: Date Filter as SentBetween and Expiring. schema: title: DateFilterType enum: - SentBetween - Expiring type: string - name: PageSize in: query description: Page size specified in get document list request. schema: title: Int32 type: integer format: int32 default: 10 - name: Page in: query description: Page index specified in get document list request. required: true schema: title: Int32 type: integer format: int32 default: 1 - name: StartDate in: query description: Start date of the document schema: title: Nullable`1 type: string format: date-time - name: Status in: query description: Status of the document such as In-progress, Completed, Decline, Expired, Revoked, Draft. schema: title: List`1 type: array items: title: Status enum: - None - WaitingForMe - WaitingForOthers - NeedAttention - Completed - Declined - Revoked - Expired - Draft - Scheduled type: string - name: EndDate in: query description: End date of the document schema: title: Nullable`1 type: string format: date-time - name: SearchKey in: query description: Documents can be listed by the search key present in the document like document title, document ID, sender or recipient(s) name, etc., schema: title: String type: string - name: Labels in: query description: Labels of the document. schema: title: IEnumerable`1 type: array items: title: String type: string - name: NextCursor in: query description: Next cursor value for pagination, required for fetching the next set of documents beyond 10,000 records. schema: title: Nullable`1 type: integer format: int64 - name: BrandIds in: query description: BrandId(s) of the document. schema: title: List`1 type: array items: title: String type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/TeamDocumentRecords' '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/behalfList: get: tags: - Document summary: Gets the behalf documents. operationId: BehalfDocuments parameters: - name: PageType in: query description: The filter used to differentiate between documents sent on the user's behalf and documents sent by the user on behalf of others. The API will return documents based on the specified value. schema: title: PageType enum: - BehalfOfOthers - BehalfOfMe type: string - name: EmailAddress in: query description: The sender identity's email used to filter the documents returned in the API. The API will return documents that were sent on behalf of the specified email address. schema: title: List`1 type: array items: title: String type: string - name: Signers in: query description: A list of signer email addresses used to filter the documents returned in the API. The API will return documents where the signer's email address matches one of the email addresses provided in this list schema: title: List`1 type: array items: title: String type: string - name: PageSize in: query description: Page size specified in get document list request. schema: title: Int32 type: integer format: int32 default: 10 - name: Page in: query description: Page index specified in get document list request. required: true schema: title: Int32 type: integer format: int32 default: 1 - name: StartDate in: query description: Start date of the document schema: title: Nullable`1 type: string format: date-time - name: Status in: query description: Status of the document such as In-progress, Completed, Decline, Expired, Revoked, Draft. schema: title: List`1 type: array items: title: Status enum: - None - WaitingForMe - WaitingForOthers - NeedAttention - Completed - Declined - Revoked - Expired - Draft - Scheduled type: string - name: EndDate in: query description: End date of the document schema: title: Nullable`1 type: string format: date-time - name: SearchKey in: query description: Documents can be listed by the search key present in the document like document title, document ID, sender or recipient(s) name, etc., schema: title: String type: string - name: Labels in: query description: Labels of the document. schema: title: IEnumerable`1 type: array items: title: String type: string - name: NextCursor in: query description: Next cursor value for pagination, required for fetching the next set of documents beyond 10,000 records. schema: title: Nullable`1 type: integer format: int64 - name: BrandIds in: query description: BrandId(s) of the document. schema: title: List`1 type: array items: title: String type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/BehalfDocumentRecords' '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/properties: get: tags: - Document summary: Get summary of the document. operationId: GetDocumentProperties parameters: - name: documentId in: query required: true schema: title: String type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/DocumentProperties' '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorResult' x-operation-name: GetProperties /v1/document/download: get: tags: - Document summary: Download the document. operationId: DownloadDocument parameters: - name: documentId in: query required: true schema: title: String type: string - name: onBehalfOf in: query schema: title: String type: string responses: '200': description: OK content: application/json;odata.metadata=minimal;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/xml: schema: title: FileStreamResult type: string format: binary text/plain: schema: title: FileStreamResult type: string format: binary application/octet-stream: schema: title: FileStreamResult type: string format: binary text/json: schema: title: FileStreamResult type: string format: binary '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/downloadAttachment: get: tags: - Document summary: Download the Attachment. operationId: DownloadAttachment parameters: - name: documentId in: query required: true schema: title: String type: string - name: attachmentId in: query required: true schema: title: String type: string - name: onBehalfOf in: query schema: title: String type: string responses: '200': description: OK content: application/json;odata.metadata=minimal;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/xml: schema: title: FileStreamResult type: string format: binary text/plain: schema: title: FileStreamResult type: string format: binary application/octet-stream: schema: title: FileStreamResult type: string format: binary text/json: schema: title: FileStreamResult type: string format: binary '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/downloadAuditLog: get: tags: - Document summary: Download the audit trail document. operationId: DownloadAuditLog parameters: - name: documentId in: query required: true schema: title: String type: string - name: onBehalfOf in: query schema: title: String type: string responses: '200': description: OK content: application/json;odata.metadata=minimal;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=true: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=false: schema: title: FileStreamResult type: string format: binary application/json: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=full;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.metadata=none;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=true;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=true;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=false;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;odata.streaming=false;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/json;IEEE754Compatible=false: schema: title: FileStreamResult type: string format: binary application/json;IEEE754Compatible=true: schema: title: FileStreamResult type: string format: binary application/xml: schema: title: FileStreamResult type: string format: binary text/plain: schema: title: FileStreamResult type: string format: binary application/octet-stream: schema: title: FileStreamResult type: string format: binary text/json: schema: title: FileStreamResult type: string format: binary '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/revoke: post: tags: - Document summary: Revoke the document. operationId: RevokeDocument parameters: - name: documentId in: query required: true schema: title: String type: string requestBody: description: RevokeDetails. content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RevokeDocument' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RevokeDocument' application/xml: schema: $ref: '#/components/schemas/RevokeDocument' text/plain: schema: $ref: '#/components/schemas/RevokeDocument' application/json-patch+json: schema: $ref: '#/components/schemas/RevokeDocument' text/json: schema: $ref: '#/components/schemas/RevokeDocument' application/*+json: schema: $ref: '#/components/schemas/RevokeDocument' required: true responses: '204': description: No Content '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/delete: delete: tags: - Document summary: Delete the document. operationId: DeleteDocument parameters: - name: documentId in: query required: true schema: title: String type: string - name: deletePermanently in: query schema: title: Boolean type: boolean default: false responses: '204': description: No Content '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/remind: post: tags: - Document summary: Send reminder to pending signers. operationId: RemindDocument parameters: - name: documentId in: query required: true schema: title: String type: string - name: receiverEmails in: query schema: title: String[] type: array items: title: String type: string requestBody: description: Reminder Message for signers. content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ReminderMessage' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ReminderMessage' application/xml: schema: $ref: '#/components/schemas/ReminderMessage' text/plain: schema: $ref: '#/components/schemas/ReminderMessage' application/json-patch+json: schema: $ref: '#/components/schemas/ReminderMessage' text/json: schema: $ref: '#/components/schemas/ReminderMessage' application/*+json: schema: $ref: '#/components/schemas/ReminderMessage' responses: '204': description: No Content '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/changeAccessCode: patch: tags: - Document summary: Changes the access code for the given document signer. operationId: ChangeAccessCode parameters: - name: DocumentId in: query required: true schema: title: String type: string - name: EmailId in: query schema: title: String type: string - name: ZOrder in: query schema: title: Nullable`1 type: integer format: int32 requestBody: description: The new access code. content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetails' application/xml: schema: $ref: '#/components/schemas/AccessCodeDetails' text/plain: schema: $ref: '#/components/schemas/AccessCodeDetails' application/json-patch+json: schema: $ref: '#/components/schemas/AccessCodeDetails' text/json: schema: $ref: '#/components/schemas/AccessCodeDetails' application/*+json: schema: $ref: '#/components/schemas/AccessCodeDetails' required: true responses: '204': description: No Content '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/changeRecipient: patch: tags: - Document summary: Change recipient details of a document. operationId: ChangeRecipient parameters: - name: documentId in: query required: true schema: title: String type: string requestBody: description: The new recipient details. content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ChangeRecipient' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ChangeRecipient' application/xml: schema: $ref: '#/components/schemas/ChangeRecipient' text/plain: schema: $ref: '#/components/schemas/ChangeRecipient' application/json-patch+json: schema: $ref: '#/components/schemas/ChangeRecipient' text/json: schema: $ref: '#/components/schemas/ChangeRecipient' application/*+json: schema: $ref: '#/components/schemas/ChangeRecipient' required: true responses: '204': description: No Content '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/getEmbeddedSignLink: get: tags: - Document summary: Get sign link for Embedded Sign. operationId: GetEmbeddedSignLink parameters: - name: DocumentId in: query required: true schema: title: String type: string - name: SignerEmail in: query schema: title: String type: string - name: CountryCode in: query schema: title: String type: string - name: PhoneNumber in: query schema: title: String type: string - name: SignLinkValidTill in: query schema: title: Nullable`1 type: string format: date-time - name: RedirectUrl in: query schema: title: Uri type: string format: uri responses: '200': description: OK content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/xml: schema: $ref: '#/components/schemas/EmbeddedSigningLink' text/plain: schema: $ref: '#/components/schemas/EmbeddedSigningLink' application/octet-stream: schema: $ref: '#/components/schemas/EmbeddedSigningLink' text/json: schema: $ref: '#/components/schemas/EmbeddedSigningLink' '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/addTags: patch: tags: - Document summary: Add the Tags in Documents. operationId: AddDocumentTag requestBody: description: Contains DocumentId and LabelNames for Adding Tags. content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/DocumentTags' application/json: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/xml: schema: $ref: '#/components/schemas/DocumentTags' text/plain: schema: $ref: '#/components/schemas/DocumentTags' application/json-patch+json: schema: $ref: '#/components/schemas/DocumentTags' text/json: schema: $ref: '#/components/schemas/DocumentTags' application/*+json: schema: $ref: '#/components/schemas/DocumentTags' responses: '200': description: OK '400': description: Bad Request content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' x-operation-name: AddTag /v1/document/deleteTags: delete: tags: - Document summary: Delete the Tags in Documents. operationId: DeleteDocumentTag requestBody: description: Contains DocumentId and LabelNames for Adding Tags. content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/DocumentTags' application/json: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/DocumentTags' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/DocumentTags' application/xml: schema: $ref: '#/components/schemas/DocumentTags' text/plain: schema: $ref: '#/components/schemas/DocumentTags' application/json-patch+json: schema: $ref: '#/components/schemas/DocumentTags' text/json: schema: $ref: '#/components/schemas/DocumentTags' application/*+json: schema: $ref: '#/components/schemas/DocumentTags' responses: '200': description: OK '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '400': description: Bad Request content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' x-operation-name: DeleteTag /v1/document/RemoveAuthentication: patch: tags: - Document summary: Remove the access code for the given document signer. operationId: RemoveAuthentication parameters: - name: DocumentId in: query description: Document ID of the signature request required: true schema: title: String type: string requestBody: description: To remove access code. content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/RemoveAuthentication' application/xml: schema: $ref: '#/components/schemas/RemoveAuthentication' text/plain: schema: $ref: '#/components/schemas/RemoveAuthentication' application/json-patch+json: schema: $ref: '#/components/schemas/RemoveAuthentication' text/json: schema: $ref: '#/components/schemas/RemoveAuthentication' application/*+json: schema: $ref: '#/components/schemas/RemoveAuthentication' responses: '204': description: No Content '401': description: Unauthorized content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/ErrorResult' application/json: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/ErrorResult' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/ErrorResult' application/xml: schema: $ref: '#/components/schemas/ErrorResult' text/plain: schema: $ref: '#/components/schemas/ErrorResult' application/octet-stream: schema: $ref: '#/components/schemas/ErrorResult' text/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/addAuthentication: patch: tags: - Document summary: The add authentication to recipient. operationId: AddAuthentication parameters: - name: documentId in: query required: true schema: title: String type: string requestBody: description: Access code details. content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/AccessCodeDetail' application/xml: schema: $ref: '#/components/schemas/AccessCodeDetail' text/plain: schema: $ref: '#/components/schemas/AccessCodeDetail' application/json-patch+json: schema: $ref: '#/components/schemas/AccessCodeDetail' text/json: schema: $ref: '#/components/schemas/AccessCodeDetail' application/*+json: schema: $ref: '#/components/schemas/AccessCodeDetail' responses: '200': description: OK '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/prefillFields: patch: tags: - Document summary: Updates the value (prefill) of the fields in the document. operationId: PrefillFields parameters: - name: documentId in: query required: true schema: title: String type: string requestBody: description: The prefill field request. content: application/json;odata.metadata=minimal;odata.streaming=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=minimal;odata.streaming=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=minimal: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=full;odata.streaming=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=full;odata.streaming=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=full: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=none;odata.streaming=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=none;odata.streaming=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=none: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.streaming=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.streaming=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=minimal;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=minimal;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=minimal;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=full;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=full;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=full;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=full;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=none;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=none;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=none;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.metadata=none;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.streaming=true;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.streaming=true;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.streaming=false;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;odata.streaming=false;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;IEEE754Compatible=false: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json;IEEE754Compatible=true: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/xml: schema: $ref: '#/components/schemas/PrefillFieldRequest' text/plain: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/json-patch+json: schema: $ref: '#/components/schemas/PrefillFieldRequest' text/json: schema: $ref: '#/components/schemas/PrefillFieldRequest' application/*+json: schema: $ref: '#/components/schemas/PrefillFieldRequest' required: true responses: '200': description: OK '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/draftSend: post: tags: - Document summary: Sends a draft-status document out for signature. operationId: DraftSend parameters: - name: documentId in: query required: true schema: title: String type: string responses: '201': description: Created '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/edit: put: tags: - Document summary: Edit and updates an existing document. operationId: EditDocument parameters: - name: documentId in: query required: true schema: title: String type: string requestBody: description: Edit document JSON request. content: application/json: schema: $ref: '#/components/schemas/EditDocumentRequest' multipart/form-data: schema: $ref: '#/components/schemas/EditDocumentRequest' application/x-www-form-urlencoded: schema: $ref: '#/components/schemas/EditDocumentRequest' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/DocumentEdited' '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '400': description: Bad Request content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '422': description: Unprocessable Content content: application/json: schema: $ref: '#/components/schemas/ErrorResult' /v1/document/cancelEditing: post: tags: - Document summary: Cancels editing for a document that is currently in edit-mode. operationId: cancelEditing parameters: - name: documentId in: query required: true schema: title: String type: string - name: onBehalfOf in: query schema: title: String type: string responses: '200': description: OK '400': description: Bad Request content: application/json: schema: $ref: '#/components/schemas/ErrorResult' '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorResult' components: schemas: FormulaFieldSettings: title: FormulaFieldSettings type: object properties: formulaExpression: title: String type: string nullable: true decimalPrecision: title: Int32 type: integer format: int32 default: 0 additionalProperties: false TextTagOffset: title: TextTagOffset type: object properties: offsetX: title: Double type: number format: double offsetY: title: Double type: number format: double additionalProperties: false AuthenticationSettings: title: AuthenticationSettings type: object properties: authenticationFrequency: title: Nullable`1 enum: - None - EveryAccess - UntilSignCompleted - OncePerDocument type: string nullable: true additionalProperties: false DocumentCC: title: DocumentCC required: - emailAddress type: object properties: emailAddress: title: String minLength: 1 type: string additionalProperties: false FormField: title: FormField required: - bounds - fieldType - pageNumber type: object properties: id: title: String type: string nullable: true name: title: String type: string nullable: true fieldType: title: FieldType enum: - Signature - Initial - CheckBox - TextBox - Label - DateSigned - RadioButton - Image - Attachment - EditableDate - Hyperlink - Dropdown - Title - Company - Formula - Drawing type: string pageNumber: title: Int32 type: integer format: int32 bounds: $ref: '#/components/schemas/Rectangle' isRequired: title: Boolean type: boolean isReadOnly: title: Boolean type: boolean value: title: String type: string nullable: true fontSize: title: Single minimum: 0 type: number format: float font: title: FontFamily enum: - Helvetica - Courier - TimesRoman - NotoSans - Carlito type: string fontHexColor: title: String type: string nullable: true isBoldFont: title: Boolean type: boolean isItalicFont: title: Boolean type: boolean isUnderLineFont: title: Boolean type: boolean lineHeight: title: Int32 maximum: 2147483647 minimum: 0 type: integer format: int32 characterLimit: title: Int32 maximum: 2147483647 minimum: 0 type: integer format: int32 groupName: title: String type: string nullable: true label: title: String type: string nullable: true placeHolder: title: String type: string nullable: true validationType: title: ValidationType enum: - None - NumbersOnly - EmailAddress - Currency - CustomRegex type: string validationCustomRegex: title: String type: string nullable: true validationCustomRegexMessage: title: String type: string nullable: true dateFormat: title: String type: string nullable: true timeFormat: title: String type: string nullable: true imageInfo: $ref: '#/components/schemas/ImageInfo' attachmentInfo: $ref: '#/components/schemas/AttachmentInfo' editableDateFieldSettings: $ref: '#/components/schemas/EditableDateFieldSettings' hyperlinkText: title: String type: string nullable: true conditionalRules: title: IEnumerable`1 type: array items: $ref: '#/components/schemas/ConditionalRule' nullable: true dataSyncTag: title: String type: string nullable: true dropdownOptions: title: String[] type: array items: title: String type: string nullable: true textAlign: title: TextAlign enum: - Left - Center - Right type: string textDirection: title: TextDirection enum: - LTR - RTL type: string characterSpacing: title: Single type: number format: float backgroundHexColor: title: String type: string nullable: true tabIndex: title: Nullable`1 maximum: 2147483647 minimum: -1 type: integer format: int32 nullable: true formulaFieldSettings: $ref: '#/components/schemas/FormulaFieldSettings' resizeOption: title: Nullable`1 enum: - GrowVertically - GrowHorizontally - GrowBoth - Fixed - AutoResizeFont type: string nullable: true allowEditFormField: title: Nullable`1 type: boolean nullable: true allowDeleteFormField: title: Nullable`1 type: boolean nullable: true collaborationSettings: $ref: '#/components/schemas/CollaborationSettings' isMasked: title: Nullable`1 type: boolean default: false nullable: true isDefaultValueRequired: title: Nullable`1 type: boolean nullable: true additionalProperties: false PageDetails: title: PageDetails type: object properties: pageSize: title: Int32 type: integer format: int32 page: title: Int32 type: integer format: int32 totalRecordsCount: title: Int32 type: integer format: int32 totalPages: title: Int32 type: integer format: int32 sortedColumn: title: String type: string nullable: true sortDirection: title: String type: string nullable: true additionalProperties: false DocumentCcDetails: title: DocumentCcDetails type: object properties: emailAddress: title: String type: string nullable: true isViewed: title: Boolean type: boolean default: false additionalProperties: false DocumentSignerDetails: title: DocumentSignerDetails type: object properties: id: title: String type: string nullable: true signerName: title: String type: string nullable: true signerRole: title: String type: string nullable: true signerEmail: title: String type: string nullable: true status: title: SignerStatus enum: - None - NotCompleted - Completed - Declined - Revoked - Expired type: string enableAccessCode: title: Boolean type: boolean isAuthenticationFailed: title: Nullable`1 type: boolean default: false nullable: true enableEmailOTP: title: Boolean type: boolean authenticationType: title: AuthenticationType enum: - None - EmailOTP - AccessCode - SMSOTP - IdVerification type: string isDeliveryFailed: title: Boolean type: boolean default: false isViewed: title: Boolean type: boolean default: false order: title: Int32 type: integer format: int32 default: 0 signerType: title: SignerType enum: - Signer - Reviewer - InPersonSigner type: string default: Signer hostEmail: title: String type: string nullable: true hostName: title: String type: string nullable: true isReassigned: title: Boolean type: boolean privateMessage: title: String type: string nullable: true allowFieldConfiguration: title: Boolean type: boolean formFields: title: DocumentFormFields[] type: array items: $ref: '#/components/schemas/DocumentFormFields' nullable: true language: title: Languages enum: - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 type: integer description:
Description:
Description:
Description: