This service can be used to delete two types of time off
- Actual timeoff cards created in time entry
- Scheduled Time Off
Using this web service requires the global permission System Settings to be set to Update
Info | ||
---|---|---|
| ||
In order to protect our servers from inadvertent service overuse or intentional attack, and to fairly distribute services to all our customers, we have implemented a rate limiting algorithm. When fully deployed, this new algorithm will cause services to either succeed with new warnings or fail with new errors when services are consumed at too high a rate. Programs that consume Projector services should be enhanced to handle rate limiting errors so that they can continue functioning properly. For more information please visit: Projector Rate Limiting Behavior. |
Request
The service request contains:
Name | Data Type | Required? | Default Value | Discussion |
---|---|---|---|---|
ReferenceSystemId | string | no |
If specified, only scheduled/reported time off for the given resource will be deleted. | ||||
ScheduledFlag | boolean | no | 0 | If 1, then scheduled timeoff is deleted. If 0, actual timeoff is deleted. |
BeginDate | date | yes |
EndDate | date | yes |
...
Response
Only the standard response is returned.