POST api/GetAppointmentListByAgentId
Request Information
URI Parameters
None.
Body Parameters
AppointmentsTripListByAgentId| Name | Description | Type | Additional information |
|---|---|---|---|
| agent_id | integer |
None. |
|
| agent_name | string |
None. |
|
| appointment_id | integer |
None. |
|
| booking_reference | string |
None. |
|
| created_date | string |
None. |
|
| Total_miles | decimal number |
None. |
|
| Current_miles | decimal number |
None. |
|
| TripEvidences | Collection of TripEvidenceCategoryt |
None. |
Request Formats
application/json, text/json
Sample:
{
"agent_id": 1,
"agent_name": "sample string 2",
"appointment_id": 3,
"booking_reference": "sample string 4",
"created_date": "sample string 5",
"total_miles": 6.0,
"current_miles": 7.0,
"tripEvidences": [
{
"trip_evidence_category": 1,
"evidence_title": "sample string 2",
"evidence_standard_cost": 3
},
{
"trip_evidence_category": 1,
"evidence_title": "sample string 2",
"evidence_standard_cost": 3
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.