| ... | @@ -102,7 +102,7 @@ |
... | @@ -102,7 +102,7 @@ |
|
|
|
|
|
|
|
###### Endpoint
|
|
###### Endpoint
|
|
|
|
|
|
|
|
`[POST] /prestaciones`
|
|
`[GET] /prestaciones`
|
|
|
|
|
|
|
|
<details><summary>Request</summary>
|
|
<details><summary>Request</summary>
|
|
|
|
|
|
| ... | @@ -111,8 +111,8 @@ |
... | @@ -111,8 +111,8 @@ |
|
|
| Propiedad | Tipo | Desc. | Requerido |
|
|
| Propiedad | Tipo | Desc. | Requerido |
|
|
|
| ------ | ------ |------ | ------ |
|
|
| ------ | ------ |------ | ------ |
|
|
|
| convenio | string | Tabla del CM | * |
|
|
| convenio | string | Tabla del CM | * |
|
|
|
| q | string | Buscar desde el principio | * |
|
|
| q | string | Buscar desde el principio | |
|
|
|
| c | string | Buscar dentro | * |
|
|
| c | string | Buscar dentro | |
|
|
|
|
|
|
|
|
</details>
|
|
</details>
|
|
|
<details><summary>Response</summary>
|
|
<details><summary>Response</summary>
|
| ... | @@ -167,3 +167,34 @@ |
... | @@ -167,3 +167,34 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
</details>
|
|
</details>
|
|
|
|
|
|
|
|
### CREAR PROF. SOLICITANTE
|
|
|
|
|
|
|
|
###### Endpoint
|
|
|
|
|
|
|
|
`[POST] /profesionales/solicitantes`
|
|
|
|
|
|
|
|
<details><summary>Request</summary>
|
|
|
|
|
|
|
|
###### Request
|
|
|
|
|
|
|
|
| Propiedad | Tipo | Desc. | Requerido |
|
|
|
|
| ------ | ------ |------ | ------ |
|
|
|
|
| nombre | string | Nº de afiliado | * |
|
|
|
|
| matricula | string | Nº de afiliado | * |
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
<details><summary>Response</summary>
|
|
|
|
|
|
|
|
| Propiedad | Tipo | Desc. |
|
|
|
|
| ------ | ------ |------ |
|
|
|
|
| nombre | string | |
|
|
|
|
| matricula | string | |
|
|
|
|
| cuit | string | CUIT del CM |
|
|
|
|
| convenio | string | Nº interno del CM |
|
|
|
|
| resultado | enum | **ERROR** / **OK** |
|
|
|
|
| mensaje | string | Mensaje de error |
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|