put https://public-api.vibescm.com/companies//mobiledb/persons/
Update an existing person record using this PUT
method and the record’s unique person_key. In the request body, include any fields you’d like to update, and simply omit anything you’d like left as-is. To remove a value, you can set the value of the field to null
.
Request
Please note that you cannot edit the person_id
, timezone_source
, created_at
, or updated_at
fields; any values included in the request will be ignored. You can remove the mobile_phone
value if you specify the value as null. If an MDN is specified with a changed, non-null value, an HTTP 409 – Conflict Error
will be returned.