POST api/MasterTypes/SaveVesselCategory
Request Information
URI Parameters
None.
Body Parameters
VesselCategory| Name | 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-12-15T08:50:47.9255764-08:00",
"addedBy": 1,
"addedOn": "2025-12-15T08:50:47.9255764-08:00"
}
multipart/form-data, application/octet-stream
Sample:
{"id":1,"name":"sample string 2","isServiceEnabled":true,"modifiedBy":1,"modifiedDate":"2025-12-15T08:50:47.9255764-08:00","addedBy":1,"addedOn":"2025-12-15T08:50:47.9255764-08:00"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResult| Name | 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":{}}