POST api/PostRel_Proveedor_CPT_Cliente
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_rel_Proveedor_CPT_Cliente| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idCPT | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| costo | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idProveedor": "8fad040c-94a0-4933-ae19-f5ec67420f68",
"idCPT": "5bdf6885-762f-464a-9f2d-ddb9a3e0e4ef",
"idCliente": "1082eab3-dc55-46f0-94dd-80060d047a9f",
"costo": 4.1
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.