POST Api/Values/SendMessage

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SaveMessageReturnResult
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

IM_ID

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "IM_ID": 3.0
}

text/html

Sample:
{"Status":true,"Message":"sample string 2","IM_ID":3.0}

application/xml, text/xml

Sample:
<SaveMessageReturnResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">
  <IM_ID>3</IM_ID>
  <Message>sample string 2</Message>
  <Status>true</Status>
</SaveMessageReturnResult>