EaserixDocs
DevelopersAPI referenceSignNotary

Schedule the session

Sets the session time (RFC3339, future) and an optional note for the customer.

View as Markdown
POST
/v1/notary/requests/{id}/schedule
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/notary/requests/string/schedule" \  -H "Content-Type: application/json" \  -d '{    "scheduledAt": "2019-08-24T14:15:22Z"  }'
{  "request": {    "id": "string",    "documentId": "string",    "state": "string",    "stateName": "string",    "status": "string",    "docType": "string",    "signerCity": "string",    "timingNote": "string",    "scheduledAt": "2019-08-24T14:15:22Z",    "sessionNote": "string",    "completedAt": "2019-08-24T14:15:22Z",    "created": "2019-08-24T14:15:22Z",    "notary": {      "slug": "string",      "fullName": "string",      "commissionNumber": "string",      "state": "string"    }  }}