Changes to Create a new plan

POST /api/plans

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 1 of the 2 revisions of this API.8

  1. 0e449a4e0dc88

What changed

    • added the new optional request property billingTiming

      new-optional-request-property

    • added the new optional request property invoiceGracePeriodDays

      new-optional-request-property

    • added the new optional request property netPaymentTerms

      new-optional-request-property

    • added the new optional request property progressiveBillingThreshold

      new-optional-request-property

    • added the new DAILY enum value to the request property billingInterval

      request-property-enum-value-added

    • added the new HOURLY enum value to the request property billingInterval

      request-property-enum-value-added

    • added the new WEEKLY enum value to the request property billingInterval

      request-property-enum-value-added

    • added the media type application/json for the response with the status 201

      response-media-type-added