POST api/DeleteSucursalCheckups_x_idEstudio
Request Information
URI Parameters
None.
Body Parameters
TB_SucursalCheckUp| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
None. |
|
| idCheckup | globally unique identifier |
None. |
|
| nomCheckup | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idSucursal": "72593688-4437-4137-977e-713e9d712fb2",
"idCheckup": "89b1606a-ef45-458f-ba9b-b1231554f8d3",
"nomCheckup": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.