This module helps to update the contact. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/Email/ContactUpdate
•Allowed for-
Agent
•Json Formats-
1. Code snippet for Web Service Use-
ContactUpdate
{
“Id”: 28,
“ContactName”: “StephenJohns”,
“Email”: “stephen.johns@etechtexas.com”,
“Address”: “Los Angeles”,
“City”: “Los Angeles”,
“State”: “California”,
“Country”: “USA\t”,
“ZipCode”: “56309”,
“Website”: “www.etechgs.com”,
“BirthDate”: “5/15/1984 7:15:47 AM”,
“Notes”: “Business Contact”,
“CreatedDate”: “12/23/2016 10:17:11 AM”,
“OrgId”: 59,
“SkillId”: 337,
“IsActive”: true,
“VirtualName”: “Stephen”,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFAYS5jb20iLCJleHAiOjE0ODI1MDYyOTl9.DTuDBcnIQf8KrKAv5ehay4SLDukbdvP0zXTeMxt_KQo”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Id | Int | Id of contact |
2 | ContactName | String | Contact Name |
3 | String | Email address | |
4 | Address | String | Residence address |
5 | City | String | Name of city |
6 | State | String | Name of state |
7 | Country | String | Name of country |
8 | ZipCode | String | Zip code |
9 | Website | String | Website address |
10 | Birthdate | DateTime | Date of birth |
11 | Notes | String | Notes |
12 | CreatedDate | DateTime | Current date |
13 | OrgID | Int | Id of organization |
14 | SkillId | Int | Id of skill |
15 | IsActive | Bit | Status of contact |
16 | VirtualName | String | Virtual name |
17 | Token | String | Authentication Token |
3. Response Example-
Success:
{
“Message”: “Contact has been updated successfully.”
}
Fail:
{“Message”:”The request is invalid.”}