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": "0a2f0a09-714b-410e-b391-66b30a60c1ca",
"idSucursal": "45cd8f18-693d-46e9-989d-3c82451dba96",
"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.