Reschedule

Reschedule Process videoconference

POST https://biometridon.polygon.pt/api/processes/:id/reschedule

This endpoint allows you to reschedule a process videoconference.

Path Parameters

Name
Type
Description

id

string

ID of the process to get

Headers

Name
Type
Description

Content-Type

string

application/json

Authorization

string

Authentication user token

{
  "data": {},
  "meta": {
    "message": "Process rescheduled with success."
  },
  "status": true
}

Last updated

Was this helpful?