PATCH
/
api
/
v1
/
product-go-publish
/
{uuid}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "uuid": "<string>",
  "id": 123,
  "name": "<string>",
  "nameEn": "<string>",
  "productStripeId": "<string>",
  "localCenter": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "stripeAccount": "<string>",
    "localCenterStripeAccount": "<string>",
    "alias": "<string>",
    "isParent": true,
    "id": 123,
    "name": "<string>",
    "parent": "https://example.com/"
  },
  "tenant": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "stripeAccount": "<string>"
  },
  "organisation": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "stripeAccount": "<string>"
  },
  "isExternal": true,
  "isInternal": true,
  "productPrices": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "priceStripeId": "<string>",
      "currency": "<string>",
      "price": 123,
      "name": "<string>",
      "isArchived": true,
      "isSubscription": true,
      "isRestricted": "<string>",
      "isDefault": true,
      "fullDescription": "<string>",
      "displayNameOnPaymentPage": true,
      "overwriteMonthPeriod": 123,
      "isLifetime": true,
      "isHidden": true,
      "productPriceVariationValues": [
        {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "productPriceVariation": {
            "@context": "<string>",
            "@id": "<string>",
            "@type": "<string>",
            "id": 123,
            "enabled": true,
            "defaultPrice": 123,
            "currency": "<string>"
          }
        }
      ],
      "isBundle": true,
      "isBundleMember": true,
      "validFrom": "2023-11-07T05:31:56Z",
      "validTo": "2023-11-07T05:31:56Z",
      "previousVersion": {},
      "monthPeriod": 123
    }
  ],
  "hasCustomPriceValue": true,
  "monthPeriod": 1,
  "customMinPrice": 123,
  "isArchived": true,
  "hasSubscription": true,
  "hasOneTimePayment": true,
  "goalValue": 123,
  "cycleDay": 123,
  "cycleMonth": 123,
  "cycleHasProratio": true,
  "maxDate": "2023-11-07T05:31:56Z",
  "proratioMinMonthsEnabler": 123,
  "description": "<string>",
  "descriptionEn": "<string>",
  "logo": "<string>",
  "isFee": true,
  "isDonation": true,
  "settings": {
    "tenantLogo": true,
    "showTitle": true,
    "colorSelection": null,
    "colorButton": null,
    "disableSubscribe": false,
    "commentSection": true,
    "newestAndTopDonationSection": true,
    "requireFullAddress": false,
    "disableRegister": false,
    "lightThemeOnly": false,
    "isThankYouSingular": false
  },
  "descriptionInternal": "<string>",
  "cycleRecurrences": 123,
  "hasConfidentialityEnabled": true,
  "customMaxPrice": 123,
  "event": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "uuid": "<string>",
    "name": "<string>",
    "location": "<string>",
    "description": "<string>",
    "logo": "<string>",
    "type": "https://example.com/",
    "dateCreated": "2023-11-07T05:31:56Z",
    "eventMedia": [
      {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "media": "https://example.com/"
      }
    ],
    "logoFromAlbum": "<string>",
    "dateTimeBegin": "2023-11-07T05:31:56Z",
    "dateTimeEnd": "2023-11-07T05:31:56Z",
    "meet": "<string>",
    "isOnline": true,
    "settings": {
      "tenantLogo": true,
      "showTitle": true,
      "colorSelection": null,
      "colorButton": null,
      "disableSubscribe": false,
      "disableRegister": true,
      "lightThemeOnly": false,
      "isThankYouSingular": false,
      "fieldName": true,
      "fieldEmail": true,
      "fieldPhone": false,
      "fieldOrganisation": false,
      "fieldRole": false,
      "fieldTown": false,
      "fieldLinkedin": false,
      "fieldX": false,
      "fieldInstagram": false
    },
    "sdg": [
      "<string>"
    ],
    "isPublic": true,
    "hasEventTicketing": true,
    "isPast": true,
    "status": "draft"
  },
  "startingDate": "2023-11-07T05:31:56Z",
  "productOptions": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "name": "<string>",
      "isArchived": true
    }
  ],
  "type": "<string>",
  "goalValueSubscription": 123,
  "hasLocalCenterOption": true,
  "abTestingEnabled": true,
  "slug": "<string>",
  "slugGo": "<string>",
  "slugEnGo": "<string>",
  "displayOnProfile": true,
  "productPriceVariations": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "enabled": true,
      "defaultPrice": 123,
      "currency": "<string>"
    }
  ],
  "metaGraphImage": "<string>",
  "heroVideoUrl": "<string>",
  "thankYouMessage": "<string>",
  "descriptionDe": "<string>"
}

Path Parameters

uuid
string
required

Product identifier

Body

application/merge-patch+json

The updated Product resource

Response

200
application/ld+json

Product resource updated