...
Com o INI Protheus configurado, a nomenclatura das API´s ficará no formato: <url + Porta + chave rest definidos no INI Protheus> + totvshealthplans/totvsHealthPlans/v1/ProcedureAuthorizationprocedureAuthorization.
Exemplo:

Logo, a minha URL será: http://localhost:8080/rest/totvsHealthPlanstotvshealthplans/v1/ProcedureAuthorizationprocedureAuthorization?procedureId={tableAndProcedure}
03. VERBOS
Seguem os verbos disponíveis na API:
...
http://localhost:8080/rest/totvsHealthPlanstotvshealthplans/v1/ProcedureAuthorizationprocedureAuthorization?procedureId?procedureId=2210101012

05. EXEMPLOS DE JSONS DE RESPOSTA
...
| { "procedure": { "status": 1, "auditing": false, "requestedQuantity": 1, "procedureType": "0", "procedureDescription": "CONSULTA 10101012", "tableCode": "22", "procedureCode": "10101012", "authLevel": "BR8", "authLevelKey": "0110101012", "authLevelDesc": "Nivel: Tabela Padrao", "rejectionCauses": [], "medicalTeam": [], "authorizedQuantity": 1, "inSerie": false, "obsNegative": "", "obsAudito": "", "justification": "", "balance": 0, "usQuantity": 0, "vlrCon": 0, "franchise": 0, "unitaryWorth": 0, "lembrete": "1", "mandatoryAttachment": "1", "_expandables": [ "medicalTeam", "rejectionCauses" ] }, "serviceResponse": true } |
...