juha test api

Base URI

http://api.service.io/{version}
version
string optional
methods_group
mygroup
Data Reference
Product
Object
product_id
string nullable

Unique identifier representing a specific product for a given latitude & longitude. For example, uberX in San Francisco will have a different product_id than uberX in Los Angeles.

description
string nullable

Description of product.

display_name
string nullable

Display name of product.

capacity
string nullable

Capacity of product. For example, 4 people.

image
string nullable

Image URL representing the product.

PriceEstimate
Object
product_id
string nullable

Unique identifier representing a specific product for a given latitude & longitude. For example, uberX in San Francisco will have a different product_id than uberX in Los Angeles

currency_code
string nullable

ISO 4217 currency code.

display_name
string nullable

Display name of product.

estimate
string nullable

Formatted string of estimate in local currency of the start location. Estimate could be a range, a single number (flat rate) or “Metered” for TAXI.

low_estimate
number nullable

Lower bound of the estimated price.

high_estimate
number nullable

Upper bound of the estimated price.

surge_multiplier
number nullable

Expected surge multiplier. Surge is active if surge_multiplier is greater than 1. Price estimate already factors in the surge multiplier.

Profile
Object
first_name
string nullable

First name of the Uber user.

last_name
string nullable

Last name of the Uber user.

email
string nullable

Email address of the Uber user

picture
string nullable

Image URL of the Uber user.

promo_code
string nullable

Promo code of the Uber user.

Activity
Object
uuid
string nullable

Unique identifier for the activity

Types: Activities
Activities
Object
offset
integer nullable

Position in pagination.

limit
integer nullable

Number of items to retrieve (100 max).

count
integer nullable

Total number of items available.

history
Array of Activity nullable
Error
Object
code
integer nullable
message
string nullable
fields
string nullable