POST api/ExternalShips/nominationHasConflict

Request Information

URI Parameters

None.

Body Parameters

CheckLayCansViewModel
NameDescriptionTypeAdditional 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:38:58.0410923+02:00",
  "LAYCAN_SECOND": "2026-02-12T19:38:58.0410923+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:38:58.0410923+02:00</LAYCAN_FIRST>
  <LAYCAN_SECOND>2026-02-12T19:38:58.0410923+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:38:58.0410923+02:00</LAYCAN_FIRST><LAYCAN_SECOND>2026-02-12T19:38:58.0410923+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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.