This module is used to load all contacts by organization Id. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/Email/LoadAlltbl_ContactsByOrgID
•Allowed for-
Agent
•Json Formats-
1. Code snippet for Web Service Use-
LoadAlltbl_ContactsByOrgID()
{
“OrgId”: 59,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFAYS5jb20iLCJleHAiOjE0ODI1MDYyOTl9.DTuDBcnIQf8KrKAv5ehay4SLDukbdvP0zXTeMxt_KQo”
}
2. Description for Request Parameter-
S.No | Name | Type | Description |
1 | OrgId | Int | Id of organization |
2 | Token | String | Authentication Token |
3. Response Example-
Success:
{
“Message”: ” Successful”,
“Id”: 28,
“ContactName”: “StephenJohns”,
“Email”: “stephen.johns@etechtexas.com”,
“Address”: “Los Angeles”,
“City”: “Los Angeles”,
“State”: “California”,
“Country”: “USA”,
“ZipCode”: “”,
“Website”: “www.etechgs.com”,
“BirthDate”: “5/15/1984 7:15:47 AM”,
“Notes”: “”,
“CreatedDate”: “12/23/2016 10:17:11 AM”,
“OrgId”: 59,
“SkillId”: 337,
“IsActive”: true,
“VirtualName”: “Stephen”
}
Fail:
{“Message”:”The request is invalid.”}