Updated User Registration API (markdown)
parent
90f2fd2348
commit
4f780c957a
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ Takes a `application/json` payload. The JSON can be one of the following types:
|
|||
token : <signup token>,
|
||||
usertype : 'customer',
|
||||
email : <email (used for login)>,
|
||||
username : <preferred user name>,
|
||||
name : <preferred user name>,
|
||||
postcode : <customer postcode>,
|
||||
age : <age range key>
|
||||
age_range : <age range key>
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -31,7 +31,7 @@ Takes a `application/json` payload. The JSON can be one of the following types:
|
|||
token : <signup token>,
|
||||
usertype : 'customer',
|
||||
email : <email (used for login)>,
|
||||
username : <organisation name>,
|
||||
name : <organisation name>,
|
||||
street_name : <organisation street address>,
|
||||
town : <organisation village/town/city>,
|
||||
postcode : <organisation postcode>
|
||||
|
|
Reference in a new issue