Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement POA Request List API endpoint #96509

Open
1 task
candilemoine opened this issue Nov 5, 2024 · 0 comments
Open
1 task

Implement POA Request List API endpoint #96509

candilemoine opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels
accredited-rep-facing Accredited Representative Facing Team arf-eng backend

Comments

@candilemoine
Copy link
Contributor

candilemoine commented Nov 5, 2024

Description

Scaffolding the routes. Previous code for this was reverted in a couple commits. Not unlikely that it's useful:

Example object:

{
  "status": "Pending",
  "declinedReason": null,
  "powerOfAttorneyCode": "091",
  "submittedAt": "2024-04-30T11:03:17Z",
  "acceptedOrDeclinedAt": null,
  "isAddressChangingAuthorized": false,
  "isTreatmentDisclosureAuthorized": true,
  "veteran": {
    "firstName": "Herlinda",
    "middleName": null,
    "lastName": "Kertzmann",
    "participantId": "5814279075"
  },
  "representative": {
    "email": "nyla_russel@king-skiles.example",
    "firstName": "Genaro",
    "lastName": "Thompson"
  },
  "claimant": {
    "firstName": "Earline",
    "lastName": "McGlynn",
    "participantId": "2052137776",
    "relationshipToVeteran": "Child"
  },
  "claimantAddress": {
    "city": "Reedview",
    "state": "MD",
    "zip": "16300",
    "country": "GU",
    "militaryPostOffice": null,
    "militaryPostalCode": null
  }
}

Implementation Details

  • utilize mock data

Acceptance Criteria

@candilemoine candilemoine added accredited-rep-facing Accredited Representative Facing Team arf-eng labels Nov 5, 2024
@nihil2501 nihil2501 changed the title Implement POA Request list API endpoint Implement POA Request List API endpoint Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accredited-rep-facing Accredited Representative Facing Team arf-eng backend
Projects
None yet
Development

No branches or pull requests

3 participants