POST
/
api
/
v1
/
product_prices
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "currency": "<string>",
  "product": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "uuid": "<string>",
    "id": 123,
    "name": "<string>",
    "nameEn": "<string>",
    "localCenter": "https://example.com/",
    "hasSubscription": true,
    "hasOneTimePayment": true,
    "cycleDay": 123,
    "cycleMonth": 123,
    "cycleHasProratio": true,
    "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,
    "event": "https://example.com/",
    "startingDate": "2023-11-07T05:31:56Z",
    "type": "<string>",
    "displayOnProfile": true,
    "productPriceVariations": [
      "https://example.com/"
    ],
    "metaGraphImage": "<string>",
    "heroVideoUrl": "<string>",
    "thankYouMessage": "<string>",
    "descriptionDe": "<string>"
  },
  "price": 123,
  "name": "<string>",
  "isArchived": true,
  "isSubscription": true,
  "isRestricted": "<string>",
  "isDefault": true,
  "fullDescription": "<string>",
  "displayNameOnPaymentPage": true,
  "overwriteMonthPeriod": 123,
  "isLifetime": true,
  "isHidden": true,
  "productPriceVariationValues": [
    "https://example.com/"
  ],
  "isBundle": true,
  "isBundleMember": true,
  "validFrom": "2023-11-07T05:31:56Z",
  "validTo": "2023-11-07T05:31:56Z",
  "previousVersion": {},
  "monthPeriod": 123
}

Body

The new ProductPrice resource

Response

201
application/ld+json

ProductPrice resource created