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": "31571426-937c-4bbb-aa76-e71b03afc753",
"idRed": "b8efa959-c616-45de-8148-3d2f67920710",
"ListaCPT": {
"$id": "2",
"$values": [
{
"$id": "3",
"idProveedor": "bc00caac-b29d-4c5d-9931-02e72503b19a",
"idCPT": "0524f751-a84c-4f22-968d-ee0b67c99617",
"idRed": "d5012a6f-c171-4a23-a014-625509382f12",
"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.