POST api/genBranch/Getall
Request Information
URI Parameters
None.
Body Parameters
genBranch| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| LocationId | integer |
None. |
|
| AddressId | integer |
None. |
|
| BranchTypeProfileId | integer |
None. |
|
| BranchName | string |
None. |
|
| CreatedById | integer |
None. |
|
| CreatedOn | date |
None. |
|
| AlteredById | integer |
None. |
|
| AlteredOn | date |
None. |
|
| ActionTypeId | integer |
None. |
|
| UserLogId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchId": 1,
"LocationId": 2,
"AddressId": 3,
"BranchTypeProfileId": 4,
"BranchName": "sample string 5",
"CreatedById": 6,
"CreatedOn": "2025-10-29T13:10:58.2707779+05:00",
"AlteredById": 7,
"AlteredOn": "2025-10-29T13:10:58.2707779+05:00",
"ActionTypeId": 8,
"UserLogId": 9
}
application/xml, text/xml
Sample:
<genBranch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.HRM.EmployeeManagement"> <ActionTypeId>8</ActionTypeId> <AddressId>3</AddressId> <AlteredById>7</AlteredById> <AlteredOn>2025-10-29T13:10:58.2707779+05:00</AlteredOn> <BranchId>1</BranchId> <BranchName>sample string 5</BranchName> <BranchTypeProfileId>4</BranchTypeProfileId> <CreatedById>6</CreatedById> <CreatedOn>2025-10-29T13:10:58.2707779+05:00</CreatedOn> <LocationId>2</LocationId> <UserLogId>9</UserLogId> </genBranch>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.