POST v1/GetActiveDeviceWithPackage
Get all active master_device data with package data based on permit code. (Replace: LoadAllVehicleIncludeBlockAndExpired)
Request Information
URI Parameters
None.
Body Parameters
GetActiveDeviceWithPackageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PermitCode | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"PermitCode": "sample string 1"
}
application/xml, text/xml
Sample:
<ApiRequest.GetActiveDeviceWithPackageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiTracker.Models.Struct"> <PermitCode>sample string 1</PermitCode> </ApiRequest.GetActiveDeviceWithPackageModel>
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.