API Changelog 8.11.1

Changed

  • Billing frequency options have been expanded across quotes and pricing endpoints to support more billing cycles. You can now use weekly, monthly, quarterly, semiannually, and annually options when working with billing frequencies in quotes and pricing tables.

GET /public/v1/content-library-items/{id}/details

  • added the new annually, monthly, quarterly, semiannually, and weekly enum values to the pricing/quotes/items/sections/items/items/items/billing_frequency response property for the response status 200

PUT /public/v1/documents/{document_id}/quotes/{quote_id}

  • removed the enum value semiannualy (typo) of the request property sections/items/items/items/billing_frequency
  • added the new semiannually enum value to the request property sections/items/items/items/billing_frequency
  • added the new annually, monthly, quarterly, semiannually, and weekly enum values to the sections/items/items/items/billing_frequency response property for the response status 200

GET /public/v1/documents/{id}/details

  • added the new annually, monthly, quarterly, semiannually, and weekly enum values to the pricing/quotes/items/sections/items/items/items/billing_frequency response property for the response status 200

GET /public/v1/templates/{id}/details

  • added the new annually, monthly, quarterly, semiannually, and weekly enum values to the pricing/quotes/items/sections/items/items/items/billing_frequency response property for the response status 200