PUT api/pinches/{pinchId}/criteria
Update a Pinch's criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pinchId | globally unique identifier |
Required |
Body Parameters
PinchCriteriaDtoName | Description | Type | Additional information |
---|---|---|---|
UserLimit | integer |
None. |
|
AppTimeLimitHours | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserLimit": 1, "AppTimeLimitHours": 2 }
Response Information
Resource Description
PinchDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ExpirationPeriod | string |
None. |
|
UserLimit | integer |
None. |
|
AppTimeLimitHours | integer |
None. |
|
ValidFrom | date |
None. |
|
ValidTo | date |
None. |
|
Status | PinchStatusEnum |
None. |
|
CustomerGroup | NamedItem |
None. |
|
Customer | NamedItem |
None. |
|
App | AppSimpleDto |
None. |
|
DailySchedule | Schedule |
None. |
|
IsActive | boolean |
None. |
|
Tags | Collection of string |
None. |
|
PublishId | globally unique identifier |
None. |
|
NotificationSettings | PinchNotificationDto |
None. |
|
MessageSettings | PinchMessageSettingsDto |
None. |
|
ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "ed6bb209-17c7-46e0-82c9-f1a6ba2e401a", "Name": "sample string 2", "Description": "sample string 3", "ExpirationPeriod": "sample string 4", "UserLimit": 5, "AppTimeLimitHours": 6, "ValidFrom": "2025-03-20T00:08:29.519992+00:00", "ValidTo": "2025-03-20T00:08:29.519992+00:00", "Status": "Draft", "CustomerGroup": { "Id": "cc77db77-fd1f-4b2e-8a8d-91ee9882d27a", "Name": "sample string 2" }, "Customer": { "Id": "cc77db77-fd1f-4b2e-8a8d-91ee9882d27a", "Name": "sample string 2" }, "App": { "NotificationType": "Bubble", "Id": "e9361406-1a1b-4e95-91b5-293a122a277b", "Name": "sample string 2" }, "DailySchedule": { "From": "sample string 1", "To": "sample string 2" }, "IsActive": true, "Tags": [ "sample string 1", "sample string 2" ], "PublishId": "12a46e89-3e55-406b-867d-7de1541e58f6", "NotificationSettings": { "BubbleImageUrl": "sample string 1", "ShowBubble": true, "BarImageUrl": "sample string 3", "OpenOnAppLaunch": true, "OpenFromNotificationCenter": true, "OpenOnAppRunning": true, "BubbleIconId": 1, "BubbleTitleNo": "sample string 7", "BubbleTitleEn": "sample string 8", "NotificationTextNo": "sample string 9", "NotificationTextEn": "sample string 10", "NotificationTitleNo": "sample string 11", "NotificationTitleEn": "sample string 12", "TriggerNotification": "sample string 13" }, "MessageSettings": { "MessageTitleNo": "sample string 1", "MessageTitleEn": "sample string 2", "MessageTextNo": "sample string 3", "MessageTextEn": "sample string 4", "MessageImageUrl": "sample string 5", "MessageType": "sample string 6" }, "ModifiedDate": "2025-03-20T00:08:29.519992+00:00" }