consultar reservas de estoque
GET
http://apidatain-prod.f1ws.com.br/stock_reservations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://apidatain-prod.f1ws.com.br/stock_reservations' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{
"current_page": 1,
"data": [
{
"id": 1,
"f1_id": 55,
"creation_date": "2021-08-24 15:36:42",
"expires_in": "2021-08-24 19:36:58",
"client_name": "F1 Commerce",
"client_cgc": "46618666000109",
"client_code": "111",
"created_at": "2021-09-29 18:28:36",
"updated_at": "2021-09-29 18:28:36",
"deleted_at": null,
"stockreservationproduct": [
{
"id": 1,
"stock_reservation_id": 1,
"f1_id": 359,
"product_code": "6320",
"name": "Bengala em Aluminio Retratil",
"quantity": "1.00",
"value": "22.98",
"created_at": "2021-09-29 18:28:36",
"updated_at": "2021-09-29 18:28:36",
"deleted_at": null
},
{
"id": 2,
"stock_reservation_id": 1,
"f1_id": 338,
"product_code": "5794",
"name": "Aparador De Pelo Utiliza Pilha",
"quantity": "2.00",
"value": "8.99",
"created_at": "2021-09-29 18:28:36",
"updated_at": "2021-09-29 18:28:36",
"deleted_at": null
},
{
"id": 3,
"stock_reservation_id": 1,
"f1_id": 64,
"product_code": "205",
"name": "Algodao Em Bola 40G Cotton Line",
"quantity": "3.00",
"value": "1.99",
"created_at": "2021-09-29 18:28:36",
"updated_at": "2021-09-29 18:28:36",
"deleted_at": null
}
]
}
],
"first_page_url": "http://api.datain:8080/api/stock_reservations?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://api.datain:8080/api/stock_reservations?page=1",
"next_page_url": null,
"path": "http://api.datain:8080/api/stock_reservations",
"per_page": 1000,
"prev_page_url": null,
"to": 1,
"total": 1
}
Requisição
Respostas
Modificado em 2025-06-23 20:17:41