POST api/v1/customer/adddevice
Request Information
URI Parameters
None.
Body Parameters
CustomerDevice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Token | string |
None. |
|
| DeviceId | string |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| StatusId | integer |
None. |
|
| Platform | string |
None. |
|
| CustomerDeviceStatus | GeneralStatus |
None. |
|
| Customer | Customer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.