Update an Equipment Property
You can update the details of a property for a specific equipment instance.
Request Parameters
The following parameter must be specified in the request.
Parameter | Type | Required | Description |
---|---|---|---|
propertyName | String | Y | Update the details of the named property. |
Where <id> is the unique identifier for the equipment instance.
HTTP Method | PUT |
URL | https://serverName:port/ProficyWebApi/Equipment/<id>?propertyName=<property name> |
Return Value | Updates the details of the named property for the specified equipment instance |
Message Body |
Property details are provided in JSON format in the message body.
|
Response Body | The response to a successful update is a status of 200 OK. |