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 OK
with the id of the specification that was posted.Error response: HTTP Status
400 Bad Request
with details in the response body.
RESPONSES
status: OK
["{{$guid}}"]