POST api/mobile/devicedetail
Get device assignment detail
Request Information
URI Parameters
None.
Body Parameters
globally unique identifierRequest Formats
application/json, text/json
Sample:
"d38654f7-bf58-4ec9-87fb-8c30f3f84ca4"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d38654f7-bf58-4ec9-87fb-8c30f3f84ca4</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DeviceAssignmentDetail
DeviceAssignmentDetailApiModelName | 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": "7b332e06-f11f-4f9c-ab30-b5bdfac91a21", "DC": "sample string 2", "D": "sample string 3", "TM": [ { "RD": "2025-04-04T01:17:02.2431524+02: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-04-04T01:17:02.2431524+02: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>7b332e06-f11f-4f9c-ab30-b5bdfac91a21</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-04-04T01:17:02.2431524+02: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-04-04T01:17:02.2431524+02:00</RD> <SC>64</SC> <T>2.1</T> </ApiTrackingMessageViewModel> </TM> </DeviceAssignmentDetailApiModel>