GET api/v1/{posId}/kidsetups

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of KIDSetup
NameDescriptionTypeAdditional information
StoreId

string

None.

Prefix

string

None.

LengthKID

integer

None.

PaddingLeft

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StoreId": "sample string 1",
    "Prefix": "sample string 2",
    "LengthKID": 3,
    "PaddingLeft": true
  },
  {
    "StoreId": "sample string 1",
    "Prefix": "sample string 2",
    "LengthKID": 3,
    "PaddingLeft": true
  }
]

text/html

Sample:
[{"StoreId":"sample string 1","Prefix":"sample string 2","LengthKID":3,"PaddingLeft":true},{"StoreId":"sample string 1","Prefix":"sample string 2","LengthKID":3,"PaddingLeft":true}]

application/xml, text/xml

Sample:
<Root>
  <Data>
    <StoreId>sample string 1</StoreId>
    <Prefix>sample string 2</Prefix>
    <LengthKID>3</LengthKID>
    <PaddingLeft>true</PaddingLeft>
  </Data>
  <Data>
    <StoreId>sample string 1</StoreId>
    <Prefix>sample string 2</Prefix>
    <LengthKID>3</LengthKID>
    <PaddingLeft>true</PaddingLeft>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.