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_RetornosName | 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": "2024-11-06T21:35:30.8683095-06:00", "IdUsuario": 8 }