POST Api/NotificationDelete

Request Information

URI Parameters

None.

Body Parameters

Notification
NameDescriptionTypeAdditional information
id

integer

None.

employeeid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "employeeid": 2
}

application/xml, text/xml

Sample:
<Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SF_API.Entity.Master">
  <employeeid>2</employeeid>
  <id>1</id>
</Notification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.