POST api/Comunicacion/ListadoDocumentosSucursalFecha

Request Information

URI Parameters

None.

Body Parameters

ListadoDocumentoSucursal
NameDescriptionTypeAdditional information
IdSucursal

globally unique identifier

None.

FechaInicio

date

Required

FechaFin

date

Required

Request Formats

application/json, text/json

Sample:
{
  "IdSucursal": "8b073046-6c82-495d-9d72-45bef25a50d6",
  "FechaInicio": "2025-06-28T09:25:40.8983426-05:00",
  "FechaFin": "2025-06-28T09:25:40.8983426-05:00"
}

application/xml, text/xml

Sample:
<ListadoDocumentoSucursal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIFACSEV2.Models.Json">
  <FechaFin>2025-06-28T09:25:40.8983426-05:00</FechaFin>
  <FechaInicio>2025-06-28T09:25:40.8983426-05:00</FechaInicio>
  <IdSucursal>8b073046-6c82-495d-9d72-45bef25a50d6</IdSucursal>
</ListadoDocumentoSucursal>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ListadoDocumentoSucursal'.

Response Information

Resource Description

Object

None.

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/" />