POST api/mobile/v1/addnotifications

Request Information

URI Parameters

None.

Body Parameters

TBL_NOTIFICATIONS
NameDescriptionTypeAdditional information
NOTIFICATIONS_ID

integer

None.

NOTIFICATIONS_NAME

string

None.

NOTIFICATIONS_TITLE

string

None.

NOTIFICATIONS_IMAGE

string

None.

NOTIFICATIONS_MESSAGE

string

None.

NOTIFICATIONS_IDENTIFIER

string

None.

ENTRY_DATE

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "NOTIFICATIONS_ID": 1,
  "NOTIFICATIONS_NAME": "sample string 2",
  "NOTIFICATIONS_TITLE": "sample string 3",
  "NOTIFICATIONS_IMAGE": "sample string 4",
  "NOTIFICATIONS_MESSAGE": "sample string 5",
  "NOTIFICATIONS_IDENTIFIER": "sample string 6",
  "ENTRY_DATE": "sample string 7"
}

application/xml, text/xml

Sample:
<TBL_NOTIFICATIONS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SenbokAPI.Models">
  <ENTRY_DATE>sample string 7</ENTRY_DATE>
  <NOTIFICATIONS_ID>1</NOTIFICATIONS_ID>
  <NOTIFICATIONS_IDENTIFIER>sample string 6</NOTIFICATIONS_IDENTIFIER>
  <NOTIFICATIONS_IMAGE>sample string 4</NOTIFICATIONS_IMAGE>
  <NOTIFICATIONS_MESSAGE>sample string 5</NOTIFICATIONS_MESSAGE>
  <NOTIFICATIONS_NAME>sample string 2</NOTIFICATIONS_NAME>
  <NOTIFICATIONS_TITLE>sample string 3</NOTIFICATIONS_TITLE>
</TBL_NOTIFICATIONS>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TBL_NOTIFICATIONS'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.