UnitTypeRatio

the UnitTypeRatio API

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/cmn/unit-type-ratio/{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

factornumber · doubleRequired

Faktor

Responses
chevron-right
200

successful operation

application/json
put
/cmn/unit-type-ratio/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/cmn/unit-type-ratio/{id}

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

factornumber · doubleRequired

Faktor

Responses
chevron-right
200

successful operation

application/json
post
/cmn/unit-type-ratio
get
Path parameters
sourceTypeAbbreviationstringRequired
targetTypeAbbreviationstringRequired
Query parameters
valuenumberRequired
Responses
chevron-right
200

OK

application/json
Responsenumber
get
/cmn/unit-type-ratio/convert/from/{sourceTypeAbbreviation}/to/{targetTypeAbbreviation}
200

OK

Last updated

Was this helpful?