POST api/Notifications/SendNotifications_UKusers
Request Information
URI Parameters
None.
Body Parameters
ManageNotifications| Name | Description | Type | Additional information | 
|---|---|---|---|
| Condition | string | None. | |
| Custid | string | None. | |
| Name | string | None. | |
| MobileNumber | string | None. | |
| string | None. | ||
| Message | string | None. | |
| Ntype | string | None. | |
| Dids | string | None. | |
| LoginId | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "Condition": "sample string 1",
  "Custid": "sample string 2",
  "Name": "sample string 3",
  "MobileNumber": "sample string 4",
  "Email": "sample string 5",
  "Message": "sample string 6",
  "Ntype": "sample string 7",
  "Dids": "sample string 8",
  "LoginId": "sample string 9"
}
        application/xml, text/xml
            Sample:
        <ManageNotifications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL"> <Condition>sample string 1</Condition> <Custid>sample string 2</Custid> <Dids>sample string 8</Dids> <Email>sample string 5</Email> <LoginId>sample string 9</LoginId> <Message>sample string 6</Message> <MobileNumber>sample string 4</MobileNumber> <Name>sample string 3</Name> <Ntype>sample string 7</Ntype> </ManageNotifications>
application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | None. | |
| Content | HttpContent | None. | |
| StatusCode | HttpStatusCode | None. | |
| ReasonPhrase | string | None. | |
| Headers | Collection of Object | None. | |
| RequestMessage | HttpRequestMessage | None. | |
| IsSuccessStatusCode | boolean | None. |