Go-TestAPI/brunoTest/golang-test/Product/Create Product.bru

26 lines
280 B
Plaintext
Raw Permalink Normal View History

2024-06-05 08:43:05 +00:00
meta {
name: Create Product
2024-06-05 08:43:05 +00:00
type: http
seq: 1
2024-06-05 08:43:05 +00:00
}
post {
url: {{host}}/product
2024-06-05 08:43:05 +00:00
body: json
auth: none
}
body:json {
{
"name": "Яблоко",
"price": 5,
"manufacturerID": 1
}
}
body:multipart-form {
name: Яблоко
price: 5
manufacturer: 1
}