POST api/PostHorarioVC
Request Information
URI Parameters
None.
Body Parameters
TB_SucursalVC| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idSucursal | globally unique identifier |
None. |
|
| HoraIni | time interval |
None. |
|
| HoraFin | time interval |
None. |
|
| banVideo | boolean |
None. |
|
| banPresencial | boolean |
None. |
|
| banDomicilio | boolean |
None. |
|
| banQuita | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "fea79e99-cd93-4f84-81cb-4438b5a31ca9",
"idSucursal": "a87ca091-99c4-4421-87c4-1eecc4c5dac0",
"HoraIni": "00:00:00.1234567",
"HoraFin": "00:00:00.1234567",
"banVideo": true,
"banPresencial": true,
"banDomicilio": true,
"banQuita": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.