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": "d2fd70be-5e51-45bf-ab1f-2a61035a6070",
"DI": "8966587b-615d-4dc2-a495-5f7cfb931900",
"DC": "sample string 3",
"D": "sample string 4",
"E": true,
"AS": "2026-05-18T06:14:19.0829464+02:00",
"ASt": "2026-05-18T06:14:19.0829464+02:00"
},
{
"Id": "d2fd70be-5e51-45bf-ab1f-2a61035a6070",
"DI": "8966587b-615d-4dc2-a495-5f7cfb931900",
"DC": "sample string 3",
"D": "sample string 4",
"E": true,
"AS": "2026-05-18T06:14:19.0829464+02:00",
"ASt": "2026-05-18T06:14:19.0829464+02: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-05-18T06:14:19.0829464+02:00</AS>
<ASt>2026-05-18T06:14:19.0829464+02:00</ASt>
<D>sample string 4</D>
<DC>sample string 3</DC>
<DI>8966587b-615d-4dc2-a495-5f7cfb931900</DI>
<E>true</E>
<Id>d2fd70be-5e51-45bf-ab1f-2a61035a6070</Id>
</DeviceAssignmentListApiModel>
<DeviceAssignmentListApiModel>
<AS>2026-05-18T06:14:19.0829464+02:00</AS>
<ASt>2026-05-18T06:14:19.0829464+02:00</ASt>
<D>sample string 4</D>
<DC>sample string 3</DC>
<DI>8966587b-615d-4dc2-a495-5f7cfb931900</DI>
<E>true</E>
<Id>d2fd70be-5e51-45bf-ab1f-2a61035a6070</Id>
</DeviceAssignmentListApiModel>
</ArrayOfDeviceAssignmentListApiModel>