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": "e14be9af-a649-487a-8f07-903d4690b46a",
"ListaCPT": {
"$id": "2",
"$values": [
{
"$id": "3",
"idServicioPV": "f0d2a68b-3ffa-4236-9476-ee2099e27396",
"idCPT": "4089d615-089f-4e17-90cc-d880692ea290"
},
{
"$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.