GET api/SmartRegistry/MERSRegistrationTypes
Gets the MERS Registration Types.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of MERSRegistrationTypeModel
Collection of ESignSystems.SmartSAFE.Models.SmartRegistry.MERSRegistrationTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MERSRegistrationTypeId |
Gets or sets the identifier of the MERS Registration Type. |
integer |
None. |
| LookupValue |
Gets or sets the lookup value of the MERS Registration Type. |
string |
None. |
| UpdatedDate |
Gets or sets the updated date. |
date |
None. |
| UpdatedBy |
Gets or sets the updated by. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MERSRegistrationTypeId": 1,
"LookupValue": "sample string 2",
"UpdatedDate": "2025-11-04T12:34:43.733611-05:00",
"UpdatedBy": "sample string 4"
},
{
"MERSRegistrationTypeId": 1,
"LookupValue": "sample string 2",
"UpdatedDate": "2025-11-04T12:34:43.733611-05:00",
"UpdatedBy": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfMERSRegistrationTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry">
<MERSRegistrationTypeModel>
<LookupValue>sample string 2</LookupValue>
<MERSRegistrationTypeId>1</MERSRegistrationTypeId>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDate>2025-11-04T12:34:43.733611-05:00</UpdatedDate>
</MERSRegistrationTypeModel>
<MERSRegistrationTypeModel>
<LookupValue>sample string 2</LookupValue>
<MERSRegistrationTypeId>1</MERSRegistrationTypeId>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDate>2025-11-04T12:34:43.733611-05:00</UpdatedDate>
</MERSRegistrationTypeModel>
</ArrayOfMERSRegistrationTypeModel>