GetAdvisorCommission Method

The GetAdvisorCommission method retrieves all payable commission records linked to the specified SmartView for Advisors user account.

The GetAdvisorCommission method is invoked using the MethodOperation.

This method returns a variety of information about each payable commission record, including the policy number, the advisor's role on the policy, the receivable amount, the payable due date, the paid amount, the status of the payable commission transaction and the commission type.

Parameters

Name Type Description
UserID String Required. This is the object ID of the advisor's SmartView for Advisors user account.

Examples

Request XML
<request version='1.0'>
    <header>
        <office>dinosdev</office>
        <user>admin</user>
        <password>Apple8</password>
    </header>
    <method>
        <GetAdvisorCommission>
            <UserID>User.1234577812.16</UserID>
        </GetAdvisorCommission>
    </method>
</request>

Response XML
<response version="1.0">
    <header/>
    <method>
        <GetAdvisorCommission>
            <Contact id="Contact.1234577812.112" _type="obj">
                <FirstName>Phil</FirstName>
                <LastName>Anderson</LastName>
                <CommPayables _type="objs">
                    <CommPayable id="CommPayable.1234577812.11" _type="obj">
                        <CurrentRole>Primary Advisor</CurrentRole>
                        <PolicyNo>4323452</PolicyNo>
                        <Receivable>50</Receivable>
                        <PayableDueDate>2015-10-28</PayableDueDate>
                        <PaidAmt>0</PaidAmt>
                        <Status>Open</Status>
                        <CommType>Base</CommType>
                        <ComponentPrem>0</ComponentPrem>
                        <ReceivablePerc>50</ReceivablePerc>
                        <ReceivablePercOf>Premium</ReceivablePercOf>
                    </CommPayable>
                </CommPayables>
            </Contact>
        </GetAdvisorCommission>
    </method>
    <_status>OK</_status>
    <_systime>2015-10-20T22:00:07</_systime>
    <!--Cost 19 mill seconds.-->
</response>
Topic revision: 20 Oct 2015, DinosLambropoulos
 

This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback