PATCH api/PushNotification/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
DeltaOfPushNotificationName | Description | Type | Additional information |
---|---|---|---|
EntityType | Type |
None. |
|
ExpectedClrType | Type |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": null, "title": null, "body": null, "dateCreatedUtc": "0001-01-01T00:00:00Z", "createdById": null, "datePushedUtc": null, "dateScheduledUtc": null, "link": null, "imageBlob": null, "imageContainer": null, "imageUrl": null, "userGroups": null, "createdBy": null, "version": null, "createdAt": null, "updatedAt": null, "deleted": false }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PushNotificationName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Title | string |
Required String length: inclusive between 0 and 40 |
|
Body | string |
Required String length: inclusive between 0 and 255 |
|
DateCreatedUtc | date |
None. |
|
CreatedById | string |
Required |
|
DatePushedUtc | date |
None. |
|
DateScheduledUtc | date |
None. |
|
Link | string |
String length: inclusive between 0 and 700 |
|
ImageBlob | string |
String length: inclusive between 0 and 500 |
|
ImageContainer | string |
String length: inclusive between 0 and 200 |
|
ImageUrl | string |
String length: inclusive between 0 and 700 |
|
UserGroups | Collection of UserGroup |
None. |
|
CreatedBy | ApplicationUser |
None. |
|
Version | Collection of byte |
None. |
|
CreatedAt | date |
None. |
|
UpdatedAt | date |
Required |
|
Deleted | boolean |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.