POST api/Customer/RegisterPushNotification
Request Information
URI Parameters
None.
Body Parameters
DeviceRegisterLogDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceRegisterLogId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| CreatedOn | date |
None. |
|
| DeviceDetails | string |
None. |
|
| RegistrationId | string |
None. |
|
| RecordStatus | byte |
None. |
|
| CustomerDto | CustomerDto |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
