POST api/GetArchivoPM?idProveedor={idProveedor}&TipoArchivoPM={TipoArchivoPM}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idProveedor

globally unique identifier

Required

TipoArchivoPM

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": "8b901954-03f1-4182-b77c-3f447ba0b7ff",
  "Archivo": "QEA=",
  "TipoArchivoFiscal": "sample string 2"
}