Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<ApiPerson>
<OnlineUrl>http://www.wordbee-translator.com/Company/Account.aspx?x=0emfFKJli3vKgr4BH1lbM3%2bcE22UMIk%2b1JEMVTYE1yfIT%2frMstrV8w%3d%3d</OnlineUrl>
<PersonId>2147483647</PersonId>
<CompanyId>2147483647</CompanyId>
<FirstName>String content</FirstName>
<LastName>String content</LastName>
<Title>String content</Title>
<Role>String content</Role>
<Email>String content</Email>
<Phone>String content</Phone>
<PhoneMobile>String content</PhoneMobile>
<Comments>String content</Comments>
<UserProfileId>2147483647</UserProfileId>
<PersonCode>String content</PersonCode>
<IsActive>true</IsActive>
</ApiPerson>

...

PROPERTIES

PersonId

Unique person id.

CompanyId

Company to which this person is linked (is employee).

FirstName, LastName

Name of person

Title

Optional title, such as Mr., Mrs...

Role

Optional role of the person in this company, such as "Manager"

Email

Optional email address. Mandatory for users with a login.

Phone, PhoneMobile

Phones

Comments

Internal comments on person

UserProfileId

Indicates the user access profile of the user. User profiles may change. You can disregard this value.

PersonCode

A shortcut for the person name.

IsActive

True if the person has an enabled login.

OnlineUrl

Url to

...