POST api/Facse/EnvioCorreo
Request Information
URI Parameters
None.
Body Parameters
EnvioCorreoModelName | Description | Type | Additional information |
---|---|---|---|
IdDocumento | globally unique identifier |
None. |
|
IdEmisorSucursal | globally unique identifier |
None. |
|
Correo | string |
None. |
|
ListadoAdjunto | Collection of Adjunto |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdDocumento": "061ac48e-b560-405f-9aec-82ee67ee0bd1", "IdEmisorSucursal": "c9b44e4e-3ce8-4841-8100-82d29fe80260", "Correo": "sample string 3", "ListadoAdjunto": [ { "NombreCompleto": "sample string 1", "Base64": "sample string 2" }, { "NombreCompleto": "sample string 1", "Base64": "sample string 2" } ] }
application/xml, text/xml
Sample:
<EnvioCorreoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIFACSEV2.Models.Json"> <Correo>sample string 3</Correo> <IdDocumento>061ac48e-b560-405f-9aec-82ee67ee0bd1</IdDocumento> <IdEmisorSucursal>c9b44e4e-3ce8-4841-8100-82d29fe80260</IdEmisorSucursal> <ListadoAdjunto> <EnvioCorreoModel.Adjunto> <Base64>sample string 2</Base64> <NombreCompleto>sample string 1</NombreCompleto> </EnvioCorreoModel.Adjunto> <EnvioCorreoModel.Adjunto> <Base64>sample string 2</Base64> <NombreCompleto>sample string 1</NombreCompleto> </EnvioCorreoModel.Adjunto> </ListadoAdjunto> </EnvioCorreoModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />