POST api/Put_ConfiguraProveedor

Request Information

URI Parameters

None.

Body Parameters

TB_ListaConfiguraProveedor
NameDescriptionTypeAdditional information
idProveedor

globally unique identifier

None.

ListaProve

Collection of TB_ConfiguraProveedor

None.

Request Formats

application/json, text/json

Sample:
{
  "idProveedor": "665c16f8-8eb5-4769-89aa-37ad110c3004",
  "ListaProve": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "2c7b624b-2953-40db-901b-2c6771e2ced2",
        "banGeneral": true,
        "banPropio": true,
        "banIguala": true,
        "idRed": "9a32b1a1-9e44-4084-9ec6-36f90ed52296"
      },
      {
        "$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.