Gestiono
Referencia de APITasks / Schedule

Create Schedule link submit

← Back to full API reference
POST/v1/tasks/schedule/link/submitPublic
  • Validated by Zod schema: postTaskScheduleLinkSubmit.
  • This endpoint can be called without an authenticated session.

Request details

Body fields

FieldRequiredDescription
sharedIdYesType: string
dateYesType: string
startTimeYesType: string
timeZoneYesType: string
formDataYesType: object

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "sharedId": "00000000-0000-0000-0000-000000000000",
  "date": "string",
  "startTime": "string",
  "timeZone": "string",
  "formData": {}
}

Sample response

json
{
  "success": true,
  "message": "Sample response placeholder for POST /v1/tasks/schedule/link/submit"
}