Skip to end of banner
Go to start of banner

AUS_CU_ActivitiesRotationLink

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

URL: http://yourdomain.com/AUS/AdonisUploadService.svc/v1/AIWS_CU_ActivitiesRotationLink

The above URL is composed of yourdomain + AUS + AdonisUploadService.svc + Version + API method

APIKey must be included in the header

Example Value in JSON

 Please expand

{ "request": {
"Interface": "SHIPADMIN",
"ExternalPin": "SA-898",
"ExternalActivityID": "AACT-0009",
"ExternalActivityCode": "OB",
"ExternalPositionCode": "MAS",
"SignOn": "2024-01-25",
"SignOffEstimated": "2024-02-25",
"SignOff": "",
"ConfirmedSignOn": "N",
"VesselIMO": "9865958",
"PlaceFrom": "DELAE",
"PlaceTo": "DEMAI",
"EmbarkationPort": "REGEMBR",
"DisembarkationPort": "REGDISEMBR",
"Comments": ""
}
}

Name

Format

Mandatory

Example

APM XREF

Description

Interface

string

Y

companyname_import

Identified in APM > Setup > General Codes > Miscellaneous > Interfaces

Adonis generated interface name

ExternalPIN

string

Y

AAA-9999999

Automatically mapped with the Adonis PIN.

This is the UID/PIN of the seaman inside your company/organization.

ExternalActivityID

string

Y

AAA-9999999

Automatically mapped with the Adonis DOCID

This is the unique DOCID of the seaman’s competence inside your company/organization.

ExternalActivityCode

string

Y

LEAVE

Identified in APM > Setup > General Codes > Activities > Activity Codes

The type of the Activity Code i.e. ONB, VAC, MAT, SICK etc…

ExternalPositionCode

string

Y

MAS

Identified in APM > Setup > General Codes > Personal Details > Ranks

Rank / position of the seaman.

ConfirmedSignOn

Y/N

Y

Y

This will make the activity current if the SignOn <= CurrentDate.

This function will trigger the Crew Change Module if this option is enabled

image-20241223-090824.png

SignOn

YYYY-MM-DD

Y

2022-08-17

The start date of the sea service. Date format YYYY-MM-DD

SignOffEstimated

YYYY-MM-DD

2022-10-01

The confirmed end date of the sea service. Date format YYYY-MM-DD

SignOff

YYYY-MM-DD

2022-10-12

The end date of the sea service. Date format YYYY-MM-DD

VesselIMO

number

Y

8320573

Unique Vessel IMO

PlaceFrom

string

DELAE (Lagerdorf)

The first two letters code a country by the table defined in ISO 3166-1 alpha-2. The three remaining characters code a location within that country.

PlaceTo

string

DEMAI (Mainz)

EmbarkationReason

string

REGEMBR

Identified in APM > Setup > General Codes > Personal Details > Embarking/Disembarking Reasons

DisembarkationReason

string

REGDISEMBR

Identified in APM > Setup > General Codes > Personal Details > Embarking/Disembarking Reasons

Comments

string

any comments

  • No labels