GET/v1/admin/verification/medical-offices/{case_id}Get Medical Office Verification Admin
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
case_id | path | string | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | MedicalOfficeVerificationAdminOut |
| 422 | Error de validación | HTTPValidationError |
PATCH/v1/admin/verification/medical-offices/{case_id}/approveApprove Medical Office Verification
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
case_id | path | string | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | MedicalOfficeVerificationOut |
| 422 | Error de validación | HTTPValidationError |
PATCH/v1/admin/verification/medical-offices/{case_id}/rejectReject Medical Office Verification
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
case_id | path | string | Sí |
Cuerpo obligatorio MedicalOfficeVerificationReasonIn
| Campo | Tipo | Obl. |
|---|
reason | string | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | MedicalOfficeVerificationOut |
| 422 | Error de validación | HTTPValidationError |
PATCH/v1/admin/verification/medical-offices/{case_id}/request-infoRequest Medical Office Info
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
case_id | path | string | Sí |
Cuerpo obligatorio MedicalOfficeVerificationRevalidationIn
| Campo | Tipo | Obl. |
|---|
reason | string | Sí |
revalidationDueAt | string (date-time) o nulo | No |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | MedicalOfficeVerificationOut |
| 422 | Error de validación | HTTPValidationError |
PATCH/v1/admin/verification/medical-offices/{case_id}/suspendSuspend Medical Office Verification
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
case_id | path | string | Sí |
Cuerpo obligatorio MedicalOfficeVerificationReasonIn
| Campo | Tipo | Obl. |
|---|
reason | string | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | MedicalOfficeVerificationOut |
| 422 | Error de validación | HTTPValidationError |
GET/v1/medical-offices/{office_id}/verification-caseGet Medical Office Verification Case
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
office_id | path | integer | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | MedicalOfficeVerificationOut |
| 422 | Error de validación | HTTPValidationError |
PATCH/v1/medical-offices/{office_id}/verification-case/submitSubmit Medical Office Verification Case
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
office_id | path | integer | Sí |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 200 | Respuesta correcta | MedicalOfficeVerificationOut |
| 422 | Error de validación | HTTPValidationError |
POST/v1/medical-offices/{office_id}/verification-casesCreate Medical Office Verification Case
Parámetros
| Nombre | En | Tipo | Obl. |
|---|
office_id | path | integer | Sí |
Cuerpo obligatorio MedicalOfficeVerificationCreateIn
| Campo | Tipo | Obl. |
|---|
legalName | string o nulo | No |
commercialName | string o nulo | No |
taxId | string o nulo | No |
address | string o nulo | No |
geolocation | string o nulo | No |
responsibleUserId | string o nulo | No |
contactEmail | string o nulo | No |
Respuestas
| Código | Descripción | Devuelve |
|---|
| 201 | Respuesta correcta | MedicalOfficeVerificationOut |
| 422 | Error de validación | HTTPValidationError |