Content
How to update "non working day" list
Added by destroyedlolo Faillie 4 months ago
Hello,
As per API document, it seems there is now way to update "non working day" list from the API :
- GET : /api/v3/days/non_working/ - Implemented
- PATCH : /api/v3/days/non_working/ - NOT IMPLEMENTED
So, as I guess non-working days are stored in the database, in which table I have to put my dates ?
(I know which webservice to find French non-working days : I'm using it to configure my smart home automation :) ).
Thanks
Laurent
Replies (1)
To find out which database table stores the non-working days, you can check the database schema or contact the system's database administrator or developers for guidance. Typically, this kind of information is stored in a database table related to date or calendar configurations. If you're unable to locate the table, consider reaching out to the system's support team or developers. MyAARPMedicare benefits They should be able to provide specific information about the database structure and guide you on how to update the non-working day list. Once you've identified the database table that stores the non-working day information, you can use SQL statements or a database management tool to update the list of non-working days as needed.