POST api/delete_note
Request Information
URI Parameters
None.
Body Parameters
NoteDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| notes_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"notes_id": 1
}
application/xml, text/xml
Sample:
<NoteDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dbAfficeHr.Models"> <notes_id>1</notes_id> </NoteDeleteRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.