POST api/UpdateStatusCatServiciosPV

Request Information

URI Parameters

None.

Body Parameters

TB_catServiciosPV
NameDescriptionTypeAdditional information
idServicioPV

globally unique identifier

None.

nomServicioPV

string

None.

nomServicioPVComercial

string

None.

Fecha

date

None.

Status

boolean

None.

num

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "idServicioPV": "9d083bb9-e2f3-4179-8c95-d197779320fa",
  "nomServicioPV": "sample string 2",
  "nomServicioPVComercial": "sample string 3",
  "Fecha": "2026-03-21T01:56:23.6359963-04:00",
  "Status": true,
  "num": 6
}

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.