Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Paweł Albecki
Paweł Albecki(Deactivated)Reporter
Lucyna Laska
Lucyna LaskaStory Points
3
Original estimate
6h
Time tracking
Components
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created February 21, 2017 at 12:49 PM
Updated March 14, 2017 at 2:38 PM
Resolved March 8, 2017 at 11:50 AM
When I tried to create a new commodityTypes, I got 404 not found. I tested that via Postman. I tried to use PUT /api/commodityTypes and PUT /api/CommodityTypes endpoints, but without any luck. The first option was found in controller, the second one on swagger.
{ "timestamp": "2017-02-21T12:24:27.923+0000", "status": 404, "error": "Not Found", "message": "No message available", "path": "/api/CommodityTypes" }
Example json:
{ "productCode": "C1", "name": "ibuprofen", "description": "test", "packSize": 11, "packRoundingThreshold": "1", "roundToZero": true }
Acceptance criteria:
creating the commodityTypes should be possible
raml is updated
the Body field to the api/commodityTypes endpoint is added on swagger
right: ORDERABLES_MANAGE should be required