POST api/Notification/SendNotification
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "emails": [ { "id": 1, "value": "sample string 2", "Version": 1, "RoleId": 1, "RowNumber": 1, "SalesPersonList": [ { "Selected": true, "Text": "sample string 2", "Value": "sample string 3" }, { "Selected": true, "Text": "sample string 2", "Value": "sample string 3" }, { "Selected": true, "Text": "sample string 2", "Value": "sample string 3" } ], "TotalCount": 1, "Name": "sample string 3", "Location": "sample string 4" }, { "id": 1, "value": "sample string 2", "Version": 1, "RoleId": 1, "RowNumber": 1, "SalesPersonList": [ { "Selected": true, "Text": "sample string 2", "Value": "sample string 3" }, { "Selected": true, "Text": "sample string 2", "Value": "sample string 3" }, { "Selected": true, "Text": "sample string 2", "Value": "sample string 3" } ], "TotalCount": 1, "Name": "sample string 3", "Location": "sample string 4" }, { "id": 1, "value": "sample string 2", "Version": 1, "RoleId": 1, "RowNumber": 1, "SalesPersonList": [ { "Selected": true, "Text": "sample string 2", "Value": "sample string 3" }, { "Selected": true, "Text": "sample string 2", "Value": "sample string 3" }, { "Selected": true, "Text": "sample string 2", "Value": "sample string 3" } ], "TotalCount": 1, "Name": "sample string 3", "Location": "sample string 4" } ], "Subject": "sample string 1", "Message": "sample string 2", "UserID": 3, "FirstName": "sample string 4", "LastName": "sample string 5" }
application/xml, text/xml
Sample:
<ContactEmailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models"> <FirstName>sample string 4</FirstName> <LastName>sample string 5</LastName> <Message>sample string 2</Message> <Subject>sample string 1</Subject> <UserID>3</UserID> <emails> <DropDownModel> <Location>sample string 4</Location> <Name>sample string 3</Name> <RoleId>1</RoleId> <RowNumber>1</RowNumber> <SalesPersonList xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc"> <d4p1:SelectListItem> <d4p1:Selected>true</d4p1:Selected> <d4p1:Text>sample string 2</d4p1:Text> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:SelectListItem> <d4p1:SelectListItem> <d4p1:Selected>true</d4p1:Selected> <d4p1:Text>sample string 2</d4p1:Text> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:SelectListItem> <d4p1:SelectListItem> <d4p1:Selected>true</d4p1:Selected> <d4p1:Text>sample string 2</d4p1:Text> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:SelectListItem> </SalesPersonList> <TotalCount>1</TotalCount> <Version>1</Version> <id>1</id> <value>sample string 2</value> </DropDownModel> <DropDownModel> <Location>sample string 4</Location> <Name>sample string 3</Name> <RoleId>1</RoleId> <RowNumber>1</RowNumber> <SalesPersonList xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc"> <d4p1:SelectListItem> <d4p1:Selected>true</d4p1:Selected> <d4p1:Text>sample string 2</d4p1:Text> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:SelectListItem> <d4p1:SelectListItem> <d4p1:Selected>true</d4p1:Selected> <d4p1:Text>sample string 2</d4p1:Text> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:SelectListItem> <d4p1:SelectListItem> <d4p1:Selected>true</d4p1:Selected> <d4p1:Text>sample string 2</d4p1:Text> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:SelectListItem> </SalesPersonList> <TotalCount>1</TotalCount> <Version>1</Version> <id>1</id> <value>sample string 2</value> </DropDownModel> <DropDownModel> <Location>sample string 4</Location> <Name>sample string 3</Name> <RoleId>1</RoleId> <RowNumber>1</RowNumber> <SalesPersonList xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc"> <d4p1:SelectListItem> <d4p1:Selected>true</d4p1:Selected> <d4p1:Text>sample string 2</d4p1:Text> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:SelectListItem> <d4p1:SelectListItem> <d4p1:Selected>true</d4p1:Selected> <d4p1:Text>sample string 2</d4p1:Text> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:SelectListItem> <d4p1:SelectListItem> <d4p1:Selected>true</d4p1:Selected> <d4p1:Text>sample string 2</d4p1:Text> <d4p1:Value>sample string 3</d4p1:Value> </d4p1:SelectListItem> </SalesPersonList> <TotalCount>1</TotalCount> <Version>1</Version> <id>1</id> <value>sample string 2</value> </DropDownModel> </emails> </ContactEmailModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.