GET api/v1/departmentsummaries/getDepartmentOffSetTime/{departmentId}/{effectiveDate}
Get department fisrt summary start time.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| departmentId | integer |
Required |
|
| effectiveDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
TaskOfDepartmentSummaryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | DepartmentSummaryModel |
None. |
|
| Id | integer |
None. |
|
| Exception | AggregateException |
None. |
|
| Status | TaskStatus |
None. |
|
| IsCanceled | boolean |
None. |
|
| IsCompleted | boolean |
None. |
|
| CreationOptions | TaskCreationOptions |
None. |
|
| AsyncState | Object |
None. |
|
| IsFaulted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.