Skip to main content

Add a Resource Absence

Add a Resource Absence

Query String Parameters

NameTypeDescriptionRequired
ActionStringResourceAbsenceSaveRequired
ResourceIdIntThe unique identifier of the resource.Required
AbsenceTypeIdIntId of the absence type.Required
FromDateFrom Date Range - e.g ‘2024-01-15 09:00:00.000’.Required
ToDateTo Date Range - e.g ‘2024-01-15 11:30:00.000’.Required
DaysRequestedIntLength of the absence.Required
PaidBoolWhether the absence is paid (1) or unpaid (0).Required
IsLocalTimeBoolTrue when passing local date times. False (default) when the date and time is UTC.Optional
ReasonStringReason for absence.Optional
WithAlertBoolSet to true to instruct BigChange to trigger alerts for this absence.Optional

Response Codes

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=ResourceAbsenceSave&ResourceId=108103&AbsenceTypeId=1488&From=2024-10-01 09:00:00&To=2024-10-01 17:00:00&DaysRequested=1&Paid=1&IsLocalTime=1&Reason=Bank holiday&WithAlert=0