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": "8a019e6e-faa6-4e34-b0dc-884543094015",
"SecurityGroupID": "73ee4dce-31fd-475f-8a83-d5739f96cfef",
"Name": "sample string 3",
"Manufacturer": "sample string 4",
"Cost": 1.0,
"SellingPrice": 1.0,
"IMEI": "sample string 5",
"InvoiceNumber": "sample string 6",
"CreatedByContactID": "941bc638-c1ef-43dc-941e-8d1f44191ba5",
"ModifiedByContactID": "26592dcf-a1a5-41bf-95b6-5ade6bf33db5",
"CreatedDate": "2026-02-14T11:34:54.8453472+00:00",
"ModifiedDate": "2026-02-14T11:34:54.8453472+00:00",
"IsInvoiced": true,
"DateInvoiced": "2026-02-14T11:34:54.8453472+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.