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": "63b07adf-9a78-4710-8514-ca7481da29b8",
"FechaIni": "2026-02-21T19:29:49.0440969+00:00",
"FechaFin": "2026-02-21T19:29:49.0440969+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>2026-02-21T19:29:49.0440969+00:00</FechaFin> <FechaIni>2026-02-21T19:29:49.0440969+00:00</FechaIni> <idSucursal>63b07adf-9a78-4710-8514-ca7481da29b8</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>