ApiPerson

A person in Wordbee. A person is always linked to one single company (the employer).Internal staff is linked to the master company. External staff to your clients or suppliers.A person optionally has a login if you have given the person online access.


    FORMAT

    XML
    <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 access the person details page from a web browser.