POST
/
v1
/
sv
/
manual_period_delivery
curl --request POST \
  --url https://api.orderly.org/v1/sv/manual_period_delivery \
  --header 'Content-Type: application/json' \
  --data '{
  "plan_id": "<string>"
}'
{
  "success": true,
  "timestamp": 1702989203989
}

Query Parameters

account_id
string
required
orderly_key
string
required
orderly_signature
string
required

Body

application/json

Response

200 - application/json

Success

The response is of type object.