|
|
|
|
|
by jeltz
2601 days ago
|
|
Do I misunderstand you or do you suggest that the customer object should include the list of all invoices? That does not scale. Imagine if it is something more common like transactions where a user can have made thousands or tens of thousands. |
|
However, you can have it both ways: in the customer response, use
and have the server 307 redirect to "/invoices?customer=7sn2J", or whatever you prefer.