Bombshell Agency Platform Service

<back to all web services

BIPBonusPointDetailRequest

The following routes are available for this service:
PUT,OPTIONS/v1/BIPBonus/PointDetail/UpdateVP

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/BIPBonusPointDetailRequest HTTP/1.1 
Host: api3.appreciationfinancial.com 
Content-Type: application/xml
Content-Length: length

<BIPBonusPointDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <MonthID>0</MonthID>
  <PointDetail>
    <AgentId>0</AgentId>
    <AgentLevel>0</AgentLevel>
    <AgentName>String</AgentName>
    <ContractDoneDate>0001-01-01T00:00:00</ContractDoneDate>
    <ID>0</ID>
    <Promotion>0</Promotion>
    <RecruiterId>0</RecruiterId>
    <RecruiterName>String</RecruiterName>
    <RegistrationDate>0001-01-01T00:00:00</RegistrationDate>
    <TotalPolicies>0</TotalPolicies>
    <Upline1>0</Upline1>
    <Upline1Name>String</Upline1Name>
    <Upline2>0</Upline2>
    <Upline2Name>String</Upline2Name>
    <VPIsLocked>false</VPIsLocked>
  </PointDetail>
  <PointDetailID>0</PointDetailID>
  <RecruiterId>0</RecruiterId>
</BIPBonusPointDetailRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<BIPBonusPointDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <AgentId>0</AgentId>
  <AgentLevel>0</AgentLevel>
  <AgentName>String</AgentName>
  <ContractDoneDate>0001-01-01T00:00:00</ContractDoneDate>
  <ID>0</ID>
  <Promotion>0</Promotion>
  <RecruiterId>0</RecruiterId>
  <RecruiterName>String</RecruiterName>
  <RegistrationDate>0001-01-01T00:00:00</RegistrationDate>
  <TotalPolicies>0</TotalPolicies>
  <Upline1>0</Upline1>
  <Upline1Name>String</Upline1Name>
  <Upline2>0</Upline2>
  <Upline2Name>String</Upline2Name>
  <VPIsLocked>false</VPIsLocked>
</BIPBonusPointDetail>