The module is designed to get contact information. The Service URL of this module is given by the following link-
https://www.enterice.com/ICEAPI/api/Email/GetContactInformation
•Allowed for-
Agent
•Json Formats-
1. Code snippet for Web Service Use-
GetContactInformation(LoadContactByPrimaryKey)
{
“ID”: 28,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFAYS5jb20iLCJleHAiOjE0ODI3Njc1MTN9.UI7JPAYNvx1AJCEvZP9kpxXrqji21HODACh6wb1LV0I”
}
2. Description for Request Parameter-
S.No | Name | Type | Description |
1 | Id | Int | Id of contact person |
2 | Token | String | Authentication Token |
3. Response Example-
Success:
{
“Message”: “Success”,
“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”: “1984-05-15T07:15:47”,
“Notes”: “Business Contact”,
“CreatedDate”: “2016-12-23T10:24:07.067”,
“OrgId”: 128,
“SkillId”: 337,
“IsActive”: true,
“VirtualName”: “Stephen”
}
Fail:
{“Message”:”The request is invalid.”}