Summary

Updates properties of the specified thin client

Resource URL

/v3/thinclients/{tcId}

Example Request

curl \

--request PUT \

--header "Content-type: application/json" \

--data '{"name":"reception thin client", \

"site":"main campus"}' \

https://[server]:8443/umsapi/v3/thinclients/123

Request Path Variables

Name

Type

Mandatory

Description

id

String

yes

thin client ID


Request Body

Name

Type

Mandatory

Description

name

String

no

thin client name

site

String

no

site of operation

department

String

no

department

costCenter

String

no

cost center

lastIP

String

no

last known IP of thin client

comment

String

no

comment field

assetID

String

no

asset ID

inserviceDate

String

no


serialNumber

String

no

serial number of thin client


Response Type

Returns a success message.


Example Response

{

"message": "Update successful"

}