GET api/download-async/cfdi?RfcEmisor={RfcEmisor}&RfcReceptor={RfcReceptor}&RfcSolicitante={RfcSolicitante}&De={De}&A={A}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RfcEmisor | string |
Required |
|
| RfcReceptor | string |
Required |
|
| RfcSolicitante | string |
Required |
|
| De | string |
Required |
|
| A | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GenericResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<GenericResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Helpers"> <Data /> <Message>sample string 2</Message> <Success>true</Success> </GenericResponse>