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": "d35b0321-64ae-427d-8d70-4d059e06b16c",
  "idRed": "7512d53c-4701-4825-8189-e15366bd798f",
  "ListaCPT": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "c1936d4f-843b-4210-b911-f1968fc48b6f",
        "idCPT": "3a0dd792-e07f-4eba-ba76-f7297785ffc4",
        "Porcentaje": 3.1,
        "idRed": "b716dcd8-c080-4823-97af-03085a81a505"
      },
      {
        "$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.