POST api/PostServicioPV_x_idCPT
Request Information
URI Parameters
None.
Body Parameters
TB_PostcatServiciosPV_CPT| Name | Description | Type | Additional information |
|---|---|---|---|
| idServicioPV | globally unique identifier |
None. |
|
| ListaCPT | Collection of TB_catServiciosPV_CPT |
None. |
Request Formats
application/json, text/json
Sample:
{
"idServicioPV": "bb2d68e4-51e9-40a5-b635-d399713201fd",
"ListaCPT": {
"$id": "2",
"$values": [
{
"$id": "3",
"idServicioPV": "fe915441-9b16-4764-86f6-df4cea3c826a",
"idCPT": "c9252a2d-3aa3-4976-8ba1-8290ccc6a9bd"
},
{
"$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.