GET Vendas/ListarVendas_Pedido_Retornos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Vendas_Pedido_Retornos| Name | Description | Type | Additional information |
|---|---|---|---|
| IdRegistro | integer |
None. |
|
| IdPedido | integer |
None. |
|
| IdRetorno | integer |
None. |
|
| Obs | string |
None. |
|
| IdStatusAnterior | integer |
None. |
|
| IdStatusAtual | integer |
None. |
|
| DataHora | date |
None. |
|
| IdUsuario | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdRegistro": 1,
"IdPedido": 2,
"IdRetorno": 3,
"Obs": "sample string 4",
"IdStatusAnterior": 5,
"IdStatusAtual": 6,
"DataHora": "2025-12-07T01:04:57.4012889-06:00",
"IdUsuario": 8
}