...
Connection
Info |
---|
V1 is a fundamental method with the basic information needed from a person’s activities record. sample URL request: http://domainyourdomain.com/AIWS_APPAUS/AdonisIntegrationWebServiceAdonisUploadService.svc/v1/AUSAIWS_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
Expand | ||
---|---|---|
| ||
{ "request": { |
Name | Format | Mandatory |
---|
Example | APM XREF | Description | ||||||
---|---|---|---|---|---|---|---|---|
Interface | string |
|
companyname_import | Identified in APM > Setup > General Codes > Miscellaneous > Interfaces | Adonis generated interface name | ||||||
ExternalPIN | string |
|
colour | Blue |
---|---|
title | v1 |
AAA-9999999 | Automatically mapped with the Adonis PIN. | This is the UID/PIN of the seaman inside your company/organization. | ||||||
ExternalActivityID | string |
|
AAA-9999999 | Automatically mapped with the Adonis DOCID | This is the unique DOCID of the seaman’s competence inside your company/organization. | ||||||
ExternalActivityCode | string |
|
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 |
|
MAS | Identified in APM > Setup > General Codes > Personal Details > Ranks | Rank / position of the seaman. |
SignOn
ConfirmedSignOn | Y/N |
| Y | ConfirmedSignOn=Y will make the activity current if the SignOn <= CurrentDate. Else the activity is planned. This function will also trigger the Crew Change Module if this option is enabled | |||||||
SignOn | YYYY-MM-DD |
|
|
| 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 |
|
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 |
Status | ||||
---|---|---|---|---|
|
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 |
Sample Request in JSON
GNL_API_AUTHENTICATION - To get the Authentication_Token
Code Block |
---|
//ONLY VIA HTTPS.
{
"credentials": {
"Login": "", //paste the username here
"Password": "", //paste the password here
"LifeTime": 18000
}
} |
AUS_CU_ActivitiesRotationLink
...