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": "a983bc4e-26de-4464-ae22-08d34319f2b6",
"idSucursal": "30e50d23-ecc6-466a-a281-e6774369bc99",
"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.