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": "78702d80-855a-4ff2-bd46-c51822fe0542",
  "ListaProve": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "d495b0d7-29ea-4aa0-b132-d36a8250e9ec",
        "banGeneral": true,
        "banPropio": true,
        "banIguala": true,
        "idRed": "549e0eee-5adc-47b7-91b1-e7febb3c56e2"
      },
      {
        "$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.