POST api/App/SaveBranchAppSettings

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "47c311b0-2240-4856-ac4a-db14c313142e",
  "BranchID": 2,
  "Active": true,
  "StartTime": "00:00:00.1234567",
  "EndTime": "00:00:00.1234567"
}

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 'BranchAppSettings'.