POST api/AFOS/ctServicoFornecimento/filtrar
Retorna filtro de AFOS.
Request Information
URI Parameters
None.
Body Parameters
FiltroServicoFornecimento| Name | Description | Type | Additional information |
|---|---|---|---|
| idsFornecedor | Collection of integer |
None. |
|
| idsItem | Collection of integer |
None. |
|
| exercicio | integer |
None. |
|
| numero | string |
None. |
|
| anoNumero | integer |
None. |
|
| processo | integer |
None. |
|
| anoProcesso | integer |
None. |
|
| situacao | string |
None. |
|
| tipo | string |
None. |
|
| textoPesquisado | string |
None. |
|
| dataEmissaoInicio | date |
None. |
|
| dataEmissaoFim | date |
None. |
|
| emergencial | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idsFornecedor": [
1,
2
],
"idsItem": [
1,
2
],
"exercicio": 1,
"numero": "sample string 1",
"anoNumero": 1,
"processo": 1,
"anoProcesso": 1,
"situacao": "sample string 2",
"tipo": "sample string 3",
"textoPesquisado": "sample string 4",
"dataEmissaoInicio": "2025-12-04T19:22:33.7023815",
"dataEmissaoFim": "2025-12-04T19:22:33.7023815",
"emergencial": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.