| URI | /articles/ |
|---|---|
| Method | GET – Gets list of articles with versions. |
| 100 – Does Not Exist | Object does not exist |
|---|
| URI | /articles/{id}/ |
|---|---|
| Method | GET – Gets article by its id. |
| 100 – Does Not Exist | Object does not exist |
|---|
| URI | /rates/ |
|---|---|
| Method | POST – Adds rates of treating. |
| idPlan [Integer] | Detailed plan's id[Required] |
|---|---|
| yearBirth [Integer] | Patient’s year of birth[Required] |
| gender[String] | Patient’s gender[Required] |
| rateBefore[Integer] | State of health’s rate before treating.[Required] |
| rateAfter[Integer] | State of health’s rate after treating.[Required] |
| 100 – Does Not Exist | Object does not exist |
|---|
| URI | /plans/ |
|---|---|
| Method | GET – Gets plans of treating. |
| 100 – Does Not Exist | Object does not exist |
|---|
| URI | /plans/detailed/ |
|---|---|
| Method | GET – Gets detailed plans of treating. |
| 100 – Does Not Exist | Object does not exist |
|---|