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": "ffb9bf8f-401f-4e94-9e30-948ecb2a191d",
"idSucursal": "2e9d6f3d-7cec-405c-961a-a8e488149476",
"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.