SWAPI – AgreementTypeQuery

This command is used to query company settings that have been configured in Successware.

Request

<SessionRequest Version="string" SessionID="{8CA30500-59E8-4272-8E24-899A314C78C9}" RequestID="string">

  <AgreetypeQuery Filter="string" Max="string" OrderBy="string" StyleNo="string" StyleOptions="string"/>

</SessionRequest>

 

Response

<AgreetypeQueryData RequestID="string">

  <AgreetypeQueryRecord>

    <Code>string(10)</Code>

    <Description>string(30)</Description>

    <Years>short</Years>

    <Perpetual>boolean</Perpetual>

    <Price>float</Price>

    <Deposit>float</Deposit>

    <TaxBill>boolean</TaxBill>

    <Department>string(2)</Department>

    <Covers>short</Covers>

    <CoversText>string(13)</CoversText>

    <BillingMethod>short</BillingMethod>

    <BillingMethodText>string(16)</BillingMethodText>

    <VisitsPerYear>short</VisitsPerYear>

    <CollectPerVisit>float</CollectPerVisit>

    <BillAmount>float</BillAmount>

    <BillFrequency>string(10)</BillFrequency>

    <TotalNumBillings>short</TotalNumBillings>

  </AgreetypeQueryRecord>

</AgreetypeQueryData>

 

·         Code – description.

·         Description – description.

·         Years – description.

·         Perpetual – description.

·         Price – description.

·         Deposit – description.

·         TaxBill – description.

·         Department – description.

·         Covers – description.

·         CoversText – description.

·         BillingMethod – description.

·         BillingMethodText – description.

·         VisitsPerYear – description.

·         CollectPerVisit – description.

·         BillAmount – description.

·         BillFrequency – description.

·         TotalNumBillings – The total number of billings for a fixed term.