POST api/PostCatServiciosPV

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": "d6ba5c86-b4a2-4e1b-87ce-35f451194ebd",
  "nomServicioPV": "sample string 2",
  "nomServicioPVComercial": "sample string 3",
  "Fecha": "2026-09-03T14:50:44.7919016+00: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.