POST api/Notification/Create
Request Information
URI Parameters
None.
Body Parameters
CreateNotificationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Type | string |
None. |
|
| Title | string |
None. |
|
| Message | string |
None. |
|
| Metadata | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"Type": "sample string 2",
"Title": "sample string 3",
"Message": "sample string 4",
"Metadata": "sample string 5"
}
application/xml, text/xml
Sample:
<CreateNotificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOS_N_TOW_API.Models"> <Message>sample string 4</Message> <Metadata>sample string 5</Metadata> <Title>sample string 3</Title> <Type>sample string 2</Type> <UserId>1</UserId> </CreateNotificationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.