POST API/Master/GetBranchMaster
Request Information
URI Parameters
None.
Body Parameters
Branch| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| BranchName | string |
None. |
|
| CompanyId | integer |
None. |
|
| DivisionID | integer |
None. |
|
| departmentRequired | boolean |
None. |
|
| returnErrorMessage | string |
None. |
|
| returnStatus | boolean |
None. |
|
| ClientId | string |
None. |
|
| clientName | string |
None. |
|
| Connectionstring | string |
None. |
|
| DocumentURL | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchId": 1,
"BranchName": "sample string 2",
"CompanyId": 3,
"DivisionID": 4,
"departmentRequired": true,
"returnErrorMessage": "sample string 6",
"returnStatus": true,
"ClientId": "sample string 8",
"clientName": "sample string 9",
"Connectionstring": "sample string 10",
"DocumentURL": "sample string 11",
"CreatedBy": "sample string 12",
"CreatedDate": "2026-01-11T05:24:06.1751327+05:30",
"ModifiedBy": "sample string 14",
"ModifiedDate": "2026-01-11T05:24:06.1751327+05:30"
}
application/xml, text/xml
Sample:
<Branch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonWebAPI.Entity"> <ClientId>sample string 8</ClientId> <Connectionstring>sample string 10</Connectionstring> <CreatedBy>sample string 12</CreatedBy> <CreatedDate>2026-01-11T05:24:06.1751327+05:30</CreatedDate> <DocumentURL>sample string 11</DocumentURL> <ModifiedBy>sample string 14</ModifiedBy> <ModifiedDate>2026-01-11T05:24:06.1751327+05:30</ModifiedDate> <clientName>sample string 9</clientName> <returnErrorMessage>sample string 6</returnErrorMessage> <returnStatus>true</returnStatus> <BranchId>1</BranchId> <BranchName>sample string 2</BranchName> <CompanyId>3</CompanyId> <DivisionID>4</DivisionID> <departmentRequired>true</departmentRequired> </Branch>
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. |