POST Mobility/PostMobileDevices
Request Information
URI Parameters
None.
Body Parameters
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": "4d0db5b6-4b36-4dc1-83cb-a325854831c5",
"SecurityGroupID": "f79bee1c-6540-49f1-ab2b-94a525e6b058",
"Name": "sample string 3",
"Manufacturer": "sample string 4",
"Cost": 1.0,
"SellingPrice": 1.0,
"IMEI": "sample string 5",
"InvoiceNumber": "sample string 6",
"CreatedByContactID": "b9530dd9-45f7-4096-a316-7b7aa527629c",
"ModifiedByContactID": "fa04aacc-b568-4e12-9132-8b1132351829",
"CreatedDate": "2025-12-14T21:48:10.6496848+00:00",
"ModifiedDate": "2025-12-14T21:48:10.6496848+00:00",
"IsInvoiced": true,
"DateInvoiced": "2025-12-14T21:48:10.6496848+00:00"
}
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.