PUT Mobility/PutMobileDevices
Request Information
URI Parameters
None.
Body Parameters
Collection of MobileDevice| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupID | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| Manufacturer | string |
None. |
|
| Cost | decimal number |
None. |
|
| SellingPrice | decimal number |
None. |
|
| IMEI | string |
Required |
|
| InvoiceNumber | string |
None. |
|
| CreatedByContactID | globally unique identifier |
Required |
|
| ModifiedByContactID | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
|
| IsInvoiced | boolean |
Required |
|
| DateInvoiced | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "fcfa837a-ddc1-4e04-8c66-c8fca50ca5e7",
"SecurityGroupID": "b9bc545d-5103-4b2f-959e-50df11eaec33",
"Name": "sample string 3",
"Manufacturer": "sample string 4",
"Cost": 1.0,
"SellingPrice": 1.0,
"IMEI": "sample string 5",
"InvoiceNumber": "sample string 6",
"CreatedByContactID": "a4f6173b-c326-446c-94bd-d43ca7d0b5bf",
"ModifiedByContactID": "930230e2-fc68-437f-90ab-778547d52758",
"CreatedDate": "2025-12-05T09:27:11.8953068+00:00",
"ModifiedDate": "2025-12-05T09:27:11.8953068+00:00",
"IsInvoiced": true,
"DateInvoiced": "2025-12-05T09:27:11.8953068+00:00"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.