OnTime REST API
OnTime REST API / REST Endpoints Resource Group / api/order/signature (Get)
In This Topic
    Getapi/order/signature
    In This Topic

    Resource Path: /sites/{company-id}/api/order/signature

    Uri: https://secure.ontime360.com/sites/{company-id}/api/order/signature

    Description
    Retrieves the collection or delivery signature from an existing Order.
    Parameters
    NameDescriptionData Type
    The unique identifier of an Order as a Guid.string
    The tracking number of an Order as a String.string
    The type of signature to return as a pre-defined String, or as a pre-defined Integer.
    If no value is specified for signatureType, a default value of Delivery, or 1, is used instead.

    Signature Types: 0 - Collection 1 - Delivery (Default) Available Values: [Collection, Delivery]
    string
    200 Response

    The response body is of type string.

    returns an image as an array of unsigned bytes.
    Fault Responses
    FaultDescription
    Request was improperly formatted, contained invalid data, or contained incorrect values. See response body for more information.
    Authorization key is invalid or no longer exists.
    Authorization key does not have permission to perform this action, or does not have permission to access the requested data. See response body for more information.
    See Also