API Parameters
/advocate/v1/_create
Registers a new advocate
- Advocate (details of the advocate)
Object
- Advocate.id (auto-generated ID)
String (UUID)
- tenantId (The tenant to which the advocate belongs)
String
- individualId (Linked individual ID)
String
- applicationNumber (Application number)
String
- barRegistrationNumber (Advocate's registration number)
String
/advocate/v1/_update
Updates an advocate's details
- Advocate (updated details)
Object
- Advocate.id (required, ID of the advocate)
String (UUID)
- tenantId (The tenant to which the advocate belongs)
String
- individualId (Linked individual ID)
String
- applicationNumber (Application number)
String
- barRegistrationNumber (Advocate's registration number)
String
/advocate/v1/_status/_search
Searches for the status of advocate registrations
- tenantId (required, tenant ID for the search)
String
- status (optional, filter by registration status)
String
- applicationNumber (optional, filter by application number)
String
/advocate/v1/applicationnumber/_search
Searches by application number
- tenantId (required, tenant ID for the search)
String
- applicationNumber (required, application number for the search)
String
/advocate/v1/_search
General search for advocates
- tenantId (required, tenant ID for the search)
String
- barRegistrationNumber (optional, filter by advocate's registration number)
String
- status (optional, filter by registration status)
String
Last updated