ApiCompany

A company in Wordbee. This company can be a supplier, a client or your company ("master company").


    FORMAT

    XML
    <ApiCompany>
    <OnlineUrl>http://www.wordbee-translator.com/Company/CompanyView.aspx?x=sS%2bQ2diXwBwqcXiXVd9lgSzEg9O1fDX%2fI6AHP0dM1mI%3d</OnlineUrl>
    <CompanyId>2147483647</CompanyId>
    <IsClient>true</IsClient>
    <IsSupplier>true</IsSupplier>
    <Profile_>255</Profile_>
    <Comments>String content</Comments>
    <IsActive>true</IsActive>
    <Name>String content</Name>
    <CountryCode>String content</CountryCode>
    <AddressLine1>String content</AddressLine1>
    <AddressLine2>String content</AddressLine2>
    <AddressLine3>String content</AddressLine3>
    <City>String content</City>
    <Zip>String content</Zip>
    <ContactName>String content</ContactName>
    <ContactEmail>String content</ContactEmail>
    <ContactPhone>String content</ContactPhone>
    <ContactPhoneMobile>String content</ContactPhoneMobile>
    <ContactFax>String content</ContactFax>
    <Expr1>String content</Expr1>
    <InvIsSame>true</InvIsSame>
    <InvName>String content</InvName>
    <InvCountryCode>String content</InvCountryCode>
    <InvAddressLine1>String content</InvAddressLine1>
    <InvAddressLine2>String content</InvAddressLine2>
    <InvAddressLine3>String content</InvAddressLine3>
    <InvCity>String content</InvCity>
    <InvZip>String content</InvZip>
    <InvComments>String content</InvComments>
    <TimeZone>String content</TimeZone>
    <VAT>12678967.543233</VAT>
    <DefaultPriceListId>2147483647</DefaultPriceListId>
    </ApiCompany>
    
    

     

    PROPERTIES

    CompanyId

    Unique company id

    IsClient

    True if the company is a client

    IsSupplier

    True if the company is a supplier

    Profile

    Any of these numeric values:

    /// <summary>

    /// A translation agency

    /// </summary>

    Corporate = 0,

    /// <summary>

    /// A freelancer

    /// </summary>

    Freelancer = 1,

    /// <summary>

    /// Translation agency

    /// </summary>

    TranslationAgency = 2,

    /// <summary>

    /// Association

    /// </summary>

    Association = 3,

    /// <summary>

    /// Private/Public institution

    /// </summary>

    Organisation = 4,

    /// <summary>

    /// Local territories (done for Turner Broadcasting)

    /// </summary>

    LocalTerritory = 5,

    /// <summary>

    /// Other

    /// </summary>

    Other = 10

    Comments

    Optional comments

    IsActive

    True if any person of this company has an enabled login

    Name

    Name of the company

    CountryCode

    ISO country code

    AddressLine1-3

    Address lines

    City

    City

    Zip

    Zip code

    Contact***

    Contact name, phone, fax, etc.

    InvIsSame

    True: The invoice address is identical to the main address. False: See all "Inv*" fields for invoice address details.

    Inv*

    Optional invoice address details.

    TimeZone

    The time zone of the company

    VAT

    Empty or the VAT rate to apply to this company.

    DefaultPriceListId

    Used for clients only: The default price list to apply to this client.

    OnlineUrl

    Url to access the company details page from a web browser.