POST api/Transporte/RegistroEntregaGuiaWeb
Request Information
URI Parameters
None.
Body Parameters
DTOViewRegistroEntregaGuiaAppInName | Description | Type | Additional information |
---|---|---|---|
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:
{ "IdGuia": 1, "IdentificacionTransportista": "sample string 2", "IdentificacionResponsable": "sample string 3", "NombreResponsable": "sample string 4", "FechaEntrega": "2024-11-21T07:55:19.7854459-05:00", "IdentificacionRecepcionCliente": "sample string 6", "NombreRecepcionCliente": "sample string 7", "ObservacionRecepcion": "sample string 8", "OperacionEntrega": "sample string 9", "IdUser": "sample string 10", "IdOficina": "sample string 11", "Token": "sample string 12", "CalificacionServicio": 13, "Firma": "sample string 14", "Latitud": "sample string 15", "Longitud": "sample string 16", "Imagenes": [ "sample string 1", "sample string 2" ] }
text/html
Sample:
{"IdGuia":1,"IdentificacionTransportista":"sample string 2","IdentificacionResponsable":"sample string 3","NombreResponsable":"sample string 4","FechaEntrega":"2024-11-21T07:55:19.7854459-05:00","IdentificacionRecepcionCliente":"sample string 6","NombreRecepcionCliente":"sample string 7","ObservacionRecepcion":"sample string 8","OperacionEntrega":"sample string 9","IdUser":"sample string 10","IdOficina":"sample string 11","Token":"sample string 12","CalificacionServicio":13,"Firma":"sample string 14","Latitud":"sample string 15","Longitud":"sample string 16","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>13</CalificacionServicio> <FechaEntrega>2024-11-21T07:55:19.7854459-05:00</FechaEntrega> <Firma>sample string 14</Firma> <IdGuia>1</IdGuia> <IdOficina>sample string 11</IdOficina> <IdUser>sample string 10</IdUser> <IdentificacionRecepcionCliente>sample string 6</IdentificacionRecepcionCliente> <IdentificacionResponsable>sample string 3</IdentificacionResponsable> <IdentificacionTransportista>sample string 2</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 15</Latitud> <Longitud>sample string 16</Longitud> <NombreRecepcionCliente>sample string 7</NombreRecepcionCliente> <NombreResponsable>sample string 4</NombreResponsable> <ObservacionRecepcion>sample string 8</ObservacionRecepcion> <OperacionEntrega>sample string 9</OperacionEntrega> <Token>sample string 12</Token> </DTOViewRegistroEntregaGuiaAppIn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OperationName | Description | Type | Additional 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.