GET api/EstadosOCs/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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:52:52.3681194-03:00"
}
application/xml, text/xml
Sample:
<EstadosOC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIGPSMerco.API.Models"> <CodEstado>4</CodEstado> <FecEvento>2026-03-18T14:52:52.3681194-03:00</FecEvento> <ID>1</ID> <OrdenCarga>3</OrdenCarga> <OrdenServicio>sample string 2</OrdenServicio> </EstadosOC>