GET api/OrganizationManagement/Organizations/MERSInformation
Gets the client MERS information for all of the clients in the Safe.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The list of org MERS information models containing client MERS information.
Collection of ESignSystems.SmartSAFE.Models.ClientManagement.OrgMERSInformationModelName | Description | Type | Additional information |
---|---|---|---|
OrganizationId |
Gets or sets the organization identifier. |
integer |
None. |
OrganizationName |
Gets or sets the name of the organization. |
string |
None. |
ClientMERSInformation |
Gets or sets the client mers information. |
Collection of ESignSystems.SmartSAFE.Models.ClientManagement.ClientMERSInformationModel |
None. |
Response Formats
application/json, text/json
Sample:
[ { "OrganizationId": 1, "OrganizationName": "sample string 1", "ClientMERSInformation": [ { "ClientId": 1, "ClientName": "sample string 1", "MERSOrgId": "sample string 2" }, { "ClientId": 1, "ClientName": "sample string 1", "MERSOrgId": "sample string 2" } ] }, { "OrganizationId": 1, "OrganizationName": "sample string 1", "ClientMERSInformation": [ { "ClientId": 1, "ClientName": "sample string 1", "MERSOrgId": "sample string 2" }, { "ClientId": 1, "ClientName": "sample string 1", "MERSOrgId": "sample string 2" } ] } ]
application/xml, text/xml
Sample:
<ArrayOfOrgMERSInformationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.ClientManagement"> <OrgMERSInformationModel> <ClientMERSInformation> <ClientMERSInformationModel> <ClientId>1</ClientId> <ClientName>sample string 1</ClientName> <MERSOrgId>sample string 2</MERSOrgId> </ClientMERSInformationModel> <ClientMERSInformationModel> <ClientId>1</ClientId> <ClientName>sample string 1</ClientName> <MERSOrgId>sample string 2</MERSOrgId> </ClientMERSInformationModel> </ClientMERSInformation> <OrganizationId>1</OrganizationId> <OrganizationName>sample string 1</OrganizationName> </OrgMERSInformationModel> <OrgMERSInformationModel> <ClientMERSInformation> <ClientMERSInformationModel> <ClientId>1</ClientId> <ClientName>sample string 1</ClientName> <MERSOrgId>sample string 2</MERSOrgId> </ClientMERSInformationModel> <ClientMERSInformationModel> <ClientId>1</ClientId> <ClientName>sample string 1</ClientName> <MERSOrgId>sample string 2</MERSOrgId> </ClientMERSInformationModel> </ClientMERSInformation> <OrganizationId>1</OrganizationId> <OrganizationName>sample string 1</OrganizationName> </OrgMERSInformationModel> </ArrayOfOrgMERSInformationModel>