GET api/EstadosOCs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EstadosOC| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OrdenServicio | string |
None. |
|
| OrdenCarga | integer |
None. |
|
| CodEstado | integer |
None. |
|
| FecEvento | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"OrdenServicio": "sample string 2",
"OrdenCarga": 3,
"CodEstado": 4,
"FecEvento": "2026-03-18T14:55:55.1626113-03:00"
},
{
"ID": 1,
"OrdenServicio": "sample string 2",
"OrdenCarga": 3,
"CodEstado": 4,
"FecEvento": "2026-03-18T14:55:55.1626113-03:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfEstadosOC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIGPSMerco.API.Models">
<EstadosOC>
<CodEstado>4</CodEstado>
<FecEvento>2026-03-18T14:55:55.1626113-03:00</FecEvento>
<ID>1</ID>
<OrdenCarga>3</OrdenCarga>
<OrdenServicio>sample string 2</OrdenServicio>
</EstadosOC>
<EstadosOC>
<CodEstado>4</CodEstado>
<FecEvento>2026-03-18T14:55:55.1626113-03:00</FecEvento>
<ID>1</ID>
<OrdenCarga>3</OrdenCarga>
<OrdenServicio>sample string 2</OrdenServicio>
</EstadosOC>
</ArrayOfEstadosOC>