Retrieves the collection or delivery signature from an existing Order.
| Get | api/order/signature | 
Resource Path: /sites/{company-id}/api/order/signature
Uri: https://secure.ontime360.com/sites/{company-id}/api/order/signature
| Name | Description | Data Type | 
|---|---|---|
| orderID | The unique identifier of an Order as a Guid. | string | 
| trackingNumber | The tracking number of an Order as a String. | string | 
| signatureType | 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 | 
The response body is of type string.
returns an image as an array of unsigned bytes.| Fault | Description | 
|---|---|
| 400 | Request was improperly formatted, contained invalid data, or contained incorrect values. See response body for more information. | 
| 401 | Authorization key is invalid or no longer exists. | 
| 403 | 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. |