POST /api/v1/battalions

POST /api/v1/battalions

Body

  • name string | null

Body

  • name string | null

Body

  • name string | null

Responses

  • 200

    OK

curl \
 --request POST 'http://api.example.com/api/v1/battalions' \
 --header "Content-Type: application/json" \
 --data '{"name":"string"}'
curl \
 --request POST 'http://api.example.com/api/v1/battalions' \
 --header "Content-Type: text/json"
curl \
 --request POST 'http://api.example.com/api/v1/battalions' \
 --header "Content-Type: application/*+json"
Request examples
{
  "name": "string"
}
Request examples
{
  "name": "string"
}
Request examples
{
  "name": "string"
}