POST api/mobile/devicelist
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DeviceAssignmentListApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| DI | globally unique identifier |
None. |
|
| DC | string |
None. |
|
| D | string |
None. |
|
| E | boolean |
None. |
|
| AS | date |
None. |
|
| ASt | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "0f8a7244-2f1d-4530-82b9-6121cccffe15",
"DI": "72a05c52-3d90-4f13-94be-9ab050ad734e",
"DC": "sample string 3",
"D": "sample string 4",
"E": true,
"AS": "2026-02-05T21:21:26.2051184+01:00",
"ASt": "2026-02-05T21:21:26.2051184+01:00"
},
{
"Id": "0f8a7244-2f1d-4530-82b9-6121cccffe15",
"DI": "72a05c52-3d90-4f13-94be-9ab050ad734e",
"DC": "sample string 3",
"D": "sample string 4",
"E": true,
"AS": "2026-02-05T21:21:26.2051184+01:00",
"ASt": "2026-02-05T21:21:26.2051184+01:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfDeviceAssignmentListApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Deufol.CPCNL.BLL.Models.ApiModels">
<DeviceAssignmentListApiModel>
<AS>2026-02-05T21:21:26.2051184+01:00</AS>
<ASt>2026-02-05T21:21:26.2051184+01:00</ASt>
<D>sample string 4</D>
<DC>sample string 3</DC>
<DI>72a05c52-3d90-4f13-94be-9ab050ad734e</DI>
<E>true</E>
<Id>0f8a7244-2f1d-4530-82b9-6121cccffe15</Id>
</DeviceAssignmentListApiModel>
<DeviceAssignmentListApiModel>
<AS>2026-02-05T21:21:26.2051184+01:00</AS>
<ASt>2026-02-05T21:21:26.2051184+01:00</ASt>
<D>sample string 4</D>
<DC>sample string 3</DC>
<DI>72a05c52-3d90-4f13-94be-9ab050ad734e</DI>
<E>true</E>
<Id>0f8a7244-2f1d-4530-82b9-6121cccffe15</Id>
</DeviceAssignmentListApiModel>
</ArrayOfDeviceAssignmentListApiModel>