Update Contact
You can update contact from here
api/Contact/Update
Query String
Parameter | Required | Value |
---|---|---|
Request Header
Parameter | Required | Value |
---|---|---|
TokenKey | Mandatory | User Input |
Accept-Language | Optional | en-US |
Accept-Encoding | Optional | gzip |
Content-Type | Mandatory | application/json |
Request Body
Parameter | Required | Value |
---|---|---|
PWContactID | Mandatory | User Input |
CompanyName | Optional | User Input |
Address1 | Optional | User Input |
Address2 | Optional | User Input |
Mandatory | User Input | |
Fax | Optional | User Input |
FirstName | Mandatory | User Input |
LastName | Optional | User Input |
PhoneWork | Optional | User Input |
*State | Mandatory | User Input |
*Country | Mandatory | User Input |
City | Optional | User Input |
ZipCode | Optional | User Input |
*TimeZone | Mandatory | User Input |
Notes | Optional | User Input |
*Business | Optional | User Input |
*Occupation | Optional | User Input |
Remarks:
- In Request Body: fields is objects so this fields have their own properties. Below is the property info:
a. State – StateName and StateID
b. Country – CountryName and CountryID
c. TimeZone – TimeZoneName and TimeZoneID
d. Business - PropertyID and OtherValue
e. Occupation - PropertyID and OtherValue
Updated less than a minute ago