POST api/Dashboard/Obtiene_Paradero?dLatitud={dLatitud}&dLongitud={dLongitud}&bytDireccion={bytDireccion}&RouteNumber={RouteNumber}&SystemNumber={SystemNumber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dLatitud | decimal number |
Required |
|
dLongitud | decimal number |
Required |
|
bytDireccion | byte |
Required |
|
RouteNumber | integer |
Required |
|
SystemNumber | integer |
Required |
Body Parameters
SqlConnectionName | Description | Type | Additional information |
---|---|---|---|
StatisticsEnabled | boolean |
None. |
|
AccessToken | string |
None. |
|
ConnectionString | string |
None. |
|
ConnectionTimeout | integer |
None. |
|
Database | string |
None. |
|
DataSource | string |
None. |
|
PacketSize | integer |
None. |
|
ClientConnectionId | globally unique identifier |
None. |
|
ServerVersion | string |
None. |
|
State | ConnectionState |
None. |
|
WorkstationId | string |
None. |
|
Credential | SqlCredential |
None. |
|
FireInfoMessageEventOnUserErrors | boolean |
None. |
|
Site | ISite |
None. |
|
Container | IContainer |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>