POST api/checkinapp/delete-driver-note

Request Information

URI Parameters

None.

Body Parameters

DriverChildNote_Delete
NameDescriptionTypeAdditional information
dbid

integer

None.

noteid

integer

None.

loginid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "dbid": 1,
  "noteid": 2,
  "loginid": 3
}

application/xml, text/xml

Sample:
<DriverChildNote_Delete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCareWebApi.Models.CheckinAppViewModels">
  <dbid>1</dbid>
  <loginid>3</loginid>
  <noteid>2</noteid>
</DriverChildNote_Delete>

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 'DriverChildNote_Delete'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.