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": "63d2c8cc-8287-4dee-9416-477b9de32afd",
"idSucursal": "4095708c-1ab1-48d2-9641-1fcbb4e5b199",
"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.