POST api/AFOS/ctServicoFornecimento/filtrar
Request Information
URI Parameters
None.
Body Parameters
FiltroServicoFornecimentoName | 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": "2024-12-21T22:31:42.8565076", "dataEmissaoFim": "2024-12-21T22:31:42.8565076", "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.