Click or drag to resize
POST /sign?id=<id>&from=<starttime>&to=<endtime>&submission_time=<submissiontime>
Print this page
Description

This service is used to sign any unsigned events within the specified range using the signature whose id is specified in the URL.

The submission_time parameter specifies when the event was signed, which determines which signature is the latest. Specify the time in ISO 8601 format.

Request

No request body is used for this service because the signature is indicated by the URL.

Response

On success, the response body is the signature object with only the id field completed:

Member Type Purpose
id string Uniquely identifies the signature data. When set, it indicates that an event has been signed by a driver.
data string Contains the binary signature data encoded as Base64. The specification for encoding binary signature data is as follows:

Signature data begins with a header section, followed by a number of point collections. To reconstruct the signature, each of these point collections must be rendered in turn with connecting line segments.

If the request fails, an Error Response is generated.