ΠΡΠΎ RESTful API ΠΏΡΠ΅Π΄ΠΎΡΡΠ°Π²Π»ΡΠ΅Ρ Π΄ΠΎΡΡΡΠΏ ΠΊ ΡΡΠ½ΠΊΡΠΈΠΎΠ½Π°Π»ΡΠ½ΠΎΡΡΠΈ, ΠΎΠΏΠΈΡΠ°Π½Π½ΠΎΠΉ Π² Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ.
API Π΄Π»Ρ Π°Π²ΡΠΎΠΌΠ°ΡΠΈΠ·Π°ΡΠΈΠΈ ΠΏΡΠΎΡΠ΅ΡΡΠΎΠ² ΠΊΠΎΠΌΠΏΠ°Π½ΠΈΠΈΠΈ ΠΠ ΠΠΠΠΠ‘Π’
ΠΠ΅ΡΠΎΠ΄ Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Ρ ΠΊΠ»ΠΈΠ΅Π½ΡΠ°ΠΌΠΈ
ΠΠΎΠ»ΡΡΠΈΡΡ Π²ΡΠ΅Ρ ΠΊΠ»ΠΈΠ΅Π½ΡΠΎΠ²
http://api-tara.local/api/clients
| Content-Type | Value |
|---|---|
| Accept | application/json |
| Param | value |
|---|---|
| select[] | id |
| select[] | name |
| select[] | phone_numbers |
| query | ΠΠ²Π°Π½ ΠΠ²Π°Π½ΠΎΠ² 222 |
| limit | 1 |
| page | 2 |
| orderBy | name |
| ascending | 1 |
{
"data": [
{
"id": 6,
"name": "ΠΠ²Π°Π½ ΠΠ²Π°Π½ΠΎΠ² 22",
"price_type_id": 2,
"address": "Π³. ΠΠΎΡΠΊΠ²Π°, ΡΠ». ΠΡΡΠΊΠΈΠ½Π°, Π΄. 101",
"created_at": "2025-04-07T19:37:24.000000Z",
"updated_at": "2025-04-07T19:42:50.000000Z",
"phone_numbers": [
{
"id": 7,
"client_id": 6,
"number": "89991234573",
"type_id": 1,
"created_at": "2025-04-07T19:37:24.000000Z",
"updated_at": "2025-04-07T19:42:50.000000Z"
},
{
"id": 8,
"client_id": 6,
"number": "89991234574",
"type_id": 2,
"created_at": "2025-04-07T19:37:24.000000Z",
"updated_at": "2025-04-07T19:42:50.000000Z"
}
]
}
],
"total": 1
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠΎΠ»ΡΡΠΈΡΡ ΠΊΠΎΠ½ΠΊΡΠ΅ΡΠ½ΠΎΠ³ΠΎ ΠΊΠ»ΠΈΠ΅Π½ΡΠ°
http://api-tara.local/api/clients/6
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"id": 6,
"name": "ΠΠ²Π°Π½ ΠΠ²Π°Π½ΠΎΠ² 22",
"price_type_id": 2,
"address": "Π³. ΠΠΎΡΠΊΠ²Π°, ΡΠ». ΠΡΡΠΊΠΈΠ½Π°, Π΄. 101",
"created_at": "2025-04-07T19:37:24.000000Z",
"updated_at": "2025-04-07T19:42:50.000000Z",
"phone_numbers": [
{
"id": 7,
"client_id": 6,
"number": "89991234573",
"type_id": 1,
"created_at": "2025-04-07T19:37:24.000000Z",
"updated_at": "2025-04-07T19:42:50.000000Z"
},
{
"id": 8,
"client_id": 6,
"number": "89991234574",
"type_id": 2,
"created_at": "2025-04-07T19:37:24.000000Z",
"updated_at": "2025-04-07T19:42:50.000000Z"
}
]
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
Π‘ΠΎΠ·Π΄Π°ΡΡ ΠΊΠ»ΠΈΠ΅Π½ΡΠΎΠ²
http://api-tara.local/api/clients
| Content-Type | Value |
|---|---|
| Accept | application/json |
[
{
"name": "ΠΠ²Π°Π½ ΠΠ²Π°Π½ΠΎΠ² 1",
"price_type_id": 1,
"address": "Π³. ΠΠΎΡΠΊΠ²Π°, ΡΠ». ΠΡΡΠΊΠΈΠ½Π°, Π΄. 10",
"phone_numbers": [
{
"number": "89993333337",
"type_id": 1
},
{
"number": "89993333357",
"type_id": 2
}
]
}
]
{
"success": true,
"data": [
{
"id": 7,
"name": "ΠΠ²Π°Π½ ΠΠ²Π°Π½ΠΎΠ² 1",
"price_type_id": 1,
"address": "Π³. ΠΠΎΡΠΊΠ²Π°, ΡΠ». ΠΡΡΠΊΠΈΠ½Π°, Π΄. 10",
"created_at": "2025-04-08T18:43:51.000000Z",
"updated_at": "2025-04-08T18:43:51.000000Z",
"phone_numbers": [
{
"id": 9,
"client_id": 7,
"number": "89993333337",
"type_id": 1,
"created_at": "2025-04-08T18:43:51.000000Z",
"updated_at": "2025-04-08T18:43:51.000000Z"
},
{
"id": 10,
"client_id": 7,
"number": "89993333357",
"type_id": 2,
"created_at": "2025-04-08T18:43:51.000000Z",
"updated_at": "2025-04-08T18:43:51.000000Z"
}
]
}
]
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠ±Π½ΠΎΠ²ΠΈΡΡ Π΄Π°Π½Π½ΡΠ΅ ΠΏΠΎ ΠΊΠ»ΠΈΠ΅Π½ΡΡ
http://api-tara.local/api/clients/7
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"name": "ΠΠ²Π°Π½ ΠΠ²Π°Π½ΠΎΠ² 22",
"price_type_id": 2,
"address": "Π³. ΠΠΎΡΠΊΠ²Π°, ΡΠ». ΠΡΡΠΊΠΈΠ½Π°, Π΄. 101",
"phone_numbers": [
{
"id": 9,
"number": "89991234573",
"type_id": 1
},
{
"id": 10,
"number": "89991234574",
"type_id": 2
}
]
}
{
"id": 6,
"name": "ΠΠ²Π°Π½ ΠΠ²Π°Π½ΠΎΠ² 22",
"price_type_id": 2,
"address": "Π³. ΠΠΎΡΠΊΠ²Π°, ΡΠ». ΠΡΡΠΊΠΈΠ½Π°, Π΄. 101",
"created_at": "2025-04-07T19:37:24.000000Z",
"updated_at": "2025-04-07T19:42:50.000000Z",
"phone_numbers": [
{
"id": 7,
"client_id": 6,
"number": "89991234573",
"type_id": 1,
"created_at": "2025-04-07T19:37:24.000000Z",
"updated_at": "2025-04-07T19:42:50.000000Z"
},
{
"id": 8,
"client_id": 6,
"number": "89991234574",
"type_id": 2,
"created_at": "2025-04-07T19:37:24.000000Z",
"updated_at": "2025-04-07T19:42:50.000000Z"
}
]
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
Π£Π΄Π°Π»ΠΈΡΡ ΠΊΠ»ΠΈΠ΅Π½ΡΠ°
http://api-tara.local/api/clients/6
| Content-Type | Value |
|---|---|
| Accept | application/json |
| Param | value |
|---|---|
null
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠ΅ΡΠΎΠ΄ Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Ρ ΡΠΈΠΏΠ°ΠΌΠΈ ΡΠ΅Π»Π΅ΡΠΎΠ½ΠΎΠ²
ΠΠΎΠ»ΡΡΠΈΡΡ ΡΠΈΠΏΡ ΡΠ΅Π»Π΅ΡΠΎΠ½ΠΎΠ²
http://api-tara.local/api/phone-number-types
| Content-Type | Value |
|---|---|
| Accept | application/json |
| Param | value |
|---|---|
| orderBy | name |
| ascending | 0 |
| select[] | id |
| select[] | name |
| limit | 5 |
| page | 1 |
| query | Π₯ΠΎΠ·ΡΠΈΠ½8 |
{
"data": [
{
"id": 1,
"name": "ΠΠ΅Π½Π΅Π΄ΠΆΠ΅Ρ",
"created_at": null,
"updated_at": null
},
{
"id": 2,
"name": "Π₯ΠΎΠ·ΡΠΈΠ½",
"created_at": null,
"updated_at": null
},
{
"id": 3,
"name": "ΠΠ΅Π½Π΅Π΄ΠΆΠ΅Ρ2",
"created_at": "2025-04-02T13:39:46.000000Z",
"updated_at": "2025-04-02T13:39:46.000000Z"
},
{
"id": 4,
"name": "Π₯ΠΎΠ·ΡΠΈΠ½2",
"created_at": "2025-04-02T13:39:46.000000Z",
"updated_at": "2025-04-02T13:39:46.000000Z"
}
],
"total": 4
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠΎΠ»ΡΡΠΈΡΡ ΠΊΠΎΠ½ΠΊΡΠ΅ΡΠ½ΡΠΉ ΡΠΈΠΏ ΡΠ΅Π»Π΅ΡΠΎΠ½Π°
http://api-tara.local/api/phone-number-types/1
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"id": 1,
"name": "ΠΠ΅Π½Π΅Π΄ΠΆΠ΅Ρ",
"created_at": null,
"updated_at": null
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠΎΠ±Π°Π²ΠΈΡΡ ΡΠΈΠΏΡ ΡΠ΅Π»Π΅ΡΠΎΠ½ΠΎΠ²
http://api-tara.local/api/phone-number-types
| Content-Type | Value |
|---|---|
| Accept | application/json |
[
{
"name": "ΠΠ΅Π½Π΅Π΄ΠΆΠ΅Ρ3"
},
{
"name": "Π₯ΠΎΠ·ΡΠΈΠ½3"
}
]
{
"success": true,
"data": [
{
"id": 5,
"name": "ΠΠ΅Π½Π΅Π΄ΠΆΠ΅Ρ3",
"created_at": "2025-04-08T18:55:06.000000Z",
"updated_at": "2025-04-08T18:55:06.000000Z"
},
{
"id": 6,
"name": "Π₯ΠΎΠ·ΡΠΈΠ½3",
"created_at": "2025-04-08T18:55:06.000000Z",
"updated_at": "2025-04-08T18:55:06.000000Z"
}
]
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠ±Π½ΠΎΠ²ΠΈΡΡ ΠΊΠΎΠΊΡΠ΅ΡΠ½ΡΠΉ ΡΠΈΠΏ ΡΠ΅Π»Π΅ΡΠΎΠ½Π°
http://api-tara.local/api/phone-number-types/3
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"name": "ΠΠ΅Π½Π΅Π΄ΠΆΠ΅Ρ33"
}
{
"id": 3,
"name": "ΠΠ΅Π½Π΅Π΄ΠΆΠ΅Ρ33",
"created_at": "2025-04-02T13:39:46.000000Z",
"updated_at": "2025-04-08T18:55:22.000000Z"
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
Π£Π΄Π°Π»ΠΈΡΡ ΠΊΠΎΠΊΡΠ΅ΡΠ½ΡΠΉ ΡΠΈΠΏ ΡΠ΅Π»Π΅ΡΠΎΠ½Π°
http://api-tara.local/api/phone-number-types/3
| Content-Type | Value |
|---|---|
| Accept | application/json |
| Param | value |
|---|---|
null
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠ΅ΡΠΎΠ΄ Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Ρ ΡΠΈΠΏΠ°ΠΌΠΈ ΡΠ΅Π½
ΠΠΎΠ»ΡΡΠΈΡΡ ΡΠΈΠΏΠ°ΠΌΡ ΡΠ΅Π½
http://api-tara.local/api/price-types
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"data": [
{
"id": 1,
"name": "ΠΡΠ°ΠΏΠΎΡΠΊΠΈΠ½",
"created_at": null,
"updated_at": null
},
{
"id": 2,
"name": "ΠΠΏΡ",
"created_at": null,
"updated_at": null
}
],
"total": 2
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠΎΠΊΠ°Π·Π°ΡΡ ΠΊΠΎΠΊΡΠ΅ΡΠ½ΡΠΉ ΡΠΈΠΏ ΡΠ΅Π½Ρ
http://api-tara.local/api/price-types/1
| Content-Type | Value |
|---|---|
| Accept | application/json |
| Param | value |
|---|---|
{
"id": 1,
"name": "ΠΡΠ°ΠΏΠΎΡΠΊΠΈΠ½",
"created_at": null,
"updated_at": null
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠΎΠ±Π°Π²ΠΈΡΡ ΡΠΈΠΏΡ ΡΠ΅Π½
http://api-tara.local/api/price-types
| Content-Type | Value |
|---|---|
| Accept | application/json |
[
{
"name": "ΠΡΠ°ΠΏΠΎΡΠΊΠΈΠ½2"
},
{
"name": "ΠΠΏΡ2"
}
]
{
"success": true,
"data": [
{
"id": 3,
"name": "ΠΡΠ°ΠΏΠΎΡΠΊΠΈΠ½2",
"created_at": "2025-04-08T18:56:47.000000Z",
"updated_at": "2025-04-08T18:56:47.000000Z"
},
{
"id": 4,
"name": "ΠΠΏΡ2",
"created_at": "2025-04-08T18:56:47.000000Z",
"updated_at": "2025-04-08T18:56:47.000000Z"
}
]
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠ±Π½ΠΎΠ²ΠΈΡΡ ΠΊΠΎΠΊΡΠ΅ΡΠ½ΡΠΉ ΡΠΈΠΏ ΡΠ΅Π½Ρ
http://api-tara.local/api/price-types/2
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"name": "ΠΠΏΡ3"
}
{
"id": 2,
"name": "ΠΠΏΡ3",
"created_at": null,
"updated_at": "2025-04-08T18:57:08.000000Z"
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
Π£Π΄Π°Π»ΠΈΡΡ ΡΠΈΠΏ ΡΠ΅Π½Ρ
http://api-tara.local/api/price-types/3
| Content-Type | Value |
|---|---|
| Accept | application/json |
null
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠ΅ΡΠΎΠ΄ Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Ρ ΠΊΠ°ΡΠ΅Π³ΠΎΡΠΈΡΠΌΠΈ ΡΠΎΠ²Π°ΡΠ°
ΠΠΎΠ»ΡΡΠΈΡΡ ΠΊΠ°ΡΠ΅Π³ΠΎΡΠΈΠΈ
http://api-tara.local/api/categories
| Content-Type | Value |
|---|---|
| Accept | application/json |
| Param | value |
|---|---|
{
"data": [
{
"id": 1,
"name": "Π―ΡΠΈΠΊ",
"created_at": null,
"updated_at": null
},
{
"id": 2,
"name": "Π’Π°Π·Ρ",
"created_at": null,
"updated_at": null
}
],
"total": 2
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠΎΠΊΠ°Π·Π°ΡΡ ΠΊΠ°ΡΠ΅Π³ΠΎΡΠΈΡ
http://api-tara.local/api/categories/1
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"id": 1,
"name": "Π―ΡΠΈΠΊ",
"created_at": null,
"updated_at": null
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠΎΠ±Π°Π²ΠΈΡΡ ΠΊΠ°ΡΠ΅Π³ΠΎΡΠΈΠΈ
http://api-tara.local/api/categories
| Content-Type | Value |
|---|---|
| Accept | application/json |
[
{
"name": "Π―ΡΠΈΠΊ2"
},
{
"name": "Π’Π°Π·Ρ2"
}
]
{
"success": true,
"data": [
{
"id": 3,
"name": "Π―ΡΠΈΠΊ2",
"created_at": "2025-04-08T18:58:26.000000Z",
"updated_at": "2025-04-08T18:58:26.000000Z"
},
{
"id": 4,
"name": "Π’Π°Π·Ρ2",
"created_at": "2025-04-08T18:58:26.000000Z",
"updated_at": "2025-04-08T18:58:26.000000Z"
}
]
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠ·ΠΌΠ΅Π½ΠΈΡΡ ΠΊΠ°ΡΠ΅Π³ΠΎΡΠΈΡ
http://api-tara.local/api/categories/2
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"name": "ΠΠΏΡ3"
}
{
"id": 2,
"name": "ΠΠΏΡ3",
"created_at": null,
"updated_at": "2025-04-08T18:58:50.000000Z"
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
Π£Π΄Π°Π»ΠΈΡΡ ΠΊΠ°ΡΠ΅Π³ΠΎΡΠΈΡ
http://api-tara.local/api/categories/3
| Content-Type | Value |
|---|---|
| Accept | application/json |
null
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠ΅ΡΠΎΠ΄ Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Ρ ΠΏΡΠΎΠ΄ΡΠΊΡΠ°ΠΌΠΈ
ΠΠΎΠ»ΡΡΠΈΡΡ ΠΏΡΠΎΠ΄ΡΠΊΡΡ
http://api-tara.local/api/products
| Content-Type | Value |
|---|---|
| Accept | application/json |
| Param | value |
|---|---|
| select[] | id |
{
"data": [
{
"id": 16,
"name": "Π’ΠΎΠ²Π°Ρ 2",
"description": "ΠΠΏΠΈΡΠ°Π½ΠΈΠ΅ 2",
"category_id": 1,
"size": "600*400*2000",
"material": "ΠΠΎΠ»ΠΈΠΏΡΠΎΠΏΠΈΠ»Π΅Π½",
"color": "ΡΡΡΠ½ΡΠΉ",
"photo": null,
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T19:53:09.000000Z",
"prices": [
{
"id": 15,
"product_id": 16,
"price_type_id": 1,
"price": "100.00",
"currency": "RUB",
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T19:53:09.000000Z",
"price_type": {
"id": 1,
"name": "ΠΡΠ°ΠΏΠΎΡΠΊΠΈΠ½",
"created_at": null,
"updated_at": null
}
}
],
"stock": {
"id": 4,
"product_id": 16,
"quantity": 500,
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T19:53:09.000000Z"
}
}
],
"total": 1
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠΎΠΊΠ°Π·Π°ΡΡ ΠΏΡΠΎΠ΄ΡΠΊΡ
http://api-tara.local/api/products/16
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"id": 16,
"name": "Π’ΠΎΠ²Π°Ρ 2",
"description": "ΠΠΏΠΈΡΠ°Π½ΠΈΠ΅ 2",
"category_id": 1,
"size": "600*400*2000",
"material": "ΠΠΎΠ»ΠΈΠΏΡΠΎΠΏΠΈΠ»Π΅Π½",
"color": "ΡΡΡΠ½ΡΠΉ",
"photo": null,
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T19:53:09.000000Z",
"prices": [
{
"id": 15,
"product_id": 16,
"price_type_id": 1,
"price": "100.00",
"currency": "RUB",
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T19:53:09.000000Z",
"price_type": {
"id": 1,
"name": "ΠΡΠ°ΠΏΠΎΡΠΊΠΈΠ½",
"created_at": null,
"updated_at": null
}
}
],
"stock": {
"id": 4,
"product_id": 16,
"quantity": 500,
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T19:53:09.000000Z"
}
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠΎΠ±Π°Π²ΠΈΡΡ ΠΏΡΠΎΠ΄ΡΠΊΡΡ
http://api-tara.local/api/products
| Content-Type | Value |
|---|---|
| Accept | application/json |
| Param | value | Type |
|---|---|---|
| 0[name] | Π’ΠΎΠ²Π°Ρ 2 | text |
| 0[description] | ΠΠΏΠΈΡΠ°Π½ΠΈΠ΅ 2 | text |
| 0[category_id] | 1 | text |
| 0[size] | 6004002000 | text |
| 0[material] | ΠΠΎΠ»ΠΈΠΏΡΠΎΠΏΠΈΠ»Π΅Π½ | text |
| 0[color] | ΡΡΡΠ½ΡΠΉ | text |
| 0[photo] | /home/suslovigor/ΠΠ°Π³ΡΡΠ·ΠΊΠΈ/1.jpg | file |
| 0[prices][0][price_type_id] | 1 | text |
| 0[prices][0][price] | 100 | text |
| 0[prices][0][currency] | RUB | text |
| 0[stock][0][quantity] | 500 | text |
{
"success": true,
"data": [
{
"id": 16,
"name": "Π’ΠΎΠ²Π°Ρ 2",
"description": "ΠΠΏΠΈΡΠ°Π½ΠΈΠ΅ 2",
"category_id": 1,
"size": "600*400*2000",
"material": "ΠΠΎΠ»ΠΈΠΏΡΠΎΠΏΠΈΠ»Π΅Π½",
"color": "ΡΡΡΠ½ΡΠΉ",
"photo": null,
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T19:53:09.000000Z",
"prices": [
{
"id": 15,
"product_id": 16,
"price_type_id": 1,
"price": "100.00",
"currency": "RUB",
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T19:53:09.000000Z",
"price_type": {
"id": 1,
"name": "ΠΡΠ°ΠΏΠΎΡΠΊΠΈΠ½",
"created_at": null,
"updated_at": null
}
}
],
"stock": {
"id": 4,
"product_id": 16,
"quantity": 500,
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T19:53:09.000000Z"
}
}
]
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠ±Π½ΠΎΠ²ΠΈΡΡ ΠΏΡΠΎΠ΄ΡΠΊΡ
http://api-tara.local/api/products/16
| Content-Type | Value |
|---|---|
| Accept | application/json |
| Param | value | Type |
|---|---|---|
| _method | PUT | text |
| name | Π’ΠΎΠ²Π°Ρ | text |
| category_id | 1 | text |
| photo | /home/suslovigor/ΠΠ°Π³ΡΡΠ·ΠΊΠΈ/8.jpg | file |
| prices[0][id] | 15 | text |
| prices[0][price] | 120 | text |
| prices[0][price_type_id] | 1 | text |
| stock[0][id] | 4 | text |
| stock[0][quantity] | 550 | text |
{
"id": 16,
"name": "Π’ΠΎΠ²Π°Ρ",
"description": "ΠΠΏΠΈΡΠ°Π½ΠΈΠ΅ 2",
"category_id": 1,
"size": "600*400*2000",
"material": "ΠΠΎΠ»ΠΈΠΏΡΠΎΠΏΠΈΠ»Π΅Π½",
"color": "ΡΡΡΠ½ΡΠΉ",
"photo": null,
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T20:02:23.000000Z",
"prices": [
{
"id": 15,
"product_id": 16,
"price_type_id": 1,
"price": "120.00",
"currency": "RUB",
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T20:24:44.000000Z",
"price_type": {
"id": 1,
"name": "ΠΡΠ°ΠΏΠΎΡΠΊΠΈΠ½",
"created_at": null,
"updated_at": null
}
}
],
"stock": {
"id": 4,
"product_id": 16,
"quantity": 550,
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T20:24:44.000000Z"
}
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
Π£Π΄Π°Π»ΠΈΡΡ ΠΏΡΠΎΠ΄ΡΠΊΡ
http://api-tara.local/api/products/15
| Content-Type | Value |
|---|---|
| Accept | application/json |
null
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠ΅ΡΠΎΠ΄ Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Ρ ΠΎΡΠ³ΡΡΠ·ΠΊΠ°ΠΌΠΈ
ΠΠΎΠ»ΡΡΠΈΡΡ ΠΎΡΠ³ΡΡΠ·ΠΊΠΈ
http://api-tara.local/api/shipments
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"data": [
{
"id": 3,
"client_id": 7,
"product_id": 5,
"price": "444.50",
"quantity": 20,
"total": "4444.50",
"date": "2025-03-10",
"created_at": null,
"updated_at": null
}
],
"total": 1
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠΎΠΊΠ°Π·Π°ΡΡ ΠΎΡΠ³ΡΡΠ·ΠΊΡ
http://api-tara.local/api/shipments/4
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"id": 3,
"client_id": 7,
"product_id": 5,
"price": "444.50",
"quantity": 20,
"total": "4444.50",
"date": "2025-03-10",
"created_at": null,
"updated_at": null
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠΎΠ±Π°Π²ΠΈΡΡ ΠΎΡΠ³ΡΡΠ·ΠΊΠΈ
http://api-tara.local/api/shipments
| Content-Type | Value |
|---|---|
| Accept | application/json |
[
{
"client_id": 7,
"product_id": 16,
"price": 444.50,
"quantity": 500,
"total": 4444.50,
"date": "2025-03-10"
}
]
[
{
"id": 3,
"client_id": 7,
"product_id": 5,
"price": "444.50",
"quantity": 20,
"total": "4444.50",
"date": "2025-03-10",
"created_at": null,
"updated_at": null,
"client": {
"id": 7,
"name": "ΠΠ²Π°Π½ ΠΠ²Π°Π½ΠΎΠ² 1",
"price_type_id": 1,
"address": "Π³. ΠΠΎΡΠΊΠ²Π°, ΡΠ». ΠΡΡΠΊΠΈΠ½Π°, Π΄. 10",
"created_at": "2025-04-08T18:43:51.000000Z",
"updated_at": "2025-04-08T18:43:51.000000Z"
},
"product": {
"id": 5,
"name": "Π’ΠΎΠ²Π°Ρ 2",
"description": "ΠΠΏΠΈΡΠ°Π½ΠΈΠ΅ 2",
"category_id": 1,
"size": "600*400*2000",
"material": "ΠΠΎΠ»ΠΈΠΏΡΠΎΠΏΠΈΠ»Π΅Π½",
"color": "ΡΡΡΠ½ΡΠΉ",
"photo": null,
"created_at": "2025-04-08T19:02:59.000000Z",
"updated_at": "2025-04-08T19:02:59.000000Z"
}
}
]
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ΠΠ±Π½ΠΎΠ²ΠΈΡΡ ΠΎΡΠ³ΡΡΠ·ΠΊΠΈ
http://api-tara.local/api/shipments/5
| Content-Type | Value |
|---|---|
| Accept | application/json |
{
"client_id": 7,
"product_id": 16,
"price": 444.50,
"quantity": 500,
"total": 4444.50,
"date": "2025-03-10"
}
{
"id": 4,
"client_id": 7,
"product_id": 16,
"price": 444.5,
"quantity": 550,
"total": 4444.5,
"date": "2025-03-10",
"created_at": null,
"updated_at": "2025-04-08T20:29:26.000000Z",
"client": {
"id": 7,
"name": "ΠΠ²Π°Π½ ΠΠ²Π°Π½ΠΎΠ² 22",
"price_type_id": 2,
"address": "Π³. ΠΠΎΡΠΊΠ²Π°, ΡΠ». ΠΡΡΠΊΠΈΠ½Π°, Π΄. 101",
"created_at": "2025-04-08T18:43:51.000000Z",
"updated_at": "2025-04-08T20:12:01.000000Z"
},
"product": {
"id": 16,
"name": "Π’ΠΎΠ²Π°Ρ",
"description": "ΠΠΏΠΈΡΠ°Π½ΠΈΠ΅ 2",
"category_id": 1,
"size": "600*400*2000",
"material": "ΠΠΎΠ»ΠΈΠΏΡΠΎΠΏΠΈΠ»Π΅Π½",
"color": "ΡΡΡΠ½ΡΠΉ",
"photo": null,
"created_at": "2025-04-08T19:53:09.000000Z",
"updated_at": "2025-04-08T20:02:23.000000Z"
}
}
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
Π£Π΄Π°Π»ΠΈΡΡ ΠΎΡΠ³ΡΡΠ·ΠΊΡ
http://api-tara.local/api/shipments/4
| Content-Type | Value |
|---|---|
| Accept | application/json |
null
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
Powered By: postman-to-markdown