POST api/relatorio-ponto/gerar-relatorio
Request Information
URI Parameters
None.
Body Parameters
GerarRelatorioPontoModelName | Description | Type | Additional information |
---|---|---|---|
EmpresaId | integer |
None. |
|
ClienteId | Collection of integer |
None. |
|
Mes | integer |
None. |
|
Ano | integer |
None. |
|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "EmpresaId": 1, "ClienteId": [ 1, 2 ], "Mes": 2, "Ano": 3, "Email": "sample string 4" }
text/html, application/x-www-form-urlencoded, multipart/form-data
Sample:
{"EmpresaId":1,"ClienteId":[1,2],"Mes":2,"Ano":3,"Email":"sample string 4"}
Response Information
Resource Description
ResultApiName | Description | Type | Additional information |
---|---|---|---|
sucesso | boolean |
None. |
|
timeout | integer |
None. |
|
error | string |
None. |
|
error_description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "sucesso": true, "timeout": 100000, "error": "sample string 2", "error_description": "sample string 3" }
text/html, application/x-www-form-urlencoded, multipart/form-data
Sample:
{"sucesso":true,"timeout":100000,"error":"sample string 2","error_description":"sample string 3"}