| ... | ... | @@ -21,6 +21,8 @@ |
|
|
|
|
|
|
|
| Propiedad | Tipo | Desc. |
|
|
|
|
| ------ | ------ |------ |
|
|
|
|
| resultado | enum | **ERROR** / **OK** |
|
|
|
|
| mensaje | string | Mensaje de error |
|
|
|
|
| nombre | string | |
|
|
|
|
| matricula | string | |
|
|
|
|
| cuit | string | |
|
| ... | ... | @@ -55,15 +57,54 @@ |
|
|
|
|
|
|
|
| Propiedad | Tipo | Desc. |
|
|
|
|
| ------ | ------ |------ |
|
|
|
|
| resultado | enum | **ERROR** / **OK** |
|
|
|
|
| mensaje | string | Mensaje de error |
|
|
|
|
| codigo | string | |
|
|
|
|
| descripcion | string | |
|
|
|
|
| cantidad | number | |
|
|
|
|
| precio | number | |
|
|
|
|
| arancel | number | |
|
|
|
|
| importe | number | |
|
|
|
|
| convenio | string | |
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
### BUSCADOR DE PRESTACIONES
|
|
|
|
|
|
|
|
###### Endpoint
|
|
|
|
|
|
|
|
`[POST] /prestaciones`
|
|
|
|
|
|
|
|
<details><summary>Request</summary>
|
|
|
|
|
|
|
|
###### Request
|
|
|
|
|
|
|
|
| Propiedad | Tipo | Desc. | Requerido |
|
|
|
|
| ------ | ------ |------ | ------ |
|
|
|
|
| q | string | Texto a buscar | * |
|
|
|
|
| convenio | string | Tabla del CM | * |
|
|
|
|
|
|
|
|
</details>
|
|
|
|
<details><summary>Response</summary>
|
|
|
|
|
|
|
|
###### Response
|
|
|
|
|
|
|
|
| Propiedad | Tipo | Desc. |
|
|
|
|
| ------ | ------ |------ |
|
|
|
|
| resultado | enum | **ERROR** / **OK** |
|
|
|
|
| mensaje | string | Mensaje de error |
|
|
|
|
| convenio | string | |
|
|
|
|
| resultados | array de prestaciones | |
|
|
|
|
|
|
|
|
###### Prestacion
|
|
|
|
|
|
|
|
| Propiedad | Tipo | Desc. |
|
|
|
|
| ------ | ------ |------ |
|
|
|
|
| codigo | string | |
|
|
|
|
| descripcion | string | |
|
|
|
|
| arancel | number | |
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
### VALIDACION PREVIA A AUTORIZAR
|
|
|
|
|
|
|
|
###### Endpoint
|
| ... | ... | @@ -117,6 +158,8 @@ |
|
|
|
|
|
|
|
| Propiedad | Tipo | Desc. |
|
|
|
|
| ------ | ------ |------ |
|
|
|
|
| resultado | enum | **ERROR** / **OK** |
|
|
|
|
| mensaje | string | Mensaje de error |
|
|
|
|
| referencia | string | Referencia en el CM |
|
|
|
|
| permite_planilla | string array | lista de codigos que permiten planilla |
|
|
|
|
| permite_recetario | string array | lista de codigos que permiten recetario |
|
| ... | ... | @@ -149,6 +192,8 @@ |
|
|
|
|
|
|
|
| Propiedad | Tipo | Desc. |
|
|
|
|
| ------ | ------ |------ |
|
|
|
|
| resultado | enum | **ERROR** / **OK** |
|
|
|
|
| mensaje | string | Mensaje de error |
|
|
|
|
| autorizacion | string | Nº de autorizacion |
|
|
|
|
|
|
|
|
</details> |
|
|
\ No newline at end of file |