Handler Disable Automation

post/money/automations/{id}/disable

Path parameters

idstring required

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.213

    • 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 default status

      response-optional-property-added

    • 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

  • 1b3f9dae384c14See 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 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 required property settlement_pathway to the response with the 200 status

      response-required-property-added

    • changed the pattern of the path request parameter id from ^auto_[0-9a-hjkmnp-tv-z]{26}$ to ^auto_[0-7][0-9a-hjkmnp-tv-z]{25}$

      request-parameter-pattern-changed

    • the id response's property pattern was changed from ^auto_[0-9a-hjkmnp-tv-z]{26}$ to ^auto_[0-7][0-9a-hjkmnp-tv-z]{25}$ for the status 200

      response-property-pattern-changed

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