GET api/SmartRegistry/Lookups/ChangeStatusRequestActionTypes
Gets the list of MERS change status request types.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ESignSystems.SmartSAFE.Models.SmartRegistry.MERSRequestActionTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MERSRequestActionTypeId |
Gets or sets the identifier of the MERS request action type. |
integer |
None. |
| LookupValue |
Gets or sets the lookup value of the MERS request action type. |
string |
None. |
| ERegistryRequestTypeId |
Gets or sets the eRegistry request type id. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MERSRequestActionTypeId": 1,
"LookupValue": "sample string 1",
"ERegistryRequestTypeId": 1
},
{
"MERSRequestActionTypeId": 1,
"LookupValue": "sample string 1",
"ERegistryRequestTypeId": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfMERSRequestActionTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry">
<MERSRequestActionTypeModel>
<ERegistryRequestTypeId>1</ERegistryRequestTypeId>
<LookupValue>sample string 1</LookupValue>
<MERSRequestActionTypeId>1</MERSRequestActionTypeId>
</MERSRequestActionTypeModel>
<MERSRequestActionTypeModel>
<ERegistryRequestTypeId>1</ERegistryRequestTypeId>
<LookupValue>sample string 1</LookupValue>
<MERSRequestActionTypeId>1</MERSRequestActionTypeId>
</MERSRequestActionTypeModel>
</ArrayOfMERSRequestActionTypeModel>