Next Topic

Previous Topic

Book Contents

Update Agent Custom Field Value

Updates the value of an existing custom field.

PUT /assetmgmt/assets/{agentId}/customfields/{fieldName}

Headers

Body

Model Schema

Field

Datatype

Filterable

Sortable

key

string

 

 

value

string

 

 

Sample Request Model

[
  {
    "key": "FieldValue",
    "value": "string"
  }
]