POST api/agenciacarga/delete

Request Information

URI Parameters

None.

Body Parameters

Agencia_CargaDTO
NameDescriptionTypeAdditional information
Cod_AgCarga

string

None.

Nom_AgCarga

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Cod_AgCarga": "sample string 1",
  "Nom_AgCarga": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RespuestaDTO
NameDescriptionTypeAdditional information
estado

boolean

None.

mensaje

string

None.

data

Object

None.

dataAdicional

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.