For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unit Type

the UnitType API

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

einheiten typ

Possible values:
namestring · max: 255Required

einheiten name

abbreviationstring · max: 255Required

einheiten abkürzung

get/cmn/unit-types/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

einheiten typ

Possible values:
namestring · max: 255Required

einheiten name

abbreviationstring · max: 255Required

einheiten abkürzung

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

einheiten typ

Possible values:
namestring · max: 255Required

einheiten name

abbreviationstring · max: 255Required

einheiten abkürzung

put/cmn/unit-types/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
contextstringOptional

message context

messageValuestringOptional

message

delete/cmn/unit-types/{id}

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

einheiten typ

Possible values:
namestring · max: 255Required

einheiten name

abbreviationstring · max: 255Required

einheiten abkürzung

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

einheiten typ

Possible values:
namestring · max: 255Required

einheiten name

abbreviationstring · max: 255Required

einheiten abkürzung

post/cmn/unit-types

Last updated

Was this helpful?