POST api/MobileApp/Add_Device
Request Information
URI Parameters
None.
Body Parameters
Device| Name | Description | Type | Additional information |
|---|---|---|---|
| DealerId | integer |
None. |
|
| DeviceId | integer |
None. |
|
| SerialNumber | string |
None. |
|
| DeviceName | string |
None. |
|
| LastLogin | string |
None. |
|
| DeviceInfo | string |
None. |
|
| EmployeeDeviceToken | string |
None. |
|
| LastPing | string |
None. |
|
| string |
None. |
||
| TotalEmployee | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DealerId": 1,
"DeviceId": 2,
"SerialNumber": "sample string 3",
"DeviceName": "sample string 4",
"LastLogin": "sample string 5",
"DeviceInfo": "sample string 6",
"EmployeeDeviceToken": "sample string 7",
"LastPing": "sample string 8",
"Email": "sample string 9",
"TotalEmployee": 10
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"