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": "a766ea6f-391d-4a3b-839b-d27e9d437d77",
  "idRed": "b001f18d-a71d-4576-a2f5-e3f474d3c3fe",
  "ListaCPT": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "322bec59-fe26-48c8-978f-d68a6fef4aca",
        "idCPT": "119a7c4a-9c93-4ae4-877d-af894593b22e",
        "Porcentaje": 3.1,
        "idRed": "a6aaa7f1-2415-4d7a-a393-2a1c15ac0b4c"
      },
      {
        "$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.