Gestiono
Referencia de APITasks / Schedule

Create Schedule by scheduleid register

POST /v1/tasks/schedule/:scheduleId/register • validated by `postTaskScheduleRegistration`

← Back to full API reference
POST/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

Path params

json
{
  "scheduleId": 1
}

Query

json
{}

Body

json
{
  "beneficiaryId": 1,
  "submission": {}
}

Sample response

json
{
  "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.

1. Configure authentication for testing

You can test endpoints with signed API keys, a raw Authorization token, or browser cookies. Select one mode and fill in the required fields.

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.

Path params

  • scheduleIdrequired

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.