GET api/ReservationWebAPI/TravelAgentProductivityReport?PID={PID}&AgentName={AgentName}&BookingFrom={BookingFrom}&BookingTo={BookingTo}&CheckInDate={CheckInDate}&CheckOutDate={CheckOutDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PID | string |
Required |
|
| AgentName | string |
Required |
|
| BookingFrom | date |
None. |
|
| BookingTo | date |
None. |
|
| CheckInDate | date |
None. |
|
| CheckOutDate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.