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": "12668f99-e4db-43d0-bbbf-cbc15f80bad7",
  "idRed": "147fd4bc-d1ba-4414-a266-f5a9bffe2e5c",
  "ListaCPT": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "007f62e1-8b10-4f92-b663-1adffdd5b2ad",
        "idCPT": "17825627-793f-4ea0-afda-c1b22f276e0f",
        "Porcentaje": 3.1,
        "idRed": "2920b0d1-ebce-4173-9ba6-0a6bf4368ef9"
      },
      {
        "$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.