GET api/v1/{posId}/functionbuttons/{order}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

Required

order

integer

Required

Body Parameters

None.

Response Information

Resource Description

FunctionButton
NameDescriptionTypeAdditional information
ButtonText

string

None.

ColorFrom

integer

None.

ColorTo

integer

None.

Order

integer

None.

Promoted

boolean

None.

ReportMenu

boolean

None.

StoreID

string

None.

Type

integer

None.

Value

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ButtonText": "sample string 1",
  "ColorFrom": 2,
  "ColorTo": 3,
  "Order": 4,
  "Promoted": true,
  "ReportMenu": true,
  "StoreID": "sample string 5",
  "Type": 6,
  "Value": "sample string 7"
}

text/html

Sample:
{"ButtonText":"sample string 1","ColorFrom":2,"ColorTo":3,"Order":4,"Promoted":true,"ReportMenu":true,"StoreID":"sample string 5","Type":6,"Value":"sample string 7"}

application/xml, text/xml

Sample:
<Root>
  <Data>
    <ButtonText>sample string 1</ButtonText>
    <ColorFrom>2</ColorFrom>
    <ColorTo>3</ColorTo>
    <Order>4</Order>
    <Promoted>true</Promoted>
    <ReportMenu>true</ReportMenu>
    <StoreID>sample string 5</StoreID>
    <Type>6</Type>
    <Value>sample string 7</Value>
  </Data>
</Root>