POST /api/cruises/create
application/json
POST
/api/cruises/create
cURL (application/json)
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
}
Request examples
{
"name": "string",
"status": 1
}
Request examples
{
"name": "string",
"status": 1
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}