POST api/GetArchivoPF?idProveedor={idProveedor}&TipoArchivoPF={TipoArchivoPF}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idProveedor

globally unique identifier

Required

TipoArchivoPF

string

Required

Body Parameters

None.

Response Information

Resource Description

TB_ArchivosFiscales
NameDescriptionTypeAdditional information
idProveedor

globally unique identifier

None.

Archivo

Collection of byte

None.

TipoArchivoFiscal

string

None.

Response Formats

application/json, text/json

Sample:
{
  "idProveedor": "42cd2c5e-d741-4cc8-ae57-e210d548f29c",
  "Archivo": "QEA=",
  "TipoArchivoFiscal": "sample string 2"
}