POST api/POS/AddLocationSettings

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ss
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StoreType": "sample string 1",
  "StoreCode": "sample string 2",
  "InvStock": "sample string 3",
  "InvPrint": "sample string 4",
  "InvBarcode": "sample string 5",
  "DPayment": "sample string 6",
  "DReceipt": "sample string 7",
  "MiscCust": "sample string 8",
  "DefaultCust": "sample string 9",
  "InvIncTax": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StoreSettings'.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"