Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C cm-mdp-public-docs
  • Project information
    • Project information
    • Activity
    • Members
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
Collapse sidebar
  • public-docs
  • cm-mdp-public-docs
  • Wiki
  • Especificacion servicios SAMI

Especificacion servicios SAMI · Changes

Page history
Create Especificacion servicios SAMI authored Dec 12, 2022 by Nicolas Goldberg's avatar Nicolas Goldberg
Hide whitespace changes
Inline Side-by-side
Especificacion-servicios-SAMI.md 0 → 100644
View page @ 3d2d2a3f
### VALIDACION DE SOCIOS
###### Endpoint
`[POST] /sami/validar/socio`
<details><summary>Request</summary>
###### Request
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ | ------ |
| credencial | string | Credencial del Afiliado | * |
| documento | string | Documento del Afiliado | |
</details>
<details><summary>Response</summary>
###### Response
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| resultado | enum | **ERROR** / **OK** |
| mensaje | string | Mensaje de error |
| credencial | string | |
| nombre | string | |
| plan | string | |
| condicion_iva | string | |
| documento_tipo | string | |
| documento_numero | string | |
</details>
### AUTORIZAR
###### Endpoint
`[POST] /sami/autorizar`
<details><summary>Request</summary>
###### Request
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ | ------ | ------ |
| socio | object | Objeto Socio | * |
| efector | object | Objeto Prestador | * |
| facturacion | object | Objeto Prestador | |
| solicitante | object | Objeto Prestador | |
| prestaciones | array | Lista de objetos Prestacion | * |
###### Socio
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ | ------ |
| credencial | string | | * |
| nombre | string | |
| plan | string | |
| condicion_iva | string | |
| documento_tipo | string | |
| documento_numero | string | |
###### Prestador
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ | ------ |
| nombre | string | | |
| matricula | string | | * |
| cuit | string | | |
###### Prestacion
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ | ------ |
| codigo | string | | * |
| descripcion | string | | |
| cantidad | number | | * |
</details>
<details><summary>Response</summary>
###### Response
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| resultado | enum | **ERROR** / **OK** |
| mensaje | string | Mensaje de error |
| codigo | string | Referencia en SAMI |
| socio | object | Objeto Socio |
| efector | object | Objeto Prestador |
| facturacion | object | Objeto| Prestador |
| solicitante | object | Objeto Prestador |
| prestaciones | array | Lista de objetos Prestacion |
###### Socio
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| credencial | string | |
| nombre | string | |
| plan | string | |
| condicion_iva | string |
| documento_tipo | string |
| documento_numero | string |
###### Prestador
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| nombre | string | |
| matricula | string | |
| cuit | string | |
###### Prestacion
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| codigo | string | |
| descripcion | string | |
| cantidad | number | |
| copago | number | |
</details>
### ANULAR AUTORIZACION
###### Endpoint
`[POST] /sami/anular`
<details><summary>Request</summary>
###### Request
| Propiedad | Tipo | Desc. | Requerido |
| ------ | ------ |------ |------ |
| referencia | string | ID en SAMI | * |
</details>
<details><summary>Response</summary>
###### Response
| Propiedad | Tipo | Desc. |
| ------ | ------ |------ |
| resultado | enum | **ERROR** / **OK** |
| mensaje | string | Mensaje de error |
</details>
\ No newline at end of file
Clone repository
  • API Sector Privado
  • Especificacion servicios Centro Medico
  • Especificacion servicios SAMI
  • Home