POST api/Branches/BranchesSave
Request Information
URI Parameters
None.
Body Parameters
Branch| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| BranchCode | string |
None. |
|
| UserId | integer |
None. |
|
| BranchName | string |
None. |
|
| BranchLatitude | string |
None. |
|
| BranchLongitude | string |
None. |
|
| LocationName | string |
None. |
|
| IsDelete | boolean |
None. |
|
| WeeklyOffDay1 | string |
None. |
|
| WeeklyOffDay2 | string |
None. |
|
| CrtDT | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchId": 1,
"BranchCode": "sample string 2",
"UserId": 3,
"BranchName": "sample string 4",
"BranchLatitude": "sample string 5",
"BranchLongitude": "sample string 6",
"LocationName": "sample string 7",
"IsDelete": true,
"WeeklyOffDay1": "sample string 9",
"WeeklyOffDay2": "sample string 10",
"CrtDT": "2026-02-22T10:18:26.9164687+05:30"
}
text/html, application/octet-stream
Sample:
{"BranchId":1,"BranchCode":"sample string 2","UserId":3,"BranchName":"sample string 4","BranchLatitude":"sample string 5","BranchLongitude":"sample string 6","LocationName":"sample string 7","IsDelete":true,"WeeklyOffDay1":"sample string 9","WeeklyOffDay2":"sample string 10","CrtDT":"2026-02-22T10:18:26.9164687+05:30"}
application/xml, text/xml
Sample:
<Branch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Attendance.Models.BE"> <BranchCode>sample string 2</BranchCode> <BranchId>1</BranchId> <BranchLatitude>sample string 5</BranchLatitude> <BranchLongitude>sample string 6</BranchLongitude> <BranchName>sample string 4</BranchName> <CrtDT>2026-02-22T10:18:26.9164687+05:30</CrtDT> <IsDelete>true</IsDelete> <LocationName>sample string 7</LocationName> <UserId>3</UserId> <WeeklyOffDay1>sample string 9</WeeklyOffDay1> <WeeklyOffDay2>sample string 10</WeeklyOffDay2> </Branch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/octet-stream, application/xml, text/xml
Sample:
Sample not available.