❔ Need some advise regarding HTTP Request
Hello, I have a few operations here and would appreciate some guidance on how to carry them out.
I therefore have a payer table. It has a column for the remaining balance.
Additionally, I have a contribution table where the funds from payers go.
I must update the Payer's remaining Balance if the payer adds a contribution (HTTP POST).
Should I have to make two APIs?
I therefore have a payer table. It has a column for the remaining balance.
Additionally, I have a contribution table where the funds from payers go.
I must update the Payer's remaining Balance if the payer adds a contribution (HTTP POST).
Should I have to make two APIs?
- Making a Contribution
- Updating the balance that remains