GET api/ComercialTerms/GetCustomerComercialTerms?CustomerID={CustomerID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerID

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerComercialTerms
NameDescriptionTypeAdditional information
CustomerID

string

None.

DiscountGroupID

string

None.

PriceListID

string

None.

ActionPriceListID

string

None.

RebatePercentage1

decimal number

None.

RebatePercentage2

decimal number

None.

RebatePercentage3

decimal number

None.

RebatePercentage4

decimal number

None.

RebatePercentage5

decimal number

None.

InsUpdDate

date

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfCustomerComercialTerms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CustomerComercialTerms>
    <CustomerID>sample string 1</CustomerID>
    <DiscountGroupID>sample string 2</DiscountGroupID>
    <PriceListID>sample string 3</PriceListID>
    <ActionPriceListID>sample string 4</ActionPriceListID>
    <RebatePercentage1>1</RebatePercentage1>
    <RebatePercentage2>1</RebatePercentage2>
    <RebatePercentage3>1</RebatePercentage3>
    <RebatePercentage4>1</RebatePercentage4>
    <RebatePercentage5>1</RebatePercentage5>
    <InsUpdDate>2024-04-18T09:34:25.9054152+02:00</InsUpdDate>
  </CustomerComercialTerms>
  <CustomerComercialTerms>
    <CustomerID>sample string 1</CustomerID>
    <DiscountGroupID>sample string 2</DiscountGroupID>
    <PriceListID>sample string 3</PriceListID>
    <ActionPriceListID>sample string 4</ActionPriceListID>
    <RebatePercentage1>1</RebatePercentage1>
    <RebatePercentage2>1</RebatePercentage2>
    <RebatePercentage3>1</RebatePercentage3>
    <RebatePercentage4>1</RebatePercentage4>
    <RebatePercentage5>1</RebatePercentage5>
    <InsUpdDate>2024-04-18T09:34:25.9054152+02:00</InsUpdDate>
  </CustomerComercialTerms>
</ArrayOfCustomerComercialTerms>