POST api/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": "eaa14b23-6b35-4944-88d2-05f8d3346e96",
"FechaIni": "2025-12-23T21:14:02.6418398+00:00",
"FechaFin": "2025-12-23T21:14:02.6418398+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:02.6418398+00:00</FechaFin> <FechaIni>2025-12-23T21:14:02.6418398+00:00</FechaIni> <idSucursal>eaa14b23-6b35-4944-88d2-05f8d3346e96</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>