POST api/Usuarios
Request Information
URI Parameters
None.
Body Parameters
usuarioName | Description | Type | Additional information |
---|---|---|---|
int_id | integer |
None. |
|
str_status | string |
None. |
|
dat_fecha | date |
None. |
|
str_nombre | string |
None. |
|
str_direccion | string |
None. |
|
str_departamento | string |
None. |
|
int_telefono | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "int_id": 1, "str_status": "sample string 2", "dat_fecha": "2024-11-21T07:01:42.7989453-06:00", "str_nombre": "sample string 3", "str_direccion": "sample string 4", "str_departamento": "sample string 5", "int_telefono": 1 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.