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": "c6a1057c-52c6-42f9-b0d6-7d96d9e3fa73",
"DI": "42989ec3-1c81-4b0f-ad2a-1f4103dc4371",
"DC": "sample string 3",
"D": "sample string 4",
"E": true,
"AS": "2026-06-23T16:10:19.4447317+02:00",
"ASt": "2026-06-23T16:10:19.4447317+02:00"
},
{
"Id": "c6a1057c-52c6-42f9-b0d6-7d96d9e3fa73",
"DI": "42989ec3-1c81-4b0f-ad2a-1f4103dc4371",
"DC": "sample string 3",
"D": "sample string 4",
"E": true,
"AS": "2026-06-23T16:10:19.4447317+02:00",
"ASt": "2026-06-23T16:10:19.4447317+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-06-23T16:10:19.4447317+02:00</AS>
<ASt>2026-06-23T16:10:19.4447317+02:00</ASt>
<D>sample string 4</D>
<DC>sample string 3</DC>
<DI>42989ec3-1c81-4b0f-ad2a-1f4103dc4371</DI>
<E>true</E>
<Id>c6a1057c-52c6-42f9-b0d6-7d96d9e3fa73</Id>
</DeviceAssignmentListApiModel>
<DeviceAssignmentListApiModel>
<AS>2026-06-23T16:10:19.4447317+02:00</AS>
<ASt>2026-06-23T16:10:19.4447317+02:00</ASt>
<D>sample string 4</D>
<DC>sample string 3</DC>
<DI>42989ec3-1c81-4b0f-ad2a-1f4103dc4371</DI>
<E>true</E>
<Id>c6a1057c-52c6-42f9-b0d6-7d96d9e3fa73</Id>
</DeviceAssignmentListApiModel>
</ArrayOfDeviceAssignmentListApiModel>