Skip to main content
Aria Knowledge Central

edit_rate_schedule_on_plan_m Guide

Use the edit_rate_schedule_on_plan_m API to edit an existing rate schedule on a plan.  If a rate schedule has two services, and the user wants to edit just one, they can just past pass in the tiers for that service. The tiers on the second service will not be edited or deleted. 

API Specification:

edit_rate_schedule_on_plan_m

Required Fields:
  • <client_no>
  • <auth_key>
  • <schedule_no> or <client_rate_schedule_id>
  • schedule_name>
  • <is_default>
  • <service> (array)
    • <service_no> or <client_service_id>
    • <tier> (array)
      • <amount>

Additional Guidance

  • You can pass a future rate change and track rate schedule versions assuming:
    • VERSIONING_ENABLED is set to TRUE in your Aria instance, and
    • You pass values in the fields <future_rate> (the future price) and <future_change_dt> (the date of the rate change).
    • See the full specification for additional relevant fields.

 

TOP
  • Was this article helpful?