Skip to content

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

Notifications You must be signed in to change notification settings

phricardo/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