Sign in

Create estimate

documented

Create a new estimate.

POST /estimatesEstimatesno implementation yet0 runs
No 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://app.paymoapp.com/api/estimates" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"date":"{{$date}}","due_date":"{{$due_date}}","client_id":{{$client_id}},"currency":"{{$currency}}","number":"{{$number}}","company_info":"{{$company_info}}","bill_to":"{{$bill_to}}","tax":{{$tax}},"items":[ {"item":"{{$item1_name}}","description":"{{$item1_desc}}","price_unit":{{$item1_price_unit}},"quantity":{{$item1_quantity}} }, {"item":"{{$item2_name}}","description":"{{$item2_desc}}","price_unit":{{$item2_price_unit}},"quantity":{{$item2_quantity}} } ] }'
Create estimate · Paymo · OpenIntegrations