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": "76e74bf5-d378-415e-8166-f3e09e0feccf",
"DI": "5df949a1-ffce-4b00-b7e3-b85f4e68e82b",
"DC": "sample string 3",
"D": "sample string 4",
"E": true,
"AS": "2025-11-05T06:11:07.605007+01:00",
"ASt": "2025-11-05T06:11:07.605007+01:00"
},
{
"Id": "76e74bf5-d378-415e-8166-f3e09e0feccf",
"DI": "5df949a1-ffce-4b00-b7e3-b85f4e68e82b",
"DC": "sample string 3",
"D": "sample string 4",
"E": true,
"AS": "2025-11-05T06:11:07.605007+01:00",
"ASt": "2025-11-05T06:11:07.605007+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>2025-11-05T06:11:07.605007+01:00</AS>
<ASt>2025-11-05T06:11:07.605007+01:00</ASt>
<D>sample string 4</D>
<DC>sample string 3</DC>
<DI>5df949a1-ffce-4b00-b7e3-b85f4e68e82b</DI>
<E>true</E>
<Id>76e74bf5-d378-415e-8166-f3e09e0feccf</Id>
</DeviceAssignmentListApiModel>
<DeviceAssignmentListApiModel>
<AS>2025-11-05T06:11:07.605007+01:00</AS>
<ASt>2025-11-05T06:11:07.605007+01:00</ASt>
<D>sample string 4</D>
<DC>sample string 3</DC>
<DI>5df949a1-ffce-4b00-b7e3-b85f4e68e82b</DI>
<E>true</E>
<Id>76e74bf5-d378-415e-8166-f3e09e0feccf</Id>
</DeviceAssignmentListApiModel>
</ArrayOfDeviceAssignmentListApiModel>