POST api/Branch/Get

Request Information

URI Parameters

None.

Body Parameters

BranchMaster_View_Filter_Model
NameDescriptionTypeAdditional information
BranchID

integer

None.

ClientID

integer

None.

Active

integer

None.

UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchID": 1,
  "ClientID": 2,
  "Active": 3,
  "UserID": 4
}

application/xml, text/xml

Sample:
<BranchMaster_View_Filter_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP.Model.Master">
  <Active>3</Active>
  <BranchID>1</BranchID>
  <ClientID>2</ClientID>
  <UserID>4</UserID>
</BranchMaster_View_Filter_Model>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.