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": "3acc76c4-c93e-43d6-ae72-b46df403432c",
  "ListaProve": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "idProveedor": "1c404b28-d05c-4ca5-955e-d1ce3369b9ce",
        "banGeneral": true,
        "banPropio": true,
        "banIguala": true,
        "idRed": "48652f1a-94fb-4c30-9694-dd7efb0ae25b"
      },
      {
        "$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.