Uri

/services/maps/

Method

task.create

Summary

This method is used to create the task, the task requires a title at the very least.

Arguments

Parameter Data Type Notes
description alphanumeric required
key alphanumeric required
session alphanumeric required
title alphanumeric required

Example response

<?xml version="1.0" encoding="iso-8859-1" ?>
<response stat="success">
	<task id="1505" title="title" description="description"/>
</response>