POST api/FDMS

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

NotificationDataModel
NameDescriptionTypeAdditional information
Message

string

None.

Response

string

None.

NotificationId

integer

None.

CompId

string

None.

NotificationHead

string

None.

NotificationMsg

string

None.

NotificationDate

string

None.

NFileName

string

None.

enterBy

string

None.

ByteData

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Response": "sample string 2",
  "NotificationId": 3,
  "CompId": "sample string 4",
  "NotificationHead": "sample string 5",
  "NotificationMsg": "sample string 6",
  "NotificationDate": "sample string 7",
  "NFileName": "sample string 8",
  "enterBy": "sample string 9",
  "ByteData": "QEA="
}

application/xml, text/xml

Sample:
<NotificationDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIFileAndData.Models">
  <ByteData>QEA=</ByteData>
  <CompId>sample string 4</CompId>
  <Message>sample string 1</Message>
  <NFileName>sample string 8</NFileName>
  <NotificationDate>sample string 7</NotificationDate>
  <NotificationHead>sample string 5</NotificationHead>
  <NotificationId>3</NotificationId>
  <NotificationMsg>sample string 6</NotificationMsg>
  <Response>sample string 2</Response>
  <enterBy>sample string 9</enterBy>
</NotificationDataModel>