POST api/Descargas/DescargarZip
Request Information
URI Parameters
None.
Body Parameters
DescargaCFDI| Name | Description | Type | Additional information |
|---|---|---|---|
| Usuario | string |
Required String length: inclusive between 0 and 100 |
|
| Psw | string |
Required String length: inclusive between 0 and 100 |
|
| Fecha | string |
Required Matching regular expression pattern: ^\d{8}$ |
|
| RfcEmpresa | string |
Required String length: inclusive between 0 and 13 |
Request Formats
application/json, text/json
Sample:
{
"Usuario": "sample string 1",
"Psw": "sample string 2",
"Fecha": "sample string 3",
"RfcEmpresa": "sample string 4"
}
application/xml, text/xml
Sample:
<DescargaCFDI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCFDI.Models"> <Fecha>sample string 3</Fecha> <Psw>sample string 2</Psw> <RfcEmpresa>sample string 4</RfcEmpresa> <Usuario>sample string 1</Usuario> </DescargaCFDI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |