GET api/v1/{posID}/shortcuts/{type}/{no}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posID | string |
Required |
|
| type | integer |
Required |
|
| no | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Shortcut| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
None. |
|
| GroupNo | string |
None. |
|
| No | string |
None. |
|
| SortOrder | integer |
None. |
|
| StoreID | string |
None. |
|
| Type | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| VisionSyncTimestamp | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Description": "sample string 1",
"GroupNo": "sample string 2",
"No": "sample string 3",
"SortOrder": 1,
"StoreID": "sample string 4",
"Type": 5,
"IsDeleted": true,
"VisionSyncTimestamp": "2025-12-06T05:46:19.4065647+01:00"
}
text/html
Sample:
{"Description":"sample string 1","GroupNo":"sample string 2","No":"sample string 3","SortOrder":1,"StoreID":"sample string 4","Type":5,"IsDeleted":true,"VisionSyncTimestamp":"2025-12-06T05:46:19.4065647+01:00"}
application/xml, text/xml
Sample:
<Root>
<Data>
<Description>sample string 1</Description>
<GroupNo>sample string 2</GroupNo>
<No>sample string 3</No>
<SortOrder>1</SortOrder>
<StoreID>sample string 4</StoreID>
<Type>5</Type>
<IsDeleted>true</IsDeleted>
<VisionSyncTimestamp>2025-12-06T05:46:19.4065647+01:00</VisionSyncTimestamp>
</Data>
</Root>