POST api/Appfunctions?dx={dx}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dx

string

Required

Body Parameters

Appfunctions
NameDescriptionTypeAdditional 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.

Request 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
}

Response Information

Resource Description

Appfunctions
NameDescriptionTypeAdditional 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
}