Basic
| Verbo | Nome | Path |
|---|---|---|
| GET | Get All Employee | /api/basic/v1/Employee |
| GET | Get All Cashier | /api/basic/v1/cashier/{companyId} |
| GET | Get All Credit Card | /api/basic/v1/creditCard |
| GET | Get All Credit Debit Note Reason | /api/basic/v1/creditDebitNoteReason |
| GET | Get All Credit Debit Note Type | /api/basic/v1/creditDebitNoteType/{companyId} |
| GET | Get All Currency | /api/basic/v1/curency/{companyId} |
| GET | Get All Current Account | /api/basic/v1/currentAccount/{companyId} |
| GET | Get All Departments | /api/basic/v1/department |
| GET | Get Departments By Id | /api/basic/v1/department/{id} |
| GET | Get Hospital Unit Department By Id | /api/basic/v1/department/{id}/hospital-unit |
| GET | Get All Health Providers | /api/basic/v1/health-provider |
| GET | Get All Health Providers Type | /api/basic/v1/health-provider-type |
| GET | Get Health Provider Type By Id | /api/basic/v1/health-provider-type/{id} |
| GET | Get Health Provider By Speciality Id | /api/basic/v1/health-provider/speciality/{id} |
| GET | Get Health Provider By Id | /api/basic/v1/health-provider/{id} |
| GET | Get all hospital Unit | /api/basic/v1/hospital-unit |
| GET | Get hospital Unit By Id | /api/basic/v1/hospital-unit/{id} |
| GET | Get All Marking Type | /api/basic/v1/marking-type |
| GET | Get Marking Type By Id | /api/basic/v1/marking-type/{id} |
| GET | Get All PaymentTerms | /api/basic/v1/paymentTerms |
| GET | Get All Service Available | /api/basic/v1/service |
| GET | Get Service By Id | /api/basic/v1/service/{id} |
| GET | Get All Speciality | /api/basic/v1/specialty |
| GET | Get Speciality By Id | /api/basic/v1/specialty/{id} |
Updated 3 days ago