POST api/Put_Proveedor_TabGeneral
Request Information
URI Parameters
None.
Body Parameters
TB_ListaProveedor_TabGeneral| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idRed | globally unique identifier |
None. |
|
| ListaCPT | Collection of TB_Proveedor_TabGeneral |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "8f1bf995-2a0c-487f-b708-fec0b1460dfe",
"idRed": "a1362175-7b98-4939-9952-02e0ba291a0f",
"ListaCPT": {
"$id": "2",
"$values": [
{
"$id": "3",
"idProveedor": "d63eaa26-62c5-422f-bed3-65a468060c84",
"idCPT": "36777f2d-645d-419e-8ff8-9356d3c24471",
"Porcentaje": 3.1,
"idRed": "325970a8-3c3e-47e2-8932-a2728a36cc51"
},
{
"$ref": "3"
}
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.