cURL
curl --request POST \ --url https://api.example.com/api/v1/quarterly-payments \ --header 'Content-Type: application/json' \ --data ' { "year": 123, "quarter": 123, "paid_cents": 123, "paid_date": "<string>", "confirmation_number": "<string>", "notes": "<string>" } '
Record a quarterly estimated tax payment.
201