POST api/Branch/BranchList

Load User branch list

Request Information

URI Parameters

None.

Body Parameters

mlPagination
NamedescriptionTypeAdditional information
PageNo

integer

None.

PageSize

integer

None.

OrderBy

string

None.

OrderType

string

None.

SearchBy

string

None.

SearchText

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderBy": "sample string 3",
  "OrderType": "sample string 4",
  "PageNo": 1,
  "PageSize": 2,
  "SearchBy": "sample string 5",
  "SearchText": "sample string 6"
}

application/xml, text/xml

Sample:
<mlPagination xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">
  <OrderBy>sample string 3</OrderBy>
  <OrderType>sample string 4</OrderType>
  <PageNo>1</PageNo>
  <PageSize>2</PageSize>
  <SearchBy>sample string 5</SearchBy>
  <SearchText>sample string 6</SearchText>
</mlPagination>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.