POST api/ImportExcel/WorkshiftExcel
Request Information
URI Parameters
None.
Body Parameters
GetWorkShiftListName | Description | Type | Additional information |
---|---|---|---|
DesignationType | integer |
None. |
|
HospitalId | integer |
None. |
|
DepartmentId | integer |
None. |
|
WardId | integer |
None. |
|
GroupId | integer |
None. |
|
ShiftDate | date |
None. |
|
Duration | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "DesignationType": 1, "HospitalId": 1, "DepartmentId": 2, "WardId": 3, "GroupId": 1, "ShiftDate": "2025-05-16T21:22:00.8201927+00:00", "Duration": 4 }
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" } }