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": "e3b18d39-b7fb-4471-9fb0-85eb53020828",
  "ListaProve": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "9266ff24-33a2-4100-9670-4eb5063a3622",
        "banGeneral": true,
        "banPropio": true,
        "banIguala": true,
        "idRed": "8acd8dc2-6bf9-4cc9-9962-cb3d1da2fa09"
      },
      {
        "$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.