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": "fb490587-c56d-43de-b938-a8af7518dfde",
  "idRed": "21157e72-53d4-416b-8e99-3e3726889d87",
  "ListaCPT": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "077dbd94-d2c6-4bda-b83c-a07f0fff319d",
        "idCPT": "78f97db6-4e3c-4a36-9afd-e4fcece629c3",
        "Porcentaje": 3.1,
        "idRed": "0a92d064-5cf0-46ab-9998-9a0410b4cfc4"
      },
      {
        "$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.