POST api/PutArchivosPersonaFisica
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_ArchivosFiscales| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| Archivo | Collection of byte |
None. |
|
| TipoArchivoFiscal | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idProveedor": "69a4f33e-8a48-44a9-9090-7e7ad1a386f8",
"Archivo": "QEA=",
"TipoArchivoFiscal": "sample string 2"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.