v_ Client Institute

The ClientInstitute table serves as a central repository for managing the association between clients and the institutes they are affiliated with. Each entry in the table captures essential details, including a unique identifier for the client, the corresponding institute, the type of affiliation, and relevant timestamps for tracking the relationship's history. This table is designed to facilitate data integrity and enable efficient querying of client-institute relationships, supporting organizational needs in client management, reporting, and analytics.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The ClientInstituteId is an integer identity field in the ClientInstitute table that uniquely identifies each institute record. It auto-increments with each new entry, ensuring that every client institute has a distinct identifier, facilitating easy referencing and retrieval of associated data within the database.

int32

The ClientId field is an integer data type that serves as the unique identifier for each client within the ClientInstitute table. It ensures distinct representation of client records, facilitating efficient data management and retrieval processes. This field is typically set as the primary key, enforcing relational integrity and supporting various operations related to client data manipulation.

int32

InstituteId: An integer field that uniquely identifies each institute associated with a client in the ClientInstitute table. This identifier serves as a primary key, ensuring the integrity and distinctness of each institute record within the database.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!