POST api/Put_Proveedor_TabPropio

Request Information

URI Parameters

None.

Body Parameters

TB_ListaProveedor_TabPropio
NameDescriptionTypeAdditional information
idProveedor

globally unique identifier

None.

idRed

globally unique identifier

None.

ListaCPT

Collection of TB_Proveedor_TabPropio

None.

Request Formats

application/json, text/json

Sample:
{
  "idProveedor": "de6b8686-3976-4a1b-90c6-75ca09f13155",
  "idRed": "14ee2d8f-eba7-4e68-8db4-593bd291e347",
  "ListaCPT": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "094ff9d1-c391-4790-a13d-6d992c43a89f",
        "idCPT": "32769ed7-8d99-4ea3-a8bc-c4463a07bb48",
        "idRed": "ebc44325-da20-4263-a771-8eeac2c434ac",
        "Costo": 4.1
      },
      {
        "$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.