POST api/UpdateCatPV
Request Information
URI Parameters
None.
Body Parameters
TB_catPV| Name | Description | Type | Additional information |
|---|---|---|---|
| idPV | globally unique identifier |
None. |
|
| nomPV | string |
None. |
|
| nomPVComercial | string |
None. |
|
| idPVSiControl | integer |
None. |
|
| Fecha | date |
None. |
|
| Status | boolean |
None. |
|
| Costo | decimal number |
None. |
|
| Periodicidad | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPV": "0b5f97db-0bd1-4a5a-854b-2e3cf9cc80ea",
"nomPV": "sample string 2",
"nomPVComercial": "sample string 3",
"idPVSiControl": 4,
"Fecha": "2026-03-22T15:01:49.6348607-04:00",
"Status": true,
"Costo": 7.1,
"Periodicidad": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.