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": "dbc4c633-4f20-478e-9d38-0176edbdc1bc",
  "ListaProve": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "0865719c-ec55-459b-a02a-328ff721ac2c",
        "banGeneral": true,
        "banPropio": true,
        "banIguala": true,
        "idRed": "84b78d1d-0d47-453a-823b-6a02eb406b2f"
      },
      {
        "$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.