POST api/v1/consultareceitafederal/cpf

Request Information

URI Parameters

None.

Body Parameters

RequestCaptchaGuid
NameDescriptionTypeAdditional information
guid

string

None.

captcha

string

None.

cnpj

string

None.

cpf

string

None.

dataNascimento

date

None.

Request Formats

application/json, text/json

Sample:
{
  "guid": "sample string 1",
  "captcha": "sample string 2",
  "cnpj": "sample string 3",
  "cpf": "sample string 4",
  "dataNascimento": "2024-09-01T12:28:24.3592695+00:00"
}

application/xml, text/xml

Sample:
<RequestCaptchaGuid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/siaf_consulta_cpf_cnpj.Controllers">
  <captcha>sample string 2</captcha>
  <cnpj>sample string 3</cnpj>
  <cpf>sample string 4</cpf>
  <dataNascimento>2024-09-01T12:28:24.3592695+00:00</dataNascimento>
  <guid>sample string 1</guid>
</RequestCaptchaGuid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfACBrPessoa
NameDescriptionTypeAdditional information
Content

ACBrPessoa

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.