GET api/WebAltaEntregaVacioVeracruz?key={key}&Contenedor={Contenedor}&Placa={Placa}&Chofer={Chofer}&Transportista={Transportista}&IDAsesor={IDAsesor}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

Contenedor

string

Required

Placa

string

Required

Chofer

string

Required

Transportista

string

Required

IDAsesor

integer

Required

Body Parameters

None.

Response Information

Resource Description

PCG_WebResponse
NameDescriptionTypeAdditional information
success

boolean

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<PCG_WebResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIMA_WebAPI_Dapper.Models">
  <message>sample string 2</message>
  <success>true</success>
</PCG_WebResponse>