POST Notification/InsertCommonMessageMaster
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Message |
None. |
||
Category |
None. |
||
MobileLink |
None. |
||
DesktopLink |
None. |
Request Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Category": "sample string 2", "MobileLink": "sample string 3", "DesktopLink": "sample string 4" }
application/xml, text/xml
Sample:
<CommonMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillPortal.Data.Models"> <Category>sample string 2</Category> <DesktopLink>sample string 4</DesktopLink> <Message>sample string 1</Message> <MobileLink>sample string 3</MobileLink> </CommonMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.