POST api/arquivoafd/importar

Request Information

URI Parameters

None.

Body Parameters

ImportarAFD
NameDescriptionTypeAdditional information
COLABORADORFK

integer

None.

EMPREGADORFK

integer

Required

ARQUIVO

string

Required

Request Formats

application/json, text/json

Sample:
{
  "COLABORADORFK": 1,
  "EMPREGADORFK": 2,
  "ARQUIVO": "sample string 3"
}

application/xml, text/xml

Sample:
<ImportarAFD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ponto.API.Utils.Classes.GELT">
  <ARQUIVO>sample string 3</ARQUIVO>
  <COLABORADORFK>1</COLABORADORFK>
  <EMPREGADORFK>2</EMPREGADORFK>
</ImportarAFD>

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.