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": "1688cc27-ca38-4ac5-8eab-a65c68341311",
"ListaCPT": {
"$id": "2",
"$values": [
{
"$id": "3",
"idServicioPV": "329f9535-6a51-4f57-b99b-5b91b1f9810b",
"idCPT": "65d7ca5a-b702-4c58-b171-67518243a870"
},
{
"$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.