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": "d0195270-e9f8-458c-8412-c75973da497b",
  "idRed": "d3d6a0f2-a321-4bf7-9c07-82cb5510d7b0",
  "ListaCPT": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "399c4ca3-38b3-4093-bc11-d493db105989",
        "idCPT": "12d7ed99-4342-4a16-a039-ef356260dbbd",
        "Porcentaje": 3.1,
        "idRed": "35756975-d4dc-4ad0-a26c-7bdafa213501"
      },
      {
        "$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.