Handler Update Automation

post/money/automations/{id}

Path parameters

idstring required

Request body

cadence_day_of_monthinteger nullable
cadence_days_of_weekinteger[]
cadence_frequency'daily' | 'weekly' | 'monthly' | 'once'
cadence_start_datestring
cadence_time_of_daystring nullable
cadence_timezonestring nullable
condition_operator'above' | 'below'
condition_thresholdstring nullable
denomination'usd' | 'units'
destination_symbolstring nullable
namestring nullable
settlement_pathway'standard' | 'express'
skip_weekendsboolean
source_symbolstring nullable
sweep_amountstring nullable
sweep_type'fixed' | 'percentage'

Response

OK

cadence_day_of_monthinteger nullable
cadence_days_of_weekinteger[] nullable required
cadence_frequency'daily' | 'weekly' | 'monthly' | 'once' required
cadence_start_datestring
cadence_time_of_daystring required
cadence_timezonestring required
condition_operator'above' | 'below' required
created_tsstring date-time required
denomination'usd' | 'units' required
destination_symbolstring required
enabledboolean required
idstring required
namestring required
schedule_state'scheduled' | 'spent'
settlement_pathway'standard' | 'express' required
side'buy' | 'sell' required
skip_weekendsboolean required
source_symbolstring required
sweep_percentagestring
sweep_type'fixed' | 'percentage' required
updated_tsstring date-time required

Changes

Changed in 5 of the 24 revisions of this API.319

    • added the optional property error/api_client_id to the response with the 400 status

      response-optional-property-added

    • added the optional property error/api_client_id to the response with the 401 status

      response-optional-property-added

    • added the optional property error/api_client_id to the response with the 403 status

      response-optional-property-added

    • added the optional property error/api_client_id to the response with the 404 status

      response-optional-property-added

    • added the optional property error/api_client_id to the response with the 409 status

      response-optional-property-added

    • added the optional property error/api_client_id to the response with the default status

      response-optional-property-added

  • 533de842b80824See the full diff
    • the condition_threshold request property's maxLength was set to 64

      request-property-max-length-set

    • the sweep_amount request property's maxLength was set to 64

      request-property-max-length-set

    • added the new optional request property denomination

      new-optional-request-property

    • added the new optional request property skip_weekends

      new-optional-request-property

    • added the required property denomination to the response with the 200 status

      response-required-property-added

    • added the required property skip_weekends to the response with the 200 status

      response-required-property-added

  • 1b3f9dae384c16See the full diff
    • added the new once enum value to the cadence_frequency response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property cadence_start_date

      new-optional-request-property

    • added the new once enum value to the request property cadence_frequency

      request-property-enum-value-added

    • added the optional property cadence_start_date to the response with the 200 status

      response-optional-property-added

    • added the optional property latest_run to the response with the 200 status

      response-optional-property-added

    • added the optional property schedule_state to the response with the 200 status

      response-optional-property-added

    • added the required property side to the response with the 200 status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property settlement_pathway

      new-optional-request-property

    • added the required property settlement_pathway to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added