POST api/geral/IncluirSolicita
Request Information
URI Parameters
None.
Body Parameters
SolicitaVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IDSolic | integer |
None. |
|
| IDTipo | integer |
None. |
|
| Data | date |
None. |
|
| IDFavorecido | integer |
None. |
|
| IDUsuario | integer |
None. |
|
| Valor | decimal number |
None. |
|
| Obs | string |
None. |
|
| IDStatus | integer |
None. |
|
| Descricao | string |
None. |
|
| IDCentroCusto | integer |
None. |
|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDSolic": 1,
"IDTipo": 2,
"Data": "2026-03-03T21:34:05.7900514-03:00",
"IDFavorecido": 4,
"IDUsuario": 5,
"Valor": 1.0,
"Obs": "sample string 6",
"IDStatus": 7,
"Descricao": "sample string 8",
"IDCentroCusto": 1,
"IdContaAcesso": 9,
"Token": "sample string 10"
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1