Next Topic

Previous Topic

Book Contents

Add Agent Custom Field

Adds a new agent custom field.

POST /assetmgmt/assets/customfields

Headers

Body

Model Schema

Field

Datatype

Filterable

Sortable

key

string

 

 

value

string

 

 

Sample Request Model

[
{ "key": "FieldName", "value": "YourNewFieldName" }
,

{ "key": "FieldType", "value": "string" }
]