Branch API REST Endpoints
Common Core Services/Branch API
This service is used for localholidays Operations
- Adds a new local holidays
- Method: postPath:
/localholidays
- Adds a new system dates
- Method: postPath:
/systemdates
- Authorize the local holidays by given ID
- Method: patchPath:
/localholidays/{id}/approve
- Authorize the system dates by given ID
- Method: patchPath:
/systemdates/{id}/approve
- Close the local holidays by given ID
- Method: patchPath:
/localholidays/{id}/close
- Close the system dates by given ID
- Method: patchPath:
/systemdates/{id}/close
- Deletes the local holidays identified by given ID
- Method: deletePath:
/localholidays/{id}
- Deletes the systemdates identified by given ID
- Method: deletePath:
/systemdates/{id}
- Get all valid local holidays
- Method: getPath:
/localholidays
- Get all valid system dates
- Method: getPath:
/systemdates
- Get begin of working day
- Method: getPath:
/localholidays/{inputDate}/beginworkingday/{period}
- Get Beginning of Period
- Method: getPath:
/localholidays/{inputDate}/beginningperiod/{period}
- Get branch working day
- Method: getPath:
/localholidays/getbranchworkingDay/{branchCode}/{inputDate}/{nextPrev}/{offset}/{lowerlimitdate}/{upperlimitdate}
- Get calendar Calendar end Period
- Method: getPath:
/localholidays/{inputDate}/calendarendperiod/{period}
- Get calendar start period
- Method: getPath:
/localholidays/{inputDate}/calendarstartperiod/{period}
- Get end of is branch holiday
- Method: getPath:
/localholidays/isbranchholiday/{branchCode}/{inputDate}
- Get End of Period
- Method: getPath:
/localholidays/{inputDate}/endperiod/{period}
- Get end of working day
- Method: getPath:
/localholidays/{inputDate}/endofworkingday/{period}
- Reopen the local holidays by given ID.
- Method: patchPath:
/localholidays/{id}/reopen
- Reopen the system dates by given ID
- Method: patchPath:
/systemdates/{id}/reopen
- Retrieves the local holidays by ID
- Method: getPath:
/localholidays/{id}
- Retrieves the system dates by ID
- Method: getPath:
/systemdates/{id}
- Retrives the getToday by given Branch Code
- Method: getPath:
/systemdates/getToday
- Retrives the local holidays by given ID
- Method: getPath:
/localholidays/{id}/history
- Retrives the local holidays by given ID
- Method: getPath:
/localholidays/{id}/unauthorized
- Retrives the local holidays by given ID
- Method: getPath:
/localholidays/{id}/viewchanges
- Retrives the system dates by given ID
- Method: getPath:
/systemdates/{id}/history
- Retrives the system dates by given ID
- Method: getPath:
/systemdates/{id}/unauthorized
- Retrives the system dates by given ID
- Method: getPath:
/systemdates/{id}/viewchanges
- Update an existing rule
- Method: putPath:
/localholidays/{id}
- Update an existing rule
- Method: putPath:
/systemdates/{id}