POST api/tipoDespacho/guardar

Guarda un tipo de despacho.

Request Information

URI Parameters

None.

Body Parameters

El tipo de despacho a guardar.

tipoDespachoDTO
NameDescriptionTypeAdditional information
tipoDespachoId

integer

None.

nombre

string

None.

montoCargo

integer

None.

eticket

boolean

None.

willCall

boolean

None.

dentroCiudad

boolean

None.

fueraCiudad

boolean

None.

retiroCliente

boolean

None.

activo

boolean

None.

tipoCargo

string

None.

porCompra_Ticket

string

None.

existe

boolean

None.

orden

integer

None.

eliminado

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "tipoDespachoId": 1,
  "nombre": "sample string 2",
  "montoCargo": 3,
  "eticket": true,
  "willCall": true,
  "dentroCiudad": true,
  "fueraCiudad": true,
  "retiroCliente": true,
  "activo": true,
  "tipoCargo": "sample string 10",
  "porCompra_Ticket": "sample string 11",
  "existe": true,
  "orden": 13,
  "eliminado": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

El resultado de la operación.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.