v1

latestSwagger 2.02026-08-06250450289.0 KB
contacts

Update contact

put/v1/contacts/{id}

Path parameters

idnumber required

Headers

authorizationstring required

Custom Token generated from the App

Request body

namestring

Full Name of contact

emailstring

Email of contact

phonestring

Phone number of the contact

mobilestring

Mobile number of the contact

jobTitlestring

Job Title of the contact

Example request

{
  "name": "Jane Doe",
  "email": "janedoe@surveysparrow.com",
  "phone": "91234567833",
  "mobile": "1653452783",
  "jobTitle": "Manager"
}

Response

No Content