POST api/vessel/newMotor
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
motor | Motoren som skal opprettes |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Motor": { "MotorId": "sample string 1", "ParentVesselID": "sample string 2", "MotorType": "sample string 3", "Brand": "sample string 4", "SerialNo": "sample string 5", "MotorLocation": "sample string 6", "ManufacturedYear": 1, "HorsePower": 1.0, "StopDate": "sample string 7", "UpdatedBy": "sample string 8", "CallerKey": "sample string 9" } }
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.