POST Votos
Request Information
URI Parameters
None.
Body Parameters
VotosViewModel| Name | 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": "2026-01-11T16:07:16.9666619-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.