POST api/PostServicio_x_idSucursal
Request Information
URI Parameters
None.
Body Parameters
TB_Servicios_Sucursal| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
None. |
|
| idServicio | globally unique identifier |
None. |
|
| nomServicio | string |
None. |
|
| banAplica | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"idSucursal": "6b707088-e239-4dbc-880e-e2481e6012fe",
"idServicio": "39cf7bbe-c96d-4429-ae7a-d077e3cc8ede",
"nomServicio": "sample string 3",
"banAplica": 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.