Updated User Registration API (markdown)

Tom Bloor 2017-04-25 18:42:18 +01:00
parent fef0b44aab
commit 8b634a748c

@ -20,7 +20,8 @@ Takes a `application/json` payload. The JSON can be one of the following types:
email : <email (used for login)>,
name : <preferred user name>,
postcode : <customer postcode>,
age_range : <age range key>
age_range : <age range key>,
password : <password (used for login)>
}
```
@ -34,7 +35,8 @@ Takes a `application/json` payload. The JSON can be one of the following types:
name : <organisation name>,
street_name : <organisation street address>,
town : <organisation village/town/city>,
postcode : <organisation postcode>
postcode : <organisation postcode>,
password : <password (used for login)>
}
```