|
string | MoxiWorksAgentId [get, set] |
| This is the Moxi Works Platform ID of the Agent. This will be a string that may take the form of an email address, or a unique alphanumeric identification string. More...
|
|
string | ClientAgentId [get, set] |
| This is the ID of the Agent utilized by their company. More...
|
|
string | AgentId [get, set] |
| This is the ID of this Agent. This will be an integer. More...
|
|
string | MoxiWorksOfficeId [get, set] |
| This is the Moxi Works Platform ID of the office for this Agent. This will be an RFC 4122 compliant UUID. More...
|
|
string | OfficeId [get, set] |
| This is the ID of the office for this Agent. This will be an integer. More...
|
|
string | ClientOfficeId [get, set] |
| This is the ID of the office for this Agent utilized by their company. More...
|
|
string | CompanyId [get, set] |
| This is the ID of the company for this Agent.This will be an integer. More...
|
|
string | ClientCompanyId [get, set] |
| This is the ID of the Company utilized by their company. More...
|
|
string | OfficeAddressStreet [get, set] |
| The street address of the agent’s office. This can be null if there is no data for this attribute. More...
|
|
string | OfficeAddressStreet2 [get, set] |
| The suite or office number of the agent’s office.This can be null if there is no data for this attribute. More...
|
|
string | OfficeAddressCity [get, set] |
| The city the agent’s office is in. This can be null if there is no data for this attribute. More...
|
|
string | OfficeAddressState [get, set] |
| The state or provice the agent’s office is in. This can be null if there is no data for this attribute. More...
|
|
string | OfficeAddressZip [get, set] |
| The postal code the agent’s office is in. This can be null if there is no data for this attribute. More...
|
|
string | Name [get, set] |
| The full name of the agent. This can be null if there is no data for this attribute. More...
|
|
string | FirstName [get, set] |
| The first name of the agent. This can be null if there is no data for this attribute. More...
|
|
string | LastName [get, set] |
| The last name of the agent. This can be null if there is no data for this attribute. More...
|
|
string | MainPhoneNumber [get, set] |
| This is the agent’s main phone number. This number should be considered the number the agent would like to be contacted by. This can be null if there is no data for this attribute. More...
|
|
string | MobilePhoneNumber [get, set] |
| Mobile phone number of the agent. main_phone_number should be considered higher priority, if not the same. This can be null if there is no data for this attribute. More...
|
|
string | AltPhoneNumber [get, set] |
| Alternate phone number for the agent. This should be considered second in priority to main_phone_number. This can be null if there is no data for this attribute. More...
|
|
string | FaxPhoneNumber [get, set] |
| This is the agent’s fax phone number. This can be null if there is no data for this attribute. More...
|
|
string | OfficePhoneNumber [get, set] |
| This is the agent’s office phone number. This can be null if there is no data for this attribute. More...
|
|
string | PrimaryEmailAddress [get, set] |
| This is the agent’s main email address. This email address should be considered the email address the agent would prefer to be contacted by. This can be null if there is no data for this attribute. More...
|
|
string | SecondaryEmailAddress [get, set] |
| This is the agent’s alternate email address. This email address should be considered the email address the agent would want to be contacted by only if the address in primary_email_address is not functional. This can be null if there is no data for this attribute. More...
|
|
string | LeadRoutingEmailAddress [get, set] |
| This is the agent’s lead routing email address. This can be null if there is no data for this attribute. More...
|
|
string | Title [get, set] |
| This is the business title of the agent. This can be null if there is no data for this attribute. More...
|
|
string | Uuid [get, set] |
| This is an RFC 4122 compliant UUID associated with the agent. This UUID can be used as a unique identifier in determining associations between Agent objects and Listing objects. More...
|
|
string | Twitter [get, set] |
| Agent’s Twitter account name. This can be null if there is no data available for this attribute. More...
|
|
string | GooglePlus [get, set] |
| Agent’s Google Plus account name. This can be null if there is no data for this attribute. More...
|
|
string | Facebook [get, set] |
| Agent’s Facebook page url. This can be null if there is no data for this attribute. More...
|
|
string | HomePage [get, set] |
| Agent’s website domain. This will be returned without the HTTP(S) prefix. You’ll need to prefix the domain with protocol if using this attribute for an href. This can be null if there is no data for this attribute. More...
|
|
string | ProfileImageUrl [get, set] |
| This is a valid URL for a larger size image for the agent. If no agent image has been uploaded for this agent a default image url will be provided. More...
|
|
string | ProfileThumbUrl [get, set] |
| This is a valid URL for a thumbnail size image for the agent. If no agent image has been uploaded for this agent a default image url will be provided. More...
|
|
bool | HasEngageAccess [get, set] |
| Indicates whether the agent has access to Moxiworks Engage. More...
|
|
List< AlternateOffice > | AlternateOffices [get, set] |
| AlternateOffices contains a collection of objects representing AlternateOffice entries. More...
|
|
List< MlsEntry > | AvailableMls [get, set] |
| The AvailableMls collection contains objects representing MlsEntries. More...
|
|
int | GciGoal [get, set] |
| The agent’s stated gross commission income goal. More...
|
|
float | BuyerCommissionRate [get, set] |
| Percentage commission rate for the agent when acting as a buyer’s agent. More...
|
|
float | SellerCommisionRate [get, set] |
| Percentage commission rate for the agent when acting as a seller’s agent. More...
|
|
The following object makes up the payload of the Agent response for a Show request.