1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "Controllers": {
- "MyPaymentSchedule": {},
- "MyTeams": {
- "model": "Team",
- "list": [
- "uid",
- "hcp_pro_id hcpProName()",
- "ally_pro_id allyProName()",
- "client_count"
- ],
- "single": [
- "uid",
- "deactivated_at",
- "deactivation_memo",
- "is_active isActive()",
- "reactivated_at",
- "reactivation_memo",
- "client_count",
- "client_count_refreshed_at",
- "team_number",
- "hcp_pro_id hcpProName()",
- "ally_pro_id allyProName()",
- "type"
- ],
- "edit": [
- "is_active bool",
- "team_number number",
- "ally_pro_id select Pro name_display id",
- "hcp_pro_id select Pro name_display id",
- "type"
- ],
- "add_api": "/api/teams/new",
- "edit_api": "/api/teams/update/:id",
- "delete_api": "/api/teams/delete/:id"
- },
- "MyClients": {
- },
- "Notes": {
- },
- "ERX": {
- },
- "ActionItems": {
- },
- "CareMonths": {
- },
- "Bills": {
- },
- "Transactions": {
- },
- "MedProfileLines": {
- },
- "MedProfileLineUpdates": {
- },
- "ProAccess": {
- },
- "McpUpdates": {
- },
- "AllyUpdates": {
- },
- "AuditLog": {
- }
- }
- }
|