POST api/Users/GetAllByBranch

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": "cc787103-1ad3-4517-8826-210758e3047c",
  "BranchID": 2,
  "OrderID": 3,
  "UserID": 4,
  "OrderDate": "2026-02-15T14:02:59.6146093+02:00",
  "ListIDs": [
    1,
    2,
    3
  ],
  "StatusID": 6
}

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