Update account
documentedUpdate an existing account by its ID.
PUT /Account/{id}Accountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.saasu.com/Account/{{$account_id}}?FileId={{$file_id}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"Id": {{$account_id}}, "Name": "{{$name}}", "AccountLevel": "{{$account_level}}", "AccountType": "{{$account_type}}", "IsActive": {{$is_active}}, "LastUpdatedId": "{{$last_updated_id}}", "DefaultTaxCode": "{{$default_tax_code}}", "LedgerCode": "{{$ledger_code}}", "Currency": "{{$currency}}", "HeaderAccountId": {{$header_account_id}} }'"