Edumarket
It is used to promote partners,application or courses. There the users can read about active offers.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./edumarket | It is used to return the list with all active offers from Edumarket. |
GET | ./edumarket/detalii | It is used to return the details for an offer from Edumarket list. |
PUT | ./edumarket/favorit | It is used to set an offer as favorite. |
DELETE | ./edumarket/livresq_account | It is used to disable a widget from an offer. |
GET | ./edumarket/livresq_account | It is used to check if the user has a created account to use Livresq. |
POST | ./edumarket/livresq_account | It is used to create an account for authentication and for using the platform Livresq. |
GET | ./edumarket/neuron_account | We check if the user has a purchased subscription. |
GET | ./edumarket/ofertanti | It is used to retrive the list with all tenderers from Edumarket. |
POST | ./edumarket/ofertant | It is used to add a new tenderer. |
PUT | ./edumarket/ofertant | It is used to modify the details about a tenderer. |
DELETE | ./edumarket/ofertant | It is used to delete a tenderer. |
POST | ./edumarket/oferta | It is used to add a new offer. |
PUT | ./edumarket/oferta | It is used to modify the offer and the visualization permissions. |
POST | ./edumarket/widget | It is used to add a new widget to an offer. |
DELETE | ./edumarket/widget | It is used to delete a widget. |