POST api/Comunicacion/ListadoDocumentosSucursalFecha
Request Information
URI Parameters
None.
Body Parameters
ListadoDocumentoSucursalName | Description | Type | Additional information |
---|---|---|---|
IdSucursal | globally unique identifier |
None. |
|
FechaInicio | date |
Required |
|
FechaFin | date |
Required |
Request Formats
application/json, text/json
Sample:
{ "IdSucursal": "e356b6a0-68d8-4ef2-8c10-e36bfa16375f", "FechaInicio": "2025-04-28T00:28:19.6451175-05:00", "FechaFin": "2025-04-28T00:28:19.6451175-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-04-28T00:28:19.6451175-05:00</FechaFin> <FechaInicio>2025-04-28T00:28:19.6451175-05:00</FechaInicio> <IdSucursal>e356b6a0-68d8-4ef2-8c10-e36bfa16375f</IdSucursal> </ListadoDocumentoSucursal>
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/" />