POST api/PostcatPV_Redes_x_idPV

Request Information

URI Parameters

None.

Body Parameters

TB_PostcatPV_Redes
NameDescriptionTypeAdditional information
idPV

globally unique identifier

None.

Lista

Collection of TB_catPV_Redes

None.

Request Formats

application/json, text/json

Sample:
{
  "idPV": "293ccc73-1fb8-4877-ab1b-e1ef85531780",
  "Lista": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idPV": "a9772158-4c5f-4270-936f-61415b6d6ffb",
        "idRed": "cbede409-c447-40ce-a120-56a8dcc8cdab"
      },
      {
        "$ref": "3"
      }
    ]
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.