GET api/V2/CustomerPrice/GetCustomerPrices?CustomerID={CustomerID}&ItemID={ItemID}&ItemIDFrom={ItemIDFrom}&ItemIDTo={ItemIDTo}&ItemType={ItemType}&ItemGroupID={ItemGroupID}&ItemClasification={ItemClasification}&ItemDepartment={ItemDepartment}&ParentIdemID={ParentIdemID}&Quantity={Quantity}&InvoiceDate={InvoiceDate}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerID

string

Required

ItemID

string

None.

ItemIDFrom

string

None.

ItemIDTo

string

None.

ItemType

string

None.

ItemGroupID

string

None.

ItemClasification

string

None.

ItemDepartment

string

None.

ParentIdemID

string

None.

Quantity

decimal number

None.

InvoiceDate

date

None.

RecordDtModifiedFrom

date

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

CustomerPricesV2
NameDescriptionTypeAdditional information
CustomerPrice

Collection of CustomerPriceV2

None.

Response Formats

application/xml, text/xml

Sample:
<CustomerPrices xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CustomerPrice>
    <ItemID>sample string 1</ItemID>
    <ItemTitle1>sample string 2</ItemTitle1>
    <ItemTitle2>sample string 3</ItemTitle2>
    <UnitOfMeasurement>sample string 4</UnitOfMeasurement>
    <VATRateID>sample string 5</VATRateID>
    <VATRate>6</VATRate>
    <PriceForeign>7</PriceForeign>
    <PriceForeignVAT>8</PriceForeignVAT>
    <Price>9</Price>
    <PriceVAT>10</PriceVAT>
    <PriceListDescription>sample string 11</PriceListDescription>
    <DiscountRate>12</DiscountRate>
    <DiscountRate2>13</DiscountRate2>
    <DiscountRate3>14</DiscountRate3>
    <DiscountRate4>15</DiscountRate4>
    <DiscountRate5>16</DiscountRate5>
    <RebatePercentage>17</RebatePercentage>
    <RebatePercentage2>18</RebatePercentage2>
    <RebatePercentage3>19</RebatePercentage3>
    <RebatePercentage4>20</RebatePercentage4>
    <RebatePercentage5>21</RebatePercentage5>
    <NetPrice>22</NetPrice>
    <NetPriceVAT>23</NetPriceVAT>
  </CustomerPrice>
  <CustomerPrice>
    <ItemID>sample string 1</ItemID>
    <ItemTitle1>sample string 2</ItemTitle1>
    <ItemTitle2>sample string 3</ItemTitle2>
    <UnitOfMeasurement>sample string 4</UnitOfMeasurement>
    <VATRateID>sample string 5</VATRateID>
    <VATRate>6</VATRate>
    <PriceForeign>7</PriceForeign>
    <PriceForeignVAT>8</PriceForeignVAT>
    <Price>9</Price>
    <PriceVAT>10</PriceVAT>
    <PriceListDescription>sample string 11</PriceListDescription>
    <DiscountRate>12</DiscountRate>
    <DiscountRate2>13</DiscountRate2>
    <DiscountRate3>14</DiscountRate3>
    <DiscountRate4>15</DiscountRate4>
    <DiscountRate5>16</DiscountRate5>
    <RebatePercentage>17</RebatePercentage>
    <RebatePercentage2>18</RebatePercentage2>
    <RebatePercentage3>19</RebatePercentage3>
    <RebatePercentage4>20</RebatePercentage4>
    <RebatePercentage5>21</RebatePercentage5>
    <NetPrice>22</NetPrice>
    <NetPriceVAT>23</NetPriceVAT>
  </CustomerPrice>
</CustomerPrices>