Weekly due date calendar management strategy

To create a weekly due date calendar management strategy, run the Create program calendar strategy endpoint with the strategy field set to WEEKLY_DUE_DATE, and specify values for the following body parameters.

  • Due day as a fixed day of the month. For example, you could specify the due day as the tenth day of the month (day_of_week = 10).
  • Interval in weeks between cycles. Set this using the every_x_weeks field. The default value is 1, which creates a one-week cycle. However, you can set every_x_weeks to any integer between 1 and 52. For example, set every_x_weeks to 52 to create a cycle that spans one year.
  • Number of days between the cycle closing date and the due date. Set this using the days_between_cycle_closing_and_due_date field.

After creating the management strategy, use the Update account calendar strategy endpoint to assign it to an account.



Did this page help you?