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": "94f0acca-0c54-4c67-953b-4c5d53f5ec36",
"idRed": "55c20e72-8ead-41c6-b544-784ed5fda592",
"ListaCPT": {
"$id": "2",
"$values": [
{
"$id": "3",
"idProveedor": "c02390bc-9a40-4a99-a248-912f6a0827c7",
"idCPT": "60a22589-0404-41ba-88b7-b56aca5ce9c0",
"Porcentaje": 3.1,
"idRed": "0c075523-7ea2-4bbe-bec0-5d0bc242a7f3"
},
{
"$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.