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": "f50660e3-93a6-4146-bb49-9c8943f50847",
"idCPT": "380b173a-daee-4ce9-a7d3-5610224635e0",
"idCliente": "b1bf6220-836f-4cdb-94bc-de79cb3a9838",
"costo": 4.1
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.