POST api/GetArchivoPF?idProveedor={idProveedor}&TipoArchivoPF={TipoArchivoPF}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
Required |
|
| TipoArchivoPF | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_ArchivosFiscales| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| Archivo | Collection of byte |
None. |
|
| TipoArchivoFiscal | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idProveedor": "8cd55e81-34d2-43cb-b632-64195eb6e9ae",
"Archivo": "QEA=",
"TipoArchivoFiscal": "sample string 2"
}