Add Equipment Specification
POST http://api.boomandbucket.com/equipmentservice/equipment/{equipmentId}/technicalspec
This endpoint allows you to add one specification to a specific equipment.
Request Body
technicalSpecification(array): An array with one item as follows:text(string): The specification textdescription(string) (optional): A description of the specification
Response:
Successful response: HTTP Status
200 OKwith the id of the specification that was posted.Error response: HTTP Status
400 Bad Requestwith details in the response body.
RESPONSES
status: OK
["{{$guid}}"]