POST api/arquivoafd/exportar

Request Information

URI Parameters

None.

Body Parameters

ExportarAfd
NameDescriptionTypeAdditional information
EMPREGADORFK

integer

Required

IDUSUARIOLOGADO

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "EMPREGADORFK": 1,
  "IDUSUARIOLOGADO": 2
}

application/xml, text/xml

Sample:
<ExportarAfd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ponto.API.Utils.Classes.GELT">
  <EMPREGADORFK>1</EMPREGADORFK>
  <IDUSUARIOLOGADO>2</IDUSUARIOLOGADO>
</ExportarAfd>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.