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

11 implement createcontract route for artists #23

Merged
merged 14 commits into from
Jul 22, 2023

Conversation

gcarvellas
Copy link
Contributor

@gcarvellas gcarvellas commented Jul 19, 2023

This should work

curl -X POST -H 'Content-Type: application/json' -d '{"contractType": "artist", "helperBadgeQt": 2, "additionalChairsQt": 2, "artistNumber": 1234567890, "signerName": "TestSigner", "email": "[email protected]"}' http://localhost:3001/contract

@gcarvellas gcarvellas linked an issue Jul 19, 2023 that may be closed by this pull request
@gcarvellas gcarvellas merged commit d3b1575 into main Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement POST /contract route (artists only)
3 participants