POST api/ExternalShips/NominationHasExisting
Request Information
URI Parameters
None.
Body Parameters
CheckLayCansViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VISIT_SEQUENCE | decimal number |
None. |
|
| SHIP_NAME | string |
None. |
|
| LAYCAN_FIRST | date |
None. |
|
| LAYCAN_SECOND | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"VISIT_SEQUENCE": 1.0,
"SHIP_NAME": "sample string 1",
"LAYCAN_FIRST": "2026-02-12T19:48:15.1865304+02:00",
"LAYCAN_SECOND": "2026-02-12T19:48:15.1865304+02:00"
}
application/xml, text/xml
Sample:
<CheckLayCansViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RBCT.Core.ViewModels"> <LAYCAN_FIRST>2026-02-12T19:48:15.1865304+02:00</LAYCAN_FIRST> <LAYCAN_SECOND>2026-02-12T19:48:15.1865304+02:00</LAYCAN_SECOND> <SHIP_NAME>sample string 1</SHIP_NAME> <VISIT_SEQUENCE>1</VISIT_SEQUENCE> </CheckLayCansViewModel>
multipart/form-data
Sample:
<CheckLayCansViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RBCT.Core.ViewModels"><LAYCAN_FIRST>2026-02-12T19:48:15.1865304+02:00</LAYCAN_FIRST><LAYCAN_SECOND>2026-02-12T19:48:15.1865304+02:00</LAYCAN_SECOND><SHIP_NAME>sample string 1</SHIP_NAME><VISIT_SEQUENCE>1</VISIT_SEQUENCE></CheckLayCansViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.