POST api/SmartRegistry/ClientSettings

Saves the settings.

Request Information

URI Parameters

None.

Body Parameters

The settings to save.

ESignSystems.SmartSAFE.Models.SmartRegistry.ClientSmartRegistrySettingsModel
NameDescriptionTypeAdditional information
ClientSmartRegistrySettingsId

Gets or sets the id.

integer

None.

ClientId

Gets or sets the client id.

integer

Required

RegistrationMethodId

Gets or sets the registration method id.

integer

None.

RegistrationTypeId

Gets or sets the registration type id.

integer

None.

ServicerClientMERSMemberId

Gets or sets the servicer organization id.

integer

None.

ServicerClientMERSMember

Gets or sets the Servicer organization name

string

None.

LocationMERSOrgId

Gets or sets the Location MERS organization identifier.

string

Max length: 7

Min length: 7

LocationClientMERSMemberId

Gets or sets the Location client MERS member identifier.

integer

None.

LocationClientMERSMember

Gets or sets the Location client MERS member name.

string

None.

ServicerMERSOrgId

Gets or sets the Servicer organization name

string

Max length: 7

Min length: 7

ControllerClientMERSMemberId

Gets or sets the controller organzation

integer

None.

ControllerClientMERSMember

Gets or sets the controller organization name

string

None.

ControllerMERSOrgId

Gets or sets the controllers mers org id.

string

Max length: 7

Min length: 7

DelegateeForTransferClientMERSMemberId

Gets or sets the delagatee for transfer organization id.

integer

None.

DelegateeForTransferClientMERSMember

Gets or sets the delegatee organization name

string

None.

DelegateeForTransferMERSOrgId

Gets or sets the delegatee for transfer mers org id.

string

Max length: 7

Min length: 7

SecuredPartyClientMERSMemberId

Gets or sets the delagatee for transfer organization id.

integer

None.

SecuredPartyClientMERSMember

Gets or sets the delegatee organization name

string

None.

SecuredPartyMERSOrgId

Gets or sets the secured party MERS organization identifier.

string

Max length: 7

Min length: 7

SecuredPartyDelegateeClientMERSMemberId

Gets or sets the delagatee for transfer organization id.

integer

None.

SecuredPartyDelegateeClientMERSMember

Gets or sets the delegatee organization name

string

None.

SecuredPartyDelegateeMERSOrgId

Gets or sets the secured party delegatee MERS organization identifier.

string

Max length: 7

Min length: 7

SmartRegistryNotificationEmail

Gets or sets the smart registry notification email.

string

Data type: EmailAddress

Max length: 256

AutoRegisterNote

Gets or sets the value indicating if eNotes are auto registered.

boolean

None.

ConfirmAllServicingTransfers

Gets or sets a value indicating if all servicing transfers are confirmed.

boolean

None.

MERSOrgId

Gets or sets the MERS Org Id.

string

Required

Max length: 7

Min length: 7

MERSOrgName

Gets or sets the MERS Org Name

string

None.

OrgIdRegistered

Gets or sets a value indicating if the Org Id is registered.

boolean

Required

ConnectivityTestSentDate

Gets or sets the date a connectivity test request was sent using this client's SmartRegistrySettings.

date

None.

ConnectivityTestReceivedDate

