GET api/v1/{posId}/labels

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Label
NameDescriptionTypeAdditional information
Body

string

None.

Code

string

None.

Description

string

None.

StoreID

string

None.

Systemlabel

boolean

None.

Type

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Body": "sample string 1",
    "Code": "sample string 2",
    "Description": "sample string 3",
    "StoreID": "sample string 4",
    "Systemlabel": true,
    "Type": 1
  },
  {
    "Body": "sample string 1",
    "Code": "sample string 2",
    "Description": "sample string 3",
    "StoreID": "sample string 4",
    "Systemlabel": true,
    "Type": 1
  }
]

text/html

Sample:
[{"Body":"sample string 1","Code":"sample string 2","Description":"sample string 3","StoreID":"sample string 4","Systemlabel":true,"Type":1},{"Body":"sample string 1","Code":"sample string 2","Description":"sample string 3","StoreID":"sample string 4","Systemlabel":true,"Type":1}]

application/xml, text/xml

Sample:
<Root>
  <Data>
    <Body>sample string 1</Body>
    <Code>sample string 2</Code>
    <Description>sample string 3</Description>
    <StoreID>sample string 4</StoreID>
    <Systemlabel>true</Systemlabel>
    <Type>1</Type>
  </Data>
  <Data>
    <Body>sample string 1</Body>
    <Code>sample string 2</Code>
    <Description>sample string 3</Description>
    <StoreID>sample string 4</StoreID>
    <Systemlabel>true</Systemlabel>
    <Type>1</Type>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.