POST api/checkinapp/delete-driver-note
Request Information
URI Parameters
None.
Body Parameters
DriverChildNote_DeleteName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.