POST api/Branches/Delete

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": "0fdb055b-6aa4-4e43-a6ec-35f0677bdb7b",
  "ID": 2,
  "ListIDs": [
    1,
    2,
    3
  ],
  "PageNumber": 3,
  "sorting": 4,
  "UserRightID": 5,
  "MaxRows": 6,
  "BranchID": 7,
  "attribute": 8
}

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