Contact fields REST Endpoints

Application/1.0/Contact fields
Contact fields are the fields associated with a specific contact asset. Learn more about contact fields.
Create a contact field
Method: post
Path: /api/REST/1.0/assets/contact/field
Delete a contact field
Method: delete
Path: /api/REST/1.0/assets/contact/field/{id}
Retrieve a contact field
Method: get
Path: /api/REST/1.0/assets/contact/field/{id}
Retrieve a list of contact fields
Method: get
Path: /api/REST/1.0/assets/contact/fields
Update a contact field
Method: put
Path: /api/REST/1.0/assets/contact/field/{id}