PUT api/pinches/{pinchid}/publish
Publish a pinch
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pinchid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PinchPublishDtoName | Description | Type | Additional information |
---|---|---|---|
Pinch | PinchDto |
None. |
|
ValidationMessages | Collection of ValidationMessageDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Pinch": { "Id": "ed80083a-95b6-4241-968a-be080fcbb2b0", "Name": "sample string 2", "Description": "sample string 3", "ExpirationPeriod": "sample string 4", "UserLimit": 5, "AppTimeLimitHours": 6, "ValidFrom": "2025-03-31T12:00:57.2348153+00:00", "ValidTo": "2025-03-31T12:00:57.2348153+00:00", "Status": "Draft", "CustomerGroup": { "Id": "d0da7593-2332-461f-8fee-0e8c6aa0d35f", "Name": "sample string 2" }, "Customer": { "Id": "d0da7593-2332-461f-8fee-0e8c6aa0d35f", "Name": "sample string 2" }, "App": { "NotificationType": "Bubble", "Id": "8f360c63-d22c-4f1c-bafb-52a535cbe3e1", "Name": "sample string 2" }, "DailySchedule": { "From": "sample string 1", "To": "sample string 2" }, "IsActive": true, "Tags": [ "sample string 1", "sample string 2" ], "PublishId": "b09a906c-1e18-425c-a85c-5d6b520dc43a", "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-31T12:00:57.2503886+00:00" }, "ValidationMessages": [ { "Message": "sample string 1" }, { "Message": "sample string 1" } ] }