POST /api/cruises/create

POST /api/cruises/create

Body

Responses

POST /api/cruises/create
curl \
 --request POST 'https://org-bay.runasp.net/api/cruises/create' \
 --header "Content-Type: application/json" \
 --data '{"name":"string","status":1}'
curl \
 --request POST 'https://org-bay.runasp.net/api/cruises/create' \
 --header "Content-Type: text/json"
curl \
 --request POST 'https://org-bay.runasp.net/api/cruises/create' \
 --header "Content-Type: application/*+json"
Request examples
{
  "name": "string",
  "status": 1
}