Gets or sets the date a connectivity test notification was received using this client's SmartRegistrySettings.

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientSmartRegistrySettingsId": 1,
  "ClientId": 1,
  "RegistrationMethodId": 1,
  "RegistrationTypeId": 1,
  "ServicerClientMERSMemberId": 1,
  "ServicerClientMERSMember": "sample string 1",
  "LocationMERSOrgId": "sample string 2",
  "LocationClientMERSMemberId": 1,
  "LocationClientMERSMember": "sample string 3",
  "ServicerMERSOrgId": "sample string 4",
  "ControllerClientMERSMemberId": 1,
  "ControllerClientMERSMember": "sample string 5",
  "ControllerMERSOrgId": "sample string 6",
  "DelegateeForTransferClientMERSMemberId": 1,
  "DelegateeForTransferClientMERSMember": "sample string 7",
  "DelegateeForTransferMERSOrgId": "sample string 8",
  "SecuredPartyClientMERSMemberId": 1,
  "SecuredPartyClientMERSMember": "sample string 9",
  "SecuredPartyMERSOrgId": "sample string 10",
  "SecuredPartyDelegateeClientMERSMemberId": 1,
  "SecuredPartyDelegateeClientMERSMember": "sample string 11",
  "SecuredPartyDelegateeMERSOrgId": "sample string 12",
  "SmartRegistryNotificationEmail": "sample string 13",
  "AutoRegisterNote": true,
  "ConfirmAllServicingTransfers": true,
  "MERSOrgId": "sample string 16",
  "MERSOrgName": "sample string 17",
  "OrgIdRegistered": true,
  "ConnectivityTestSentDate": "2024-11-26T17:15:21.035598-05:00",
  "ConnectivityTestReceivedDate": "2024-11-26T17:15:21.035598-05:00"
}

application/xml, text/xml

Sample:
<ClientSmartRegistrySettingsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartRegistry">
  <AutoRegisterNote>true</AutoRegisterNote>
  <ClientId>1</ClientId>
  <ClientSmartRegistrySettingsId>1</ClientSmartRegistrySettingsId>
  <ConfirmAllServicingTransfers>true</ConfirmAllServicingTransfers>
  <ConnectivityTestReceivedDate>2024-11-26T17:15:21.035598-05:00</ConnectivityTestReceivedDate>
  <ConnectivityTestSentDate>2024-11-26T17:15:21.035598-05:00</ConnectivityTestSentDate>
  <ControllerClientMERSMember>sample string 5</ControllerClientMERSMember>
  <ControllerClientMERSMemberId>1</ControllerClientMERSMemberId>
  <ControllerMERSOrgId>sample string 6</ControllerMERSOrgId>
  <DelegateeForTransferClientMERSMember>sample string 7</DelegateeForTransferClientMERSMember>
  <DelegateeForTransferClientMERSMemberId>1</DelegateeForTransferClientMERSMemberId>
  <DelegateeForTransferMERSOrgId>sample string 8</DelegateeForTransferMERSOrgId>
  <LocationClientMERSMember>sample string 3</LocationClientMERSMember>
  <LocationClientMERSMemberId>1</LocationClientMERSMemberId>
  <LocationMERSOrgId>sample string 2</LocationMERSOrgId>
  <MERSOrgId>sample string 16</MERSOrgId>
  <MERSOrgName>sample string 17</MERSOrgName>
  <OrgIdRegistered>true</OrgIdRegistered>
  <RegistrationMethodId>1</RegistrationMethodId>
  <RegistrationTypeId>1</RegistrationTypeId>
  <SecuredPartyClientMERSMember>sample string 9</SecuredPartyClientMERSMember>
  <SecuredPartyClientMERSMemberId>1</SecuredPartyClientMERSMemberId>
  <SecuredPartyDelegateeClientMERSMember>sample string 11</SecuredPartyDelegateeClientMERSMember>
  <SecuredPartyDelegateeClientMERSMemberId>1</SecuredPartyDelegateeClientMERSMemberId>
  <SecuredPartyDelegateeMERSOrgId>sample string 12</SecuredPartyDelegateeMERSOrgId>
  <SecuredPartyMERSOrgId>sample string 10</SecuredPartyMERSOrgId>
  <ServicerClientMERSMember>sample string 1</ServicerClientMERSMember>
  <ServicerClientMERSMemberId>1</ServicerClientMERSMemberId>
  <ServicerMERSOrgId>sample string 4</ServicerMERSOrgId>
  <SmartRegistryNotificationEmail>sample string 13</SmartRegistryNotificationEmail>
</ClientSmartRegistrySettingsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.