POST api/PostcatPV_catServiciosPV_x_idPV
Request Information
URI Parameters
None.
Body Parameters
TB_PostcatPV_catServiciosPV| Name | Description | Type | Additional information |
|---|---|---|---|
| idPV | globally unique identifier |
None. |
|
| Lista | Collection of TB_catPV_catServiciosPV |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPV": "bb6c8842-f4bc-439f-ad6c-467b819dbcab",
"Lista": {
"$id": "2",
"$values": [
{
"$id": "3",
"idPV": "ca3dcbf3-a2cc-4184-a784-85b81c41fb92",
"idServicioPV": "ee95c232-e7a9-41c7-8cdc-52526bd51fa3",
"Costo": 3.1,
"Status": true,
"banAparece": true,
"Gratuidades": 6,
"Frecuencia": 7
},
{
"$ref": "3"
}
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.