GET api/Horaris?StopOrigin={StopOrigin}&StopDestination={StopDestination}&Date={Date}&TimeOrigin={TimeOrigin}&TimeDestination={TimeDestination}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StopOrigin | integer |
Required |
|
| StopDestination | integer |
Required |
|
| Date | string |
Required |
|
| TimeOrigin | string |
Required |
|
| TimeDestination | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of HorariModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OriginID | integer |
None. |
|
| DestinationID | integer |
None. |
|
| Line | integer |
None. |
|
| TimeOrigin | string |
None. |
|
| TimeDestination | string |
None. |
|
| TotalTime | integer |
None. |
|
| TransStopID | integer |
None. |
|
| TransLine | integer |
None. |
|
| TransTimeOrigin | string |
None. |
|
| TransTimeDestination | string |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.