/
v1/AUS_CU_Activities

v1/AUS_CU_Activities

This API will have the option to import not only the current and planned activities but the historical activities as well that are not linked to any position, vessels, companies or organizations registered in the APM Adonis Personal Manager. This is a helpful way to report and keep track of the crew member’s past sailings.

These activity records aren’t connected to any organization, department, vessel, or position defined in the APM Adonis Personnel Portal.

Conditions

 

Example Value in JSON

{ "request": { "Interface": "ANKAA", "ExternalPin": "ANKAA123457", "ExternalActivityID": "AACT-0008", "ExternalActivityCode": "OB", "ExternalPositionCode": "DC", "SignOn": "2024-01-25", "SignOff": "2024-09-29", "VesselName": "ABC Vessel", "VesselGRT": "9672", "VesselType": "Passenger Ship", "Country": "IN", "CrewID": "C233D", "PlaceFrom": "THLAS", "PlaceTo": "JPKSO", "Comments": "" } }

 

Fields Definition

Name

Format

Mandatory

Example

APM XREF

Description

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

It is 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.

SignOn

YYYY-MM-DD

Y

2022-08-17

 

The start 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

VesselName

string

 

ABC Greenstar

 

Free input text

VesselGRT

Numeric

 

9233

 

Gross register tonnage.

VesselType

string

 

Container Ship

 

Type of vessel

Country

string

 

IN

 

2 char code

CrewID

string

 

C233D

 

Limited to 5 alphanumeric characters

PlaceFrom

string

 

THLAS

 

It can be Airport (3 char code), Port (5 char code), City, or free input text

PlaceTo

string

 

JPKSO

 

It can be Airport (3 char code), Port (5 char code), Cities, or free input text

Comments

string

 

 

 

Free input text

 

Related content