POST api/MasterTypes/SaveVesselCategory
Request Information
URI Parameters
None.
Body Parameters
VesselCategoryName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
IsServiceEnabled | boolean |
None. |
|
ModifiedBy | integer |
None. |
|
ModifiedDate | date |
None. |
|
AddedBy | integer |
None. |
|
AddedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "name": "sample string 2", "isServiceEnabled": true, "modifiedBy": 1, "modifiedDate": "2025-05-08T02:25:32.5484801-07:00", "addedBy": 1, "addedOn": "2025-05-08T02:25:32.5484801-07:00" }
multipart/form-data, application/octet-stream
Sample:
{"id":1,"name":"sample string 2","isServiceEnabled":true,"modifiedBy":1,"modifiedDate":"2025-05-08T02:25:32.5484801-07:00","addedBy":1,"addedOn":"2025-05-08T02:25:32.5484801-07:00"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultName | Description | Type | Additional information |
---|---|---|---|
Result | Object |
None. |
|
Msg | Object |
None. |
|
token | Object |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "result": {}, "msg": {}, "token": {}, "data": {} }
multipart/form-data, application/octet-stream
Sample:
{"result":{},"msg":{},"token":{},"data":{}}