| Parameter |
Values |
Description |
| id |
string (read only) |
The equipment's ID |
| activityID |
integer (required) |
The equipment's preferred activity ID. |
| brandName |
string (required) |
The equipment's manufacturer name |
| modelName |
string (required) |
The equipment's model name. |
| serial |
string |
A unique string to allow the user to differentiate between two items
of the same model. |
| size |
FootwearSize |
The size of the equipment. |
| gender |
Gender |
The gender of the equipment. |
| price |
Money |
The cost of the equipment. |
| initialDistance |
Distance |
The initial distance of the equipment before it is added
to the user's training log. |
| distance |
Distance (read only) |
The total distance of the equipment, including the
initialDistance. |
| purchaseDate |
Date |
The purchase date of the equipment. |
| retireDate |
Date |
The date when the user no longer uses the equipment. If a retirement
date is defined, it should be hidden from the user. |
| notes |
string |
The user's notes for the equipment. |
| url |
string (readonly) |
This equipment's url on RunningAHEAD.com. |