Studebaker Submetering API Services

<back to all web services

MoveInTenantPending

The following routes are available for this service:
All Verbs/moveInTenantPendingMove a tenant in (pending only)
Parameters:
NameParameterData TypeRequiredDescription
UnitIdpathintYes
TitlepathstringYesThe tenant's title
FirstNamepathstringYesThe tenant's first name
LastNamepathstringYesThe tenant's last name
SuffixpathstringYesThe tenant's name suffix
IsExemptpathboolNoTrue if the tenant is to be exempt of charges
NumberOfOccupantspathdecimalYesThe number of tenants (used for RUBS calculations)
MailingAddressLine1pathstringNoDo not include if the tenant will be receiving bills at the unit address (default)
MailingAddressLine2pathstringNo
MailingAddressLine3pathstringNo
MailingAddressCitypathstringNo
MailingAddressStatepathstringNo
MailingAddressZipCodepathstringNo
PhonepathstringNoThe tenant's phone number
PhoneExtpathstringNoThe tenant's phone extension
MobilepathstringNoThe tenant's mobile/cell number
FaxpathstringNoThe tenant's fax number
MoveInDatepathstringYesThe tenant's move in date in the format MM/DD/YYYY
EmailpathstringNoThe tenant's email address
ReceiveServiceAlertSmspathboolYesWhether the tenant is willing to receive service alerts by SMS (if set, mobile is required)
ReceiveServiceAlertEmailpathboolYesWhether the tenant is willing to receive service alerts by Email (if set, email is required)
ReceiveServiceAlertVoicepathboolYesWhether the tenant is willing to receive service alerts by voice call (if set, phone is required)
PmsAccountpathstringNoThe tenant's account code in the property's management system
NotespathstringNoAny notes from the property manager (max length 500)

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/MoveInTenantPending HTTP/1.1 
Host: gallifrey.studebakersubmetering.com 
Content-Type: application/xml
Content-Length: length

<MoveInTenantPending xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSIAccountServices.Api.MoveInOut.Requests">
  <RequestIpAddress xmlns="http://schemas.datacontract.org/2004/07/SSIAccountServices.Api.Common.Requests">String</RequestIpAddress>
  <Token xmlns="http://schemas.datacontract.org/2004/07/SSIAccountServices.Api.Common.Requests">String</Token>
  <Email>String</Email>
  <Fax>String</Fax>
  <FirstName>String</FirstName>
  <IsExempt>false</IsExempt>
  <LastName>String</LastName>
  <MailingAddressCity>String</MailingAddressCity>
  <MailingAddressLine1>String</MailingAddressLine1>
  <MailingAddressLine2>String</MailingAddressLine2>
  <MailingAddressLine3>String</MailingAddressLine3>
  <MailingAddressState>String</MailingAddressState>
  <MailingAddressZipCode>String</MailingAddressZipCode>
  <Mobile>String</Mobile>
  <MoveInDate>String</MoveInDate>
  <NameSuffix>String</NameSuffix>
  <Notes>String</Notes>
  <NumberOfOccupants>0</NumberOfOccupants>
  <Phone>String</Phone>
  <PhoneExt>String</PhoneExt>
  <PmsAccount>String</PmsAccount>
  <ReceiveServiceAlertEmail>false</ReceiveServiceAlertEmail>
  <ReceiveServiceAlertSms>false</ReceiveServiceAlertSms>
  <ReceiveServiceAlertVoice>false</ReceiveServiceAlertVoice>
  <Title>String</Title>
  <UnitId>0</UnitId>
</MoveInTenantPending>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">false</boolean>