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

[Backend] - Endpoint to Register new Volunteer #18

Closed
psantos10 opened this issue Mar 30, 2020 · 0 comments · Fixed by #28
Closed

[Backend] - Endpoint to Register new Volunteer #18

psantos10 opened this issue Mar 30, 2020 · 0 comments · Fixed by #28
Assignees

Comments

@psantos10
Copy link
Owner

psantos10 commented Mar 30, 2020

Endpoint:

POST /api/volunteers/create

Example Body:

{
  volunteer: {
    fullname: "John Doe",
    email: "John.Doe@example.com",
    password: "secret$123",
    cellphone: "924323232",
     province: "Luanda",
     county: "Belas"
     types_of_availability: "donation_food_clothes, psychological_support"
  }
}

Returns:

Code: 201

Created Object

@psantos10 psantos10 added this to To do in v1.0.x Roadmap via automation Mar 31, 2020
@psantos10 psantos10 self-assigned this Mar 31, 2020
@psantos10 psantos10 moved this from To do to In progress in v1.0.x Roadmap Mar 31, 2020
v1.0.x Roadmap automation moved this from In progress to Done Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant