POST Votos
Request Information
URI Parameters
None.
Body Parameters
VotosViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
IdUsuario | integer |
None. |
|
Acao | string |
None. |
|
Usuario | string |
None. |
|
Data | date |
None. |
|
id_objeto | integer |
None. |
|
Tipo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "IdUsuario": 2, "Acao": "sample string 3", "Usuario": "sample string 4", "Data": "2025-03-14T07:54:49.6434009-03:00", "id_objeto": 6, "Tipo": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.