POST api/v2/AgendaSucursal
Request Information
URI Parameters
None.
Body Parameters
TBPostAgendaSucBIC| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
None. |
|
| FechaIni | date |
None. |
|
| FechaFin | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"idSucursal": "9cad6f0e-164f-47a7-a95d-ec2c1c2bff70",
"FechaIni": "2025-12-23T21:14:03.0792515+00:00",
"FechaFin": "2025-12-23T21:14:03.0792515+00:00"
}
application/xml, text/xml
Sample:
<TBPostAgendaSucBIC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VC_Med_Ecuador_pr"> <FechaFin>2025-12-23T21:14:03.0792515+00:00</FechaFin> <FechaIni>2025-12-23T21:14:03.0792515+00:00</FechaIni> <idSucursal>9cad6f0e-164f-47a7-a95d-ec2c1c2bff70</idSucursal> </TBPostAgendaSucBIC>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VC_Med_Ecuador_pr"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>