GET api/ComercialTerms/GetCustomerItemGroupDiscountsComercialTermsException?CustomerID={CustomerID}&DiscountCustomerGroupID={DiscountCustomerGroupID}&DiscountGroupID={DiscountGroupID}&ItemID={ItemID}&Code={Code}&ThresholdQuantity={ThresholdQuantity}&ValidFrom={ValidFrom}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerID

string

None.

DiscountCustomerGroupID

string

None.

DiscountGroupID

string

None.

ItemID

string

None.

Code

string

None.

ThresholdQuantity

decimal number

None.

ValidFrom

date

Required

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerItemGroupDiscountsComercialTermsException
NameDescriptionTypeAdditional information
DiscountItemGroupID

string

None.

DiscountCustomerGroupID

string

None.

CustomerID

string

None.

ItemID

string

None.

Code

string

None.

ThresholdQuantity

decimal number

None.

DiscountPercent

decimal number

None.

ValidFrom

date

None.

ValidTo

date

None.

InsertedBy

string

None.

InsertedTime

date

None.

ModifiedBy

string

None.

ModifiedTime

date

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfCustomerItemGroupDiscountsComercialTermsException xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CustomerItemGroupDiscountsComercialTermsException>
    <DiscountItemGroupID>sample string 1</DiscountItemGroupID>
    <DiscountCustomerGroupID>sample string 2</DiscountCustomerGroupID>
    <CustomerID>sample string 3</CustomerID>
    <ItemID>sample string 4</ItemID>
    <Code>sample string 5</Code>
    <ThresholdQuantity>1</ThresholdQuantity>
    <DiscountPercent>1</DiscountPercent>
    <ValidFrom>2024-04-20T13:16:54.6251625+02:00</ValidFrom>
    <ValidTo>2024-04-20T13:16:54.6251625+02:00</ValidTo>
    <InsertedBy>sample string 6</InsertedBy>
    <InsertedTime>2024-04-20T13:16:54.6251625+02:00</InsertedTime>
    <ModifiedBy>sample string 7</ModifiedBy>
    <ModifiedTime>2024-04-20T13:16:54.6251625+02:00</ModifiedTime>
  </CustomerItemGroupDiscountsComercialTermsException>
  <CustomerItemGroupDiscountsComercialTermsException>
    <DiscountItemGroupID>sample string 1</DiscountItemGroupID>
    <DiscountCustomerGroupID>sample string 2</DiscountCustomerGroupID>
    <CustomerID>sample string 3</CustomerID>
    <ItemID>sample string 4</ItemID>
    <Code>sample string 5</Code>
    <ThresholdQuantity>1</ThresholdQuantity>
    <DiscountPercent>1</DiscountPercent>
    <ValidFrom>2024-04-20T13:16:54.6251625+02:00</ValidFrom>
    <ValidTo>2024-04-20T13:16:54.6251625+02:00</ValidTo>
    <InsertedBy>sample string 6</InsertedBy>
    <InsertedTime>2024-04-20T13:16:54.6251625+02:00</InsertedTime>
    <ModifiedBy>sample string 7</ModifiedBy>
    <ModifiedTime>2024-04-20T13:16:54.6251625+02:00</ModifiedTime>
  </CustomerItemGroupDiscountsComercialTermsException>
</ArrayOfCustomerItemGroupDiscountsComercialTermsException>