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": "101ffc9c-d731-4dc2-ba26-cc03990c6b97",
"SecurityGroupID": "d585b121-f1fe-4d53-af65-d604e9f219a2",
"Name": "sample string 3",
"Manufacturer": "sample string 4",
"Cost": 1.0,
"SellingPrice": 1.0,
"IMEI": "sample string 5",
"InvoiceNumber": "sample string 6",
"CreatedByContactID": "8d941b8f-a970-4561-84d2-9d044127be02",
"ModifiedByContactID": "697bd6d6-8ff7-4f12-9334-3250c31556cd",
"CreatedDate": "2025-12-14T21:48:31.7366533+00:00",
"ModifiedDate": "2025-12-14T21:48:31.7366533+00:00",
"IsInvoiced": true,
"DateInvoiced": "2025-12-14T21:48:31.7366533+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.