POST api/costos-embarque/agregar
Request Information
URI Parameters
None.
Body Parameters
Det_Embarque_CostosDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Cod_DCosto | integer |
None. |
|
| Nro_Embarque | decimal number |
None. |
|
| Nro_Documento | string |
None. |
|
| Cod_Costo | integer |
None. |
|
| Descripcion_Costo | string |
None. |
|
| TipoCostoId | integer |
None. |
|
| TipoCostoDescripcion | string |
None. |
|
| Cod_Moneda | string |
None. |
|
| Nom_Moneda | string |
None. |
|
| Monto | decimal number |
None. |
|
| Tipo_Cambio | decimal number |
None. |
|
| Fecha_Costo_Cambio | date |
None. |
|
| MontoUSD | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cod_DCosto": 1,
"Nro_Embarque": 2.0,
"Nro_Documento": "sample string 3",
"Cod_Costo": 4,
"Descripcion_Costo": "sample string 5",
"TipoCostoId": 6,
"TipoCostoDescripcion": "sample string 7",
"Cod_Moneda": "sample string 8",
"Nom_Moneda": "sample string 9",
"Monto": 10.0,
"Tipo_Cambio": 1.0,
"Fecha_Costo_Cambio": "2026-02-05T12:57:19.6631783-03:00",
"MontoUSD": 1.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.