POST api/Transporte/RegistroEntregaGuia

Request Information

URI Parameters

None.

Body Parameters

DTOViewRegistroEntregaGuiaAppIn
NameDescriptionTypeAdditional information
Operacion

string

None.

IdGuia

integer

None.

IdentificacionTransportista

string

None.

IdentificacionResponsable

string

None.

NombreResponsable

string

None.

FechaEntrega

date

None.

IdentificacionRecepcionCliente

string

None.

NombreRecepcionCliente

string

None.

ObservacionRecepcion

string

None.

OperacionEntrega

string

None.

IdUser

string

None.

IdOficina

string

None.

Token

string

None.

CalificacionServicio

integer

None.

Firma

string

None.

Latitud

string

None.

Longitud

string

None.

Imagenes

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "Operacion": "sample string 1",
  "IdGuia": 2,
  "IdentificacionTransportista": "sample string 3",
  "IdentificacionResponsable": "sample string 4",
  "NombreResponsable": "sample string 5",
  "FechaEntrega": "2024-07-26T22:13:55.790825-05:00",
  "IdentificacionRecepcionCliente": "sample string 7",
  "NombreRecepcionCliente": "sample string 8",
  "ObservacionRecepcion": "sample string 9",
  "OperacionEntrega": "sample string 10",
  "IdUser": "sample string 11",
  "IdOficina": "sample string 12",
  "Token": "sample string 13",
  "CalificacionServicio": 14,
  "Firma": "sample string 15",
  "Latitud": "sample string 16",
  "Longitud": "sample string 17",
  "Imagenes": [
    "sample string 1",
    "sample string 2"
  ]
}

text/html

Sample:
{"Operacion":"sample string 1","IdGuia":2,"IdentificacionTransportista":"sample string 3","IdentificacionResponsable":"sample string 4","NombreResponsable":"sample string 5","FechaEntrega":"2024-07-26T22:13:55.790825-05:00","IdentificacionRecepcionCliente":"sample string 7","NombreRecepcionCliente":"sample string 8","ObservacionRecepcion":"sample string 9","OperacionEntrega":"sample string 10","IdUser":"sample string 11","IdOficina":"sample string 12","Token":"sample string 13","CalificacionServicio":14,"Firma":"sample string 15","Latitud":"sample string 16","Longitud":"sample string 17","Imagenes":["sample string 1","sample string 2"]}

application/xml, text/xml

Sample:
<DTOViewRegistroEntregaGuiaAppIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Framework.DTOView">
  <CalificacionServicio>14</CalificacionServicio>
  <FechaEntrega>2024-07-26T22:13:55.790825-05:00</FechaEntrega>
  <Firma>sample string 15</Firma>
  <IdGuia>2</IdGuia>
  <IdOficina>sample string 12</IdOficina>
  <IdUser>sample string 11</IdUser>
  <IdentificacionRecepcionCliente>sample string 7</IdentificacionRecepcionCliente>
  <IdentificacionResponsable>sample string 4</IdentificacionResponsable>
  <IdentificacionTransportista>sample string 3</IdentificacionTransportista>
  <Imagenes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Imagenes>
  <Latitud>sample string 16</Latitud>
  <Longitud>sample string 17</Longitud>
  <NombreRecepcionCliente>sample string 8</NombreRecepcionCliente>
  <NombreResponsable>sample string 5</NombreResponsable>
  <ObservacionRecepcion>sample string 9</ObservacionRecepcion>
  <Operacion>sample string 1</Operacion>
  <OperacionEntrega>sample string 10</OperacionEntrega>
  <Token>sample string 13</Token>
</DTOViewRegistroEntregaGuiaAppIn>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Operation
NameDescriptionTypeAdditional information
OperationStatus

integer

None.

OperationCode

integer

None.

OperationMessage

OperationMessage

None.

Response Formats

application/json, text/json

Sample:
{
  "OperationStatus": 1,
  "OperationCode": 2,
  "OperationMessage": null
}

text/html

Sample:
{"OperationStatus":1,"OperationCode":2,"OperationMessage":null}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.