Create a new series. POST to http://www.opencaching.com/api/series.
name - Required
Update an existing series. POST to http://www.opencaching.com/api/series/12345
where 12345 is the series_id for the series to update.
delete - Can be used to delete
the series
String
Name of the series.
String
A description of the series and the caches that will be part
of the series.
Comma separated list of OX codes.
Right now the series owner must be the geocache owner for the
geocache to be added to the series. The series will be
set to the list of geocaches provided by this parameter and
will keep the same order as they appear in the parameter.
Comma separated list of OX codes.
Right now the series owner must be the geocache owner for the
geocache to be added to the series. The list of
geocaches provided will be appended to the current list of
geocaches in the series and will keep the same order as they
appear in the parameter.
Comma separated list of OX codes.
The geocaches specified will be removed from the series.
true - Only available when updating a
series
This can be set when updating a series to delete the current
series. Be careful as this can not be reversed.