POST
/
api
/
v1
/
unit_roles
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "role": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>",
    "namePlural": "<string>",
    "position": 123,
    "options": [
      "<string>"
    ],
    "chartName": "<string>"
  }
}

Body

The new UnitRole resource

Response

201
application/ld+json

UnitRole resource created