POST api/RcsVessel/deleteCruiseDoc
Request Information
URI Parameters
None.
Body Parameters
DeleteCruiseDocModel| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| filename | string |
None. |
|
| notificationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"filename": "sample string 2",
"notificationId": 3
}
multipart/form-data, application/octet-stream
Sample:
{"name":"sample string 1","filename":"sample string 2","notificationId":3}
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":{}}