Create client (v1)
documentedCreate a client in legacy API v1.
POST /api/v1/clientsLegacy APIsno 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://{{$account}}.harvestapp.com/clients" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"client": {"name": "{{$name}}", "active": {{$active}}, "currency": "{{$currency}}", "currency_symbol": "{{$currency_symbol}}", "details": "{{$details}}"}}'