This module is used to update push URL details. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/UpdatePushURL
•Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
UpdatePushURL
{
“Token”:”sdfdsavcxdgdfFD”,
“PushURLId”: “1”,
“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 | PushURLId | Int | Id of push URL |
3 | URL | String | Push URL |
4 | Description | String | Description about URL |
5 | OrgId | Int | Id of organisation |
6 | OrganisationName | String | Name of organisation |
7 | SkillId | Int | Id of skill |
3. Response Example–
Success:
{ “Message”: ” Success” }
Fail:
{ “message”: ” The request is invalid.” }