Provider API¶
This document outlines the API endpoints available for managing providers in InvenioILS.
-
List Providers
- Endpoint:
/api/providers
- Method:
GET
- Description: Retrieves a list of all providers.
- Endpoint:
-
Create Provider
- Endpoint:
/api/providers
- Method:
POST
- Description: Creates a new provider.
- Endpoint:
-
Get Provider Details
- Endpoint:
/api/providers/<provider_id>
- Method:
GET
- Description: Retrieves detailed information about a specific provider.
- Endpoint:
-
Update Provider
- Endpoint:
/api/providers/<provider_id>
- Method:
PUT
- Description: Updates details of an existing provider.
- Endpoint: