Johannes Degn
Johannes Degn
Hey guys, I would like to make a put request against [/prepayments/{PrepaymentID}/allocations](https://developer.xero.com/documentation/api/prepayments) in order to allocate a prepayment. Maybe I am missing something but looking at basemanager.py it seems like...
## What to do Adds the ability to GET company associations https://developers.hubspot.com/docs/api/crm/associations Example curl: ``` curl "https://api.hubapi.com/crm/v3/objects/company//associations/company" \ -H 'Authorization: Bearer ' ``` `{"results":[{"id":"8616142197","type":"parent_to_child_company"},{"id":"8921827721","type":"parent_to_child_company"},{"id":"5593726386","type":"child_to_parent_company"},{"id":"5593726386","type":"company_to_company"},{"id":"8616142197","type":"company_to_company"},{"id":"8921827721","type":"company_to_company"}]}%` This PR is stacked on top...
### Describe the use case Im trying to issue a `ON DELETE SET NULL (column)` as described in the [Postgres docs](https://www.postgresql.org/docs/16/ddl-constraints.html) since version 15. Im getting this error from SQLAlchemy...