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": "76cf07f7-3a22-4338-ba3a-9b6e35cf88bb", "IdEmisorSucursal": "d79d3035-c193-4e3c-b1f6-eee05204e2e1", "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>76cf07f7-3a22-4338-ba3a-9b6e35cf88bb</IdDocumento> <IdEmisorSucursal>d79d3035-c193-4e3c-b1f6-eee05204e2e1</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/" />