POST api/PushNotification/CreatePushNotificationErrorLog
Request Information
URI Parameters
None.
Body Parameters
PushNotificationErrorLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AssociateId | integer |
None. |
|
| CallingMethodName | string |
None. |
|
| CreateDate | date |
None. |
|
| DeviceType | string |
None. |
|
| Id | integer |
None. |
|
| Manufecturer | string |
None. |
|
| Model | string |
None. |
|
| OSversion | string |
None. |
|
| Status | string |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AssociateId": 1,
"CallingMethodName": "sample string 1",
"CreateDate": "2026-02-03T18:23:56.129901-08:00",
"DeviceType": "sample string 2",
"Id": 3,
"Manufecturer": "sample string 4",
"Model": "sample string 5",
"OSversion": "sample string 6",
"Status": "sample string 7",
"Token": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true