SubModules | Table | Routes | API Methods --------- | ----------- | ------------ | ----------- Schedule | schedules | schedule/+api_method | create, retrieve, update, delete Account Schedules | account_schedules | account_schedules/+api_method | create, retrieve, update, delete Schedule Table Column Name | Type | Remarks | Sample -------- | ------ | -------- | --------- id | increment | company_branch_id | unsignedInteger| position_id | unsignedInteger | days | integer | Boolean(left to right) - [Mon - Sun] | 1111-1110 = M-Sun time_start | time | time_end | time | Account Schedules Column Name | Type | Remarks ------- | --------- | ---------- id | increment | account_id | unsignedInteger | schedule_id | unsignedInteger | effective_date | date |
Schedule Table
Account Schedules