POST api/PutQuitarArchivos
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": "a385c00f-95dd-4b4a-a85a-c841a7593b4d",
"Archivo": "QEA=",
"TipoArchivoFiscal": "sample string 2"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.