POST api/MPMServices/NotificationTemplate
Request Information
URI Parameters
None.
Body Parameters
NotificacionData| Name | Description | Type | Additional information |
|---|---|---|---|
| phoneUser | string |
None. |
|
| phoneBot | string |
None. |
|
| template | string |
None. |
|
| client | string |
None. |
|
| userName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"phoneUser": "sample string 1",
"phoneBot": "sample string 2",
"template": "sample string 3",
"client": "sample string 4",
"userName": "sample string 5"
}
application/xml, text/xml
Sample:
<Notificaciones.NotificacionData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPM.Models"> <client>sample string 4</client> <phoneBot>sample string 2</phoneBot> <phoneUser>sample string 1</phoneUser> <template>sample string 3</template> <userName>sample string 5</userName> </Notificaciones.NotificacionData>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |