Scheduler Service
Scheduler Service
Create a schedule
1min
POST
HEADER PARAMETERS
X-COREOS-ACCESS
string
*Core-os access token
X-COREOS-APPID
string
*Core-os app ud
X-COREOS-REQUEST-ID
string
*Unique request id.
X-COREOS-TID
string
*Example: delhivery1234
Tenant id
BODY PARAMETERS
body
CreateScheduleRequest
*endpointUrl
string
*Example: https://example.com/trigger
signatureKey
string
*Example: abcdefghijklmnopqrstuvwxyz0123456789
payload
object
Example: {"key1":"value1"}
startDate
string
*Example: 2023-08-30
endDate
string
Example: 2023-08-30
cron
string
*Example: * * * * *
RESPONSES
201
Successful operation
ScheduleResponse
schedule
object
*error
object
*400
Bad Request
ScheduleErrorResponse
Example: {"schedule":{},"error":{"code":400,"description":"Bad Request","additionalInfo":"EndDate can not be before StartDate"}}
schedule
object
*error
object
*

Updated 05 Oct 2023
Did this page help you?