PUT /contacts/update
Updates a RowContact record for the given contact data.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
contact |
the data to use when updating the existing contact record |
body of type: application/xml application/json
|
|
RowContact
|
Result
RowContact
of type:
application/xml
application/json
the updated RowContact record
Try It Out
Request