GET api/ResourceAPI?wday={wday}&checkIsWorkingDay={checkIsWorkingDay}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| wday | string |
Required |
|
| checkIsWorkingDay | boolean |
Required |
Body Parameters
Collection of userWorkingDayBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| wday | string |
None. |
|
| fte | decimal number |
None. |
|
| isworkingday | boolean |
None. |
Request Formats
application/json, text/json, application/scim+json
Sample:
[
{
"wday": "sample string 1",
"fte": 2.1,
"isworkingday": true
},
{
"wday": "sample string 1",
"fte": 2.1,
"isworkingday": true
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
decimal numberResponse Formats
application/json, text/json, application/scim+json
Sample:
1.1