ScheduleItem
| Verbo | Nome | Path |
|---|---|---|
| GET | Find Schedule Item By Patient Name | /api/schedule-item/v1/ |
| PATCH | Book Hour in Calendar | /api/schedule-item/v1/book-hour-schedule-item |
| PATCH | Book Hour in Calendar | /api/schedule-item/v1/book-hour-schedule-item-aol/ |
| PATCH | Book Hour in Calendar | /api/schedule-item/v1/book-hour-schedule-item/{id} |
| GET | Find Schedule Item By Date And Parameters Schedule Type A | /api/schedule-item/v1/by-date-and-parameters-type-a |
| GET | Find Schedule Item By Date And Parameters Schedule Type AOL | /api/schedule-item/v1/by-date-and-parameters-type-aol |
| PUT | Schedule Cancel Item By Id | /api/schedule-item/v1/cancel-schedule-item/{id} |
| PUT | Schedule Confirm Item By Id | /api/schedule-item/v1/confirm-schedule-item/{id} |
| POST | Medical Fitting Schedule Item By Id | /api/schedule-item/v1/fitting-schedule-item/{id} |
| GET | Find Schedule Item By Health Provider Id And Date | /api/schedule-item/v1/health-provider-id-and-date |
| DELETE | Schedule Remove Item By Id | /api/schedule-item/v1/remove-schedule-item/{id}/{reasonId} |
| GET | Find Schedule Available Item By Date | /api/schedule-item/v1/scheduling-item-available |
| GET | Find Schedule Item By Scheduling Item Type And Date | /api/schedule-item/v1/scheduling-item-type-and-date |
| GET | Find Schedule Item By Id | /api/schedule-item/v1/{id} |
Updated 3 days ago