POST api/Signatures/PostDriverSig
Request Information
URI Parameters
None.
Body Parameters
DriverSignaturePost| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKey | string |
None. |
|
| TabletID | string |
None. |
|
| DriverID | integer |
None. |
|
| DriverNumber | string |
None. |
|
| VehicleID | integer |
None. |
|
| VehicleNumber | string |
None. |
|
| Signature | string |
None. |
|
| LinkID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"APIKey": "sample string 1",
"TabletID": "sample string 2",
"DriverID": 3,
"DriverNumber": "sample string 4",
"VehicleID": 5,
"VehicleNumber": "sample string 6",
"Signature": "sample string 7",
"LinkID": "sample string 8"
}
application/xml, text/xml
Sample:
<SignaturesModel.DriverSignaturePost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models"> <APIKey>sample string 1</APIKey> <DriverID>3</DriverID> <DriverNumber>sample string 4</DriverNumber> <LinkID>sample string 8</LinkID> <Signature>sample string 7</Signature> <TabletID>sample string 2</TabletID> <VehicleID>5</VehicleID> <VehicleNumber>sample string 6</VehicleNumber> </SignaturesModel.DriverSignaturePost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.