POST api/UpdateStatusCatPV

Request Information

URI Parameters

None.

Body Parameters

TB_catPV
NameDescriptionTypeAdditional 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": "a200e1bb-5ebd-44a2-a5b2-981273481ce7",
  "nomPV": "sample string 2",
  "nomPVComercial": "sample string 3",
  "idPVSiControl": 4,
  "Fecha": "2026-03-13T20:34:23.4372809+00:00",
  "Status": true,
  "Costo": 7.1,
  "Periodicidad": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.