GET api/mvno/validate/cpf/{cpf}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cpf

string

Required

Body Parameters

None.

Response Information

Resource Description

CPFUIResponse
NameDescriptionTypeAdditional information
status

integer

None.

nome

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "nome": "sample string 2"
}

text/html

Sample:
{"status":1,"nome":"sample string 2"}

application/xml, text/xml

Sample:
<CPFUIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoneClube.Business.Commons.Entities.FoneClube">
  <nome>sample string 2</nome>
  <status>1</status>
</CPFUIResponse>