GET api/v1/{posId}/functionbuttons
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FunctionButton| Name | Description | Type | Additional 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"
},
{
"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"},{"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>
<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>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.