POST api/Admin/GetDesignations
Request Information
URI Parameters
None.
Body Parameters
GetDesignationListName | Description | Type | Additional information |
---|---|---|---|
TypeId | integer |
Required |
|
DepartmentId | integer |
Required |
|
WardId | integer |
Required |
|
RateWise | integer |
Required |
|
ShiftDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "TypeId": 1, "DepartmentId": 2, "WardId": 3, "RateWise": 4, "ShiftDate": "2025-05-16T21:31:57.2731783+00:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonName | Description | Type | Additional information |
---|---|---|---|
status | string |
None. |
|
message | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "message": "sample string 2", "data": { "$id": "2" } }