Sign in

Update estimate

documented

Update an existing estimate.

Estimatesno 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/{{$estimate_id}}" -X PUT -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer {{PAYMOAPP_API_KEY}}" -d '{"title":"{{$title}}","notes":"{{$notes}}","client_id":{{$client_id}},"currency":"{{$currency}}","date":"{{$estimate_date}}","due_date":"{{$due_date}}","items":[{"name":"{{$item_name}}","description":"{{$item_description}}","qty":{{$quantity}},"unit_cost":{{$unit_cost}}}]}'