Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request GET \
--url https://api.example.com/v1/shop/warehouses/actions/{
"count": 123,
"results": [
{
"id": 123,
"invoice_datetime": "2023-11-07T05:31:56Z",
"to_warehouse": 123,
"manager": 123,
"products": [
{
"id": 123,
"action": 123,
"group": 123,
"group_warehouse": 123,
"price": "<string>",
"amount": -1,
"unit_price": "<string>",
"discount": "<string>"
}
],
"price": "<string>",
"amount": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"invoice_id": "<string>",
"type": 0,
"from_warehouse": 123,
"from_counterparty": 123,
"to_counterparty": 123,
"comment": "<string>",
"approved": true,
"tax": "<string>",
"tax_included": true
}
],
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}curl --request GET \
--url https://api.example.com/v1/shop/warehouses/actions/{
"count": 123,
"results": [
{
"id": 123,
"invoice_datetime": "2023-11-07T05:31:56Z",
"to_warehouse": 123,
"manager": 123,
"products": [
{
"id": 123,
"action": 123,
"group": 123,
"group_warehouse": 123,
"price": "<string>",
"amount": -1,
"unit_price": "<string>",
"discount": "<string>"
}
],
"price": "<string>",
"amount": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"invoice_id": "<string>",
"type": 0,
"from_warehouse": 123,
"from_counterparty": 123,
"to_counterparty": 123,
"comment": "<string>",
"approved": true,
"tax": "<string>",
"tax_included": true
}
],
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Несколько значений могут быть разделены запятыми.
Несколько значений могут быть разделены запятыми.
Несколько значений могут быть разделены запятыми.
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
Несколько значений могут быть разделены запятыми.
A search term.
Несколько значений могут быть разделены запятыми.
Несколько значений могут быть разделены запятыми.
0 - CREATE1 - MOVE2 - DELETE0, 1, 2 Несколько значений могут быть разделены запятыми.
Была ли эта страница полезной?