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