POST api/Put_Proveedor_TabPropio
Request Information
URI Parameters
None.
Body Parameters
TB_ListaProveedor_TabPropio| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idRed | globally unique identifier |
None. |
|
| ListaCPT | Collection of TB_Proveedor_TabPropio |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "75122c44-319e-4476-8024-08e7046a0b6e",
"idRed": "34c87300-ca18-4222-85c6-cd14b0e46602",
"ListaCPT": {
"$id": "2",
"$values": [
{
"$id": "3",
"idProveedor": "b31e1c66-4bb9-4599-b347-fcece13b5fd7",
"idCPT": "c4fb42b5-dfad-48f6-9a5a-bf09ca3dc9a2",
"idRed": "b1ddb846-3bfa-4c36-8266-c4263cd9aa14",
"Costo": 4.1
},
{
"$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.