POST api/UpdateStatusCatServiciosPV
Request Information
URI Parameters
None.
Body Parameters
TB_catServiciosPV| Name | Description | Type | Additional 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": "5702a612-0b01-410d-aac9-6a6d3a70b5bd",
"nomServicioPV": "sample string 2",
"nomServicioPVComercial": "sample string 3",
"Fecha": "2026-06-18T03:15:54.5352861+00:00",
"Status": true,
"num": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.