POST api/master/ShowBranchData
Request Information
URI Parameters
None.
Body Parameters
ShowBranchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentPage | integer |
None. |
|
| PageSize | integer |
None. |
|
| BranchName | string |
None. |
|
| BranchCode | string |
None. |
|
| UserID | integer |
None. |
|
| CompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrentPage": 1,
"PageSize": 2,
"BranchName": "sample string 3",
"BranchCode": "sample string 4",
"UserID": 1,
"CompanyID": 1
}
application/xml, text/xml
Sample:
<ShowBranchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <BranchCode>sample string 4</BranchCode> <BranchName>sample string 3</BranchName> <CompanyID>1</CompanyID> <CurrentPage>1</CurrentPage> <PageSize>2</PageSize> <UserID>1</UserID> </ShowBranchModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |