GET api/Usuarios/ExisteRfcAX?RFC={RFC}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RFC | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RFCData| Name | Description | Type | Additional information |
|---|---|---|---|
| FSRFC | string |
None. |
|
| FSNombreEmpresa | string |
None. |
|
| FLRECID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FSRFC": "sample string 1",
"FSNombreEmpresa": "sample string 2",
"FLRECID": 3
}
application/xml, text/xml
Sample:
<RFCData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExtranetWS.Models"> <FLRECID>3</FLRECID> <FSNombreEmpresa>sample string 2</FSNombreEmpresa> <FSRFC>sample string 1</FSRFC> </RFCData>