POST
/
api
/
v1
/
unit_types
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "namePlural": "<string>",
  "roles": [
    "https://example.com/"
  ],
  "tenant": "https://example.com/",
  "discriminator": "<string>",
  "isLocal": true,
  "parentUnitType": "https://example.com/",
  "unitTypes": [
    "https://example.com/"
  ],
  "hasUserType": true
}

Body

The new UnitType resource

Response

201
application/ld+json

UnitType resource created