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.MERSRegistrationTypeModelName | 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": "2024-11-26T17:14:41.7644713-05:00", "UpdatedBy": "sample string 4" }, { "MERSRegistrationTypeId": 1, "LookupValue": "sample string 2", "UpdatedDate": "2024-11-26T17:14:41.7644713-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>2024-11-26T17:14:41.7644713-05:00</UpdatedDate> </MERSRegistrationTypeModel> <MERSRegistrationTypeModel> <LookupValue>sample string 2</LookupValue> <MERSRegistrationTypeId>1</MERSRegistrationTypeId> <UpdatedBy>sample string 4</UpdatedBy> <UpdatedDate>2024-11-26T17:14:41.7644713-05:00</UpdatedDate> </MERSRegistrationTypeModel> </ArrayOfMERSRegistrationTypeModel>