POST api/PostUserProveedor
Request Information
URI Parameters
None.
Body Parameters
TB_UserProveedor| Name | Description | Type | Additional information |
|---|---|---|---|
| idUser | globally unique identifier |
None. |
|
| Usuario | string |
None. |
|
| Password | string |
None. |
|
| PasswordHash | string |
None. |
|
| string |
None. |
||
| EmailVerificado | boolean |
None. |
|
| Telefono | string |
None. |
|
| TelefonoVerificado | boolean |
None. |
|
| banActivo | boolean |
None. |
|
| idProveedor | globally unique identifier |
None. |
|
| idRol | globally unique identifier |
None. |
|
| nomRol | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idUser": "39ff914a-67ad-43f9-975c-4e86654cd045",
"Usuario": "sample string 2",
"Password": "sample string 3",
"PasswordHash": "sample string 4",
"Email": "sample string 5",
"EmailVerificado": true,
"Telefono": "sample string 7",
"TelefonoVerificado": true,
"banActivo": true,
"idProveedor": "20b6c2ec-7409-4b7b-9597-c1ce10a60cad",
"idRol": "1249da91-c599-4a4c-8432-398abd245c32",
"nomRol": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.