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": "efe9a774-8067-4df0-9c45-3b4240f0895f",
  "idRed": "b9fa43e2-2a77-413d-86b5-b4b0f565ac38",
  "ListaCPT": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "7ceb1ca7-bc9d-47d8-a7e2-e9d75b8fec19",
        "idCPT": "ce5814fb-3dc0-4e81-8094-4e961bd030e3",
        "Porcentaje": 3.1,
        "idRed": "481c4468-252c-41f5-94d8-6b60849424bc"
      },
      {
        "$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.