Organizations
Handling organization and tenant related operations.
This category provides developer the endpoints to handle business contacts related operations.
Endpoint | Type | Description | Status |
---|---|---|---|
Read Organizations | GET | To retrieve an array of all organizations object. | Live |
Add Organizations | POST | This endpoint is used to add a new organization into the system. | Live |
Delete Organizations | DELETE | Used to delete multiple organization data through a single call by providing specific id's. | Live |
Read Organization by ID | GET | This provides developer to extract the Organization details by reference id. | Live |
Edit Organization by ID | PATCH | Developer can use this endpoint to alter the organization details. | Live |
Delete Organization by ID | DELETE | This endpoint helps to delete the organization data. | Live |
Change Organization Logo by ID | PUT | Business contact logo can be edited through this endpoint. | Live |
Delete Organization Logo by ID | DELETE | This endpoint enables developer to delete the organization logo for the organization. | Live |
Updated almost 2 years ago