POST api/Trip/GetTripEvidenceDetails
Request Information
URI Parameters
None.
Body Parameters
clsTripEvidence| Name | Description | Type | Additional information |
|---|---|---|---|
| trip_id | integer |
None. |
|
| name | string |
None. |
|
| amount | decimal number |
None. |
|
| limit | decimal number |
None. |
|
| Total_Cost | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"trip_id": 1,
"name": "sample string 2",
"amount": 3.0,
"limit": 4.0,
"total_Cost": 5.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.