POST api/costos-embarque/tipos-costo/agregar

Request Information

URI Parameters

None.

Body Parameters

Tipo_CostoDTO
NameDescriptionTypeAdditional information
Cod_TCosto

integer

None.

Descripcion

string

None.

Nom_InglesCosto

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Cod_TCosto": 1,
  "Descripcion": "sample string 2",
  "Nom_InglesCosto": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.