POST branches/archiveBranch
Request Information
URI Parameters
None.
Body Parameters
branchesData| Name | Description | Type | Additional information |
|---|---|---|---|
| branchId | integer |
None. |
|
| branchName | string |
None. |
|
| startDateInMonth | integer |
None. |
|
| placeLatitude | decimal number |
None. |
|
| placeLongitude | decimal number |
None. |
|
| placeEndLatitude | decimal number |
None. |
|
| placeEndLongitude | decimal number |
None. |
|
| placeDistance | decimal number |
None. |
|
| branchArchiveStatus | boolean |
None. |
|
| userId | integer |
None. |
|
| page | integer |
None. |
|
| filterStatus | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"branchId": 1,
"branchName": "sample string 2",
"startDateInMonth": 3,
"placeLatitude": 4.0,
"placeLongitude": 5.0,
"placeEndLatitude": 6.0,
"placeEndLongitude": 7.0,
"placeDistance": 8.0,
"branchArchiveStatus": true,
"userId": 10,
"page": 11,
"filterStatus": true
}
application/xml, text/xml
Sample:
<branchesData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hr_management.Models.branches"> <branchArchiveStatus>true</branchArchiveStatus> <branchId>1</branchId> <branchName>sample string 2</branchName> <filterStatus>true</filterStatus> <page>11</page> <placeDistance>8</placeDistance> <placeEndLatitude>6</placeEndLatitude> <placeEndLongitude>7</placeEndLongitude> <placeLatitude>4</placeLatitude> <placeLongitude>5</placeLongitude> <startDateInMonth>3</startDateInMonth> <userId>10</userId> </branchesData>
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. |