Skip to main content
POST
/
schedule-management
/
v1
/
send_status_request
Send Status Request
curl --request POST \
  --url https://api.engrate.io/schedule-management/v1/send_status_request \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tso": "<string>",
  "sender_id": "<string>",
  "date": "<string>"
}
'
{
  "message_id": "<string>",
  "status": "<string>",
  "sent_at": "<string>",
  "next_allowed_at": "<string>",
  "error_message": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json

Request body for sending a status request to TSO.

tso
string
required
sender_id
string
required
date
string
required

Response

Successful Response

Response from status request submission.

message_id
string
required
status
string
required
sent_at
string | null
next_allowed_at
string | null
error_message
string | null