POST api/NotifecationsAPI

Request Information

URI Parameters

None.

Body Parameters

Notifecation
NameDescriptionTypeAdditional information
Id

integer

None.

Note

string

None.

Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Note": "sample string 2",
  "Date": "2025-04-03T21:40:12.2051308-07:00"
}

application/xml, text/xml

Sample:
<Notifecation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODOAPI.Models">
  <Date>2025-04-03T21:40:12.2051308-07:00</Date>
  <Id>1</Id>
  <Note>sample string 2</Note>
</Notifecation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Notifecation
NameDescriptionTypeAdditional information
Id

integer

None.

Note

string

None.

Date

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Note": "sample string 2",
  "Date": "2025-04-03T21:40:12.2051308-07:00"
}

application/xml, text/xml

Sample:
<Notifecation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODOAPI.Models">
  <Date>2025-04-03T21:40:12.2051308-07:00</Date>
  <Id>1</Id>
  <Note>sample string 2</Note>
</Notifecation>