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
PinchPublishDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Pinch | PinchDto |
None. |
|
| ValidationMessages | Collection of ValidationMessageDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Pinch": {
"Id": "3b78ef2a-0aa7-4558-84a2-90051e55aae6",
"Name": "sample string 2",
"Description": "sample string 3",
"ExpirationPeriod": "sample string 4",
"UserLimit": 5,
"AppTimeLimitHours": 6,
"ValidFrom": "2026-05-06T10:45:51.0221828+00:00",
"ValidTo": "2026-05-06T10:45:51.0221828+00:00",
"Status": "Draft",
"CustomerGroup": {
"Id": "5ad19e23-0cc9-47c7-a7cc-cccdd626f2d9",
"Name": "sample string 2"
},
"Customer": {
"Id": "5ad19e23-0cc9-47c7-a7cc-cccdd626f2d9",
"Name": "sample string 2"
},
"App": {
"NotificationType": "Bubble",
"Id": "457af4fd-5eb4-48a1-bf44-c0eaee39aadd",
"Name": "sample string 2"
},
"DailySchedule": {
"From": "sample string 1",
"To": "sample string 2"
},
"IsActive": true,
"Tags": [
"sample string 1",
"sample string 2"
],
"PublishId": "36a6fc90-836c-4585-a390-be721eab2382",
"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": "2026-05-06T10:45:51.0221828+00:00"
},
"ValidationMessages": [
{
"Message": "sample string 1"
},
{
"Message": "sample string 1"
}
]
}