POST api/businessTrip/travelOrder/costs/document/delete
Request Information
URI Parameters
None.
Body Parameters
FleetDocumentDelete| Name | Description | Type | Additional information |
|---|---|---|---|
| docId | integer |
None. |
|
| refId | integer |
None. |
|
| usr_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"docId": 1,
"refId": 2,
"usr_id": 3
}
application/xml, text/xml
Sample:
<FleetDocumentDelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <docId>1</docId> <refId>2</refId> <usr_id>3</usr_id> </FleetDocumentDelete>
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.