Skip to main content
POST
/
api
/
deliveries
/
{delivery_id}
/
send-now
Api Deliveries Send Now
curl --request POST \
  --url http://localhost:8080/api/deliveries/{delivery_id}/send-now
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

delivery_id
string
required

Response

Successful Response