Skip to content

phricardorj/schedule-technicians-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

76 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

idJava API

This API allows the registration of technicians and customers to schedule a technical visit at the customer's address.

Techs

Development

docker-compose up -d

To do

/api/v1/company
- [โœ”๏ธ][GET] Get all registered companies
- [โœ”๏ธ][GET] Get Company by Id
- [โœ”๏ธ][POST] Register Company
- [โœ”๏ธ][PATCH] Edit Company by Id
- [โœ”๏ธ][DELETE] Delete Company by Id
-------------------
/api/v1/technician
- [โœ”๏ธ][GET] Get Technician by Enrollment
- [โœ”๏ธ][POST] Register Technician
- [โœ”๏ธ][PATCH] Edit Technician by Enrollment
- [โœ”๏ธ][DELETE] Delete Customer via Enrollment
-------------------
/api/v1/customer
- [โœ”๏ธ][GET] Get Customer by Id
- [โœ”๏ธ][POST] Register Customer
- [โœ”๏ธ][PATCH] Edit Customer by Id
- [โœ”๏ธ][DELETE] Delete Customer by Id
-------------------
/api/v1/scheduling
- [โœ”๏ธ][GET] Get Scheduling by Service Order (OS)
- [โœ”๏ธ][POST] Register Scheduling
- [โœ”๏ธ][PATCH] Reschedule Scheduling by Service Order (OS)
- [โœ”๏ธ][DELETE] Cancel Scheduling by Service Order (OS)

About

๐Ÿ“… | This API allows the registration of technicians and customers to schedule a technical visit at the customer's address.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages