POST api/Department/DoesDeptartmentExist
Request Information
URI Parameters
None.
Body Parameters
DepartmentEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentID | integer |
None. |
|
| DepartmentName | string |
None. |
|
| Description | string |
None. |
|
| DepttLocationID | integer |
None. |
|
| DepttLocation | string |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedUserID | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedUserID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| Resources | Collection of UserEnitity |
None. |
|
| ResourceCount | integer |
None. |
|
| DepartmentUsers | Collection of DepartmentUserEntity |
None. |
|
| IsDepttActive | boolean |
None. |
|
| TotalRecords | integer |
None. |
|
| BranchID | integer |
None. |
|
| BranchName | string |
None. |
|
| Branches | Collection of BranchEntity |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>