POST api/Put_Proveedor_TabGeneral

Request Information

URI Parameters

None.

Body Parameters

TB_ListaProveedor_TabGeneral
NameDescriptionTypeAdditional information
idProveedor

globally unique identifier

None.

idRed

globally unique identifier

None.

ListaCPT

Collection of TB_Proveedor_TabGeneral

None.

Request Formats

application/json, text/json

Sample:
{
  "idProveedor": "ac2e4b72-a945-44fd-83d7-f968e89be4d3",
  "idRed": "a6922ecb-3461-412e-967b-12c70c6d2c99",
  "ListaCPT": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "af8fc17f-66ff-405c-89a9-e98e5fd9b5b5",
        "idCPT": "3042988f-d404-405a-9914-5748b4bf9d49",
        "Porcentaje": 3.1,
        "idRed": "811ecf5e-8712-4830-bd3c-1d50eff5e273"
      },
      {
        "$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.