POST pedido/eventosTrackingUES
Request Information
URI Parameters
None.
Body Parameters
EventoTrackingUES| Name | Description | Type | Additional information |
|---|---|---|---|
| evento_id | integer |
None. |
|
| evento_nombre | string |
None. |
|
| cliente_evento_code | string |
None. |
|
| cliente_subevento_code | string |
None. |
|
| cliente_evento_nombre | string |
None. |
|
| numero_guia | string |
None. |
|
| external_id | string |
None. |
|
| referencia_guia | string |
None. |
|
| referencia_envio | string |
None. |
|
| evento_fecha | date |
None. |
|
| evento_observaciones | string |
None. |
|
| evento_geolocalizacion_tipo | string |
None. |
|
| evento_latitud | decimal number |
None. |
|
| evento_longitud | decimal number |
None. |
|
| evento_recibe | string |
None. |
|
| evento_documento | string |
None. |
|
| evento_tipo_doc | string |
None. |
|
| evento_firma | string |
None. |
|
| location_nombre | string |
None. |
|
| location_codigo_postal | string |
None. |
|
| location_departamento | string |
None. |
|
| location_localidad | string |
None. |
|
| location_direccion | string |
None. |
|
| location_horario | string |
None. |
|
| location_obs | string |
None. |
|
| location_latitud | decimal number |
None. |
|
| location_longitud | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"evento_id": 1,
"evento_nombre": "sample string 2",
"cliente_evento_code": "sample string 3",
"cliente_subevento_code": "sample string 4",
"cliente_evento_nombre": "sample string 5",
"numero_guia": "sample string 6",
"external_id": "sample string 7",
"referencia_guia": "sample string 8",
"referencia_envio": "sample string 9",
"evento_fecha": "2026-01-19T17:28:26.6020595-03:00",
"evento_observaciones": "sample string 11",
"evento_geolocalizacion_tipo": "sample string 12",
"evento_latitud": 13.0,
"evento_longitud": 14.0,
"evento_recibe": "sample string 15",
"evento_documento": "sample string 16",
"evento_tipo_doc": "sample string 17",
"evento_firma": "sample string 18",
"location_nombre": "sample string 19",
"location_codigo_postal": "sample string 20",
"location_departamento": "sample string 21",
"location_localidad": "sample string 22",
"location_direccion": "sample string 23",
"location_horario": "sample string 24",
"location_obs": "sample string 25",
"location_latitud": 26.0,
"location_longitud": 27.0
}
application/xml, text/xml
Sample:
<EventoTrackingUES xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model"> <cliente_evento_code>sample string 3</cliente_evento_code> <cliente_evento_nombre>sample string 5</cliente_evento_nombre> <cliente_subevento_code>sample string 4</cliente_subevento_code> <evento_documento>sample string 16</evento_documento> <evento_fecha>2026-01-19T17:28:26.6020595-03:00</evento_fecha> <evento_firma>sample string 18</evento_firma> <evento_geolocalizacion_tipo>sample string 12</evento_geolocalizacion_tipo> <evento_id>1</evento_id> <evento_latitud>13</evento_latitud> <evento_longitud>14</evento_longitud> <evento_nombre>sample string 2</evento_nombre> <evento_observaciones>sample string 11</evento_observaciones> <evento_recibe>sample string 15</evento_recibe> <evento_tipo_doc>sample string 17</evento_tipo_doc> <external_id>sample string 7</external_id> <location_codigo_postal>sample string 20</location_codigo_postal> <location_departamento>sample string 21</location_departamento> <location_direccion>sample string 23</location_direccion> <location_horario>sample string 24</location_horario> <location_latitud>26</location_latitud> <location_localidad>sample string 22</location_localidad> <location_longitud>27</location_longitud> <location_nombre>sample string 19</location_nombre> <location_obs>sample string 25</location_obs> <numero_guia>sample string 6</numero_guia> <referencia_envio>sample string 9</referencia_envio> <referencia_guia>sample string 8</referencia_guia> </EventoTrackingUES>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |