GET api/Appfunctions/{id}?dx={dx}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
|
dx | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AppfunctionsName | Description | Type | Additional information |
---|---|---|---|
strKey | string |
None. |
|
bArticlePositions | boolean |
None. |
|
bBestBeforeControl | boolean |
None. |
|
bStorageItemsControl | boolean |
None. |
|
bMarkdown | boolean |
None. |
|
bWaste | boolean |
None. |
|
bInventory | boolean |
None. |
|
bTotals | boolean |
None. |
|
bPrintBarcodes | boolean |
None. |
|
bPriceLabeling | boolean |
None. |
|
bBargainPriceLabelling | boolean |
None. |
|
bDateLabeling | boolean |
None. |
Response Formats
application/xml, text/xml
Sample:
<Appfunctions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPUAPI"> <bArticlePositions>true</bArticlePositions> <bBargainPriceLabelling>true</bBargainPriceLabelling> <bBestBeforeControl>true</bBestBeforeControl> <bDateLabeling>true</bDateLabeling> <bInventory>true</bInventory> <bMarkdown>true</bMarkdown> <bPriceLabeling>true</bPriceLabeling> <bPrintBarcodes>true</bPrintBarcodes> <bStorageItemsControl>true</bStorageItemsControl> <bTotals>true</bTotals> <bWaste>true</bWaste> <strKey>sample string 1</strKey> </Appfunctions>
application/json, text/json
Sample:
{ "strKey": "sample string 1", "bArticlePositions": true, "bBestBeforeControl": true, "bStorageItemsControl": true, "bMarkdown": true, "bWaste": true, "bInventory": true, "bTotals": true, "bPrintBarcodes": true, "bPriceLabeling": true, "bBargainPriceLabelling": true, "bDateLabeling": true }