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": "fcaacd1a-cbe3-4c04-903b-4aa0691bc527",
"ListaCPT": {
"$id": "2",
"$values": [
{
"$id": "3",
"idServicioPV": "8fd03e0c-f757-4072-857b-4a672176a9c9",
"idCPT": "f2c41639-3695-471b-8af6-91c216e417bc"
},
{
"$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.