Create Schedule by scheduleid register
POST /v1/tasks/schedule/:scheduleId/register • validated by `postTaskScheduleRegistration`
← Back to full API referencePOST/v1/tasks/schedule/:scheduleId/registerAuthentication required
- Validated by Zod schema: postTaskScheduleRegistration.
Request details
Path params
scheduleId
Required path parameter.
Query params
No explicit query schema was captured for this endpoint.
Body fields
beneficiaryId
Type: number
submission
Type: object
Default payloads
Body
{
"beneficiaryId": 1,
"submission": {}
}
Sample response
{
"success": true,
"message": "Sample response placeholder for POST /v1/tasks/schedule/:scheduleId/register"
}
Test this endpoint now
Use your own credentials and execute a live request directly from this page.
2. Select endpoint
POST/v1/tasks/schedule/:scheduleId/registerAuthentication required
Group: Tasks / Schedule
POST /v1/tasks/schedule/:scheduleId/register • validated by `postTaskScheduleRegistration`
- Validated by Zod schema: postTaskScheduleRegistration.
Body fields
- beneficiaryId
Type: number
- submission
Type: object
3. Prepare request payload
4. Server response
Run a request to inspect the real-time response for your environment.