GET PlanCare2Api/RootData/Worktypes?dateFrom={dateFrom}&dateUntil={dateUntil}
Get worktypes within date selection where the startdate of the worktype should by in the selectedperiod
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dateFrom |
Startdate of period |
date |
Required |
| dateUntil |
Enddate of period |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WorkTypeBulk| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId |
Id of the product |
integer |
None |
| ContractTypeId |
Id of the contractType |
integer |
None |
| ContractTypeCode |
Code of the contractType |
string |
None |
| WorkTypeId |
Id of the worktype |
integer |
None |
| WorktTypeCode |
Unique code of the worktype |
string |
None |
| WorkTypeName |
Name of the worktype |
string |
None |
| WorkTypeDescription |
Description of the worktype |
string |
None |
| StartDate |
Startdate of the worktype |
date |
None |
| EndDate |
Optional enddate of the worktype |
date |
None |
| ExternalCode |
External code of worktype by connector based on ApiKey |
string |
None |
| IsWorkTime |
Indicator if worktype is working time |
boolean |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.