This module has been designed to add new push URL. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/AddPushURL
•Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use–
AddPushURL
{
“Token”:”sdfdsavcxdgdfFD”,
“URL”:”http:www.enterice.com”,
“Description”:”Website”,
“OrgId”:59
“OrganisationName”: “ICE”,
“SkillId”:”123″
}
2. Description for Request Parameters-
| S.No | Name | Type | Description |
| 1 | Token | String | Authentication Token |
| 2 | URL | String | Push URL |
| 3 | Description | String | Description about URL |
| 4 | OrgId | Int | Id of organisation |
| 5 | OrganisationName | String | Name of organisation |
| 6 | SkillId | Int | Id of skill |
3. Response Example–
Success:
{ “Message”: ” Success”,
“PushURLId”:1
}
Fail:
{ “message”: ” Failed” }