GET api/SmartRegistry/MERSRegistrationMethods
Gets the MERS Registration Methods.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of MERSRegistrationMethodModel
Collection of ESignSystems.SmartSAFE.Models.SmartRegistry.MERSRegistrationMethodModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MERSRegistrationMethodId |
Gets or sets the identifier of the MERS Registration Method. |
integer |
None. |
| LookupValue |
Gets or sets the lookup value of the MERS Registration Method. |
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:
[
{
"MERSRegistrationMethodId": 1,
"LookupValue": "sample string 2",
"UpdatedDate": "2025-12-12T21:10:06.6354584-05:00",
"UpdatedBy": "sample string 4"
},
{
"MERSRegistrationMethodId": 1,
"LookupValue": "sample string 2",
"UpdatedDate": "2025-12-12T21:10:06.6354584-05:00",
"UpdatedBy": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfMERSRegistrationMethodModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry">
<MERSRegistrationMethodModel>
<LookupValue>sample string 2</LookupValue>
<MERSRegistrationMethodId>1</MERSRegistrationMethodId>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDate>2025-12-12T21:10:06.6354584-05:00</UpdatedDate>
</MERSRegistrationMethodModel>
<MERSRegistrationMethodModel>
<LookupValue>sample string 2</LookupValue>
<MERSRegistrationMethodId>1</MERSRegistrationMethodId>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDate>2025-12-12T21:10:06.6354584-05:00</UpdatedDate>
</MERSRegistrationMethodModel>
</ArrayOfMERSRegistrationMethodModel>