-
Notifications
You must be signed in to change notification settings - Fork 1
Register
Borja Gorriz edited this page Sep 23, 2013
·
3 revisions
Base URL: api/dime/user/
| Method | Path | Description |
| POST | Registers a new user in a PS |
Example Request:
- Call: api/dime/user
- Request:
{
"request": {
"meta": {
"v": "0.9",
"status": "OK",
"code": 200,
"timeRef": 1338823008130,
"msg":""
},
"data": {
"startIndex": 0,
"itemsPerPage": 1,
"totalResults": 1,
"entry": [
{
"username": "testName",
"password": "testPassword",
"nickname": "testNickname",
"firstname": "testFirstname",
"lastname":"testLastname",
"emailAddress":"emai@mail.com"
}
]
}
}
}