GET api/v1/{posId}/customeritemdiscounts

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerItemDiscount
NameDescriptionTypeAdditional information
CustomerDiscountGroup

string

None.

Discount

decimal number

None.

DiscountType

integer

None.

ItemDiscountGroup

string

None.

StoreID

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerDiscountGroup": "sample string 1",
    "Discount": 1.0,
    "DiscountType": 2,
    "ItemDiscountGroup": "sample string 3",
    "StoreID": "sample string 4"
  },
  {
    "CustomerDiscountGroup": "sample string 1",
    "Discount": 1.0,
    "DiscountType": 2,
    "ItemDiscountGroup": "sample string 3",
    "StoreID": "sample string 4"
  }
]

text/html

Sample:
[{"CustomerDiscountGroup":"sample string 1","Discount":1.0,"DiscountType":2,"ItemDiscountGroup":"sample string 3","StoreID":"sample string 4"},{"CustomerDiscountGroup":"sample string 1","Discount":1.0,"DiscountType":2,"ItemDiscountGroup":"sample string 3","StoreID":"sample string 4"}]

application/xml, text/xml

Sample:
<Root>
  <Data>
    <CustomerDiscountGroup>sample string 1</CustomerDiscountGroup>
    <Discount>1</Discount>
    <DiscountType>2</DiscountType>
    <ItemDiscountGroup>sample string 3</ItemDiscountGroup>
    <StoreID>sample string 4</StoreID>
  </Data>
  <Data>
    <CustomerDiscountGroup>sample string 1</CustomerDiscountGroup>
    <Discount>1</Discount>
    <DiscountType>2</DiscountType>
    <ItemDiscountGroup>sample string 3</ItemDiscountGroup>
    <StoreID>sample string 4</StoreID>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.