POST api/mobile/devicedetail
Get device assignment detail
Request Information
URI Parameters
None.
Body Parameters
globally unique identifierRequest Formats
application/json, text/json
Sample:
"b4755cf9-d995-461f-85ce-eedb0234b19d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b4755cf9-d995-461f-85ce-eedb0234b19d</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DeviceAssignmentDetail
DeviceAssignmentDetailApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| DC | string |
None. |
|
| D | string |
None. |
|
| TM | Collection of ApiTrackingMessageViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "0e37b116-6193-4739-bdd4-45c524a7ab4a",
"DC": "sample string 2",
"D": "sample string 3",
"TM": [
{
"RD": "2025-11-05T06:11:07.3842641+01:00",
"MT": 1,
"T": 2.1,
"H": 3,
"P": 4,
"AX": 5.1,
"AY": 6.1,
"AZ": 7.1,
"La": 8.1,
"Lo": 9.1,
"SC": 64,
"PF": 0,
"LS": 11.1,
"F3D": 12,
"MFI": true,
"DA": true
},
{
"RD": "2025-11-05T06:11:07.3842641+01:00",
"MT": 1,
"T": 2.1,
"H": 3,
"P": 4,
"AX": 5.1,
"AY": 6.1,
"AZ": 7.1,
"La": 8.1,
"Lo": 9.1,
"SC": 64,
"PF": 0,
"LS": 11.1,
"F3D": 12,
"MFI": true,
"DA": true
}
]
}
application/xml, text/xml
Sample:
<DeviceAssignmentDetailApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Deufol.CPCNL.BLL.Models.ApiModels">
<D>sample string 3</D>
<DC>sample string 2</DC>
<Id>0e37b116-6193-4739-bdd4-45c524a7ab4a</Id>
<TM>
<ApiTrackingMessageViewModel>
<AX>5.1</AX>
<AY>6.1</AY>
<AZ>7.1</AZ>
<DA>true</DA>
<F3D>12</F3D>
<H>3</H>
<LS>11.1</LS>
<La>8.1</La>
<Lo>9.1</Lo>
<MFI>true</MFI>
<MT>Tracking</MT>
<P>4</P>
<PF>FixUNDF</PF>
<RD>2025-11-05T06:11:07.3842641+01:00</RD>
<SC>64</SC>
<T>2.1</T>
</ApiTrackingMessageViewModel>
<ApiTrackingMessageViewModel>
<AX>5.1</AX>
<AY>6.1</AY>
<AZ>7.1</AZ>
<DA>true</DA>
<F3D>12</F3D>
<H>3</H>
<LS>11.1</LS>
<La>8.1</La>
<Lo>9.1</Lo>
<MFI>true</MFI>
<MT>Tracking</MT>
<P>4</P>
<PF>FixUNDF</PF>
<RD>2025-11-05T06:11:07.3842641+01:00</RD>
<SC>64</SC>
<T>2.1</T>
</ApiTrackingMessageViewModel>
</TM>
</DeviceAssignmentDetailApiModel>