URL API: https://tad-store-api.azurewebsites.net/api/
GET /api/users
GET /api/users/${dni}
| Parameter | Type | Description |
|---|---|---|
dni |
string |
Required. User's DNI |
DELETE /api/users/${id}
| Parameter | Type | Description |
|---|---|---|
dni |
string |
Required. User's DNI |
POST /api/users/${id}
| Parameter | Type | Description |
|---|---|---|
dni |
String |
Required. User's DNI |
name |
String |
User's Name |
user |
String |
Username |
password |
String |
Password |
role |
Integer |
Role's Code |