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
| Field | Required | Description |
|---|---|---|
| sharedId | Yes | Type: string |
| date | Yes | Type: string |
| startTime | Yes | Type: string |
| timeZone | Yes | Type: string |
| formData | Yes | Type: 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"
}