Files
amap/amapcontract/products/folder.bru

36 lines
496 B
Plaintext

meta {
name: products
}
auth {
mode: inherit
}
vars:pre-request {
Route: products
ExamplePOSTBody: '''
{
"name": "test",
"unit": 1,
"price": 3.50,
"price_kg": 3.50,
"weight": "1.0",
"productor_id": 1,
"type": 2,
"shipment_ids": []
}
'''
ExamplePUTBody: '''
{
"name": "test",
"unit": 1,
"price": 3.50,
"price_kg": 3.50,
"weight": "1.0",
"productor_id": 1,
"type": 2,
"shipment_ids": [1]
}
'''
}