Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Is the fundamental API among the others. Where the personal information from identification to employment details can be imported.

The new AUS service no longer requires the Authentication_Token. This means that calling GNL_API_AUTHENTICATION is no longer required.

Connection

Info

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

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

APIKey must be included in the header

...

Expand
titlePlease expand
Code Block
{
  "request": {
    "Interface": "SHIPADMIN",
    "ExternalPin": "SA-898",
    "FirstName": "Willy",
    "MiddleName": "",
    "LastName": "Wonka",
    "CallingName": "Wil",
    "SuffixName": "",
    "Initials": "",
    "Title": "Mr",
    "Gender": "U",
    "Nationality": "UA",
    "NativeLangauge": "ES",
    "BirthDate": "2001-01-25",
    "PlaceOfBirth": "London",
    "CountryOfBirth": "ES",
    "ExternalHairColor": "Brown",
    "ExternalEyeColor": "Hazel",
    "Height": 190,
    "Weight": 85,
    "HomeAirport": "ABI",
    "TravelTime": "",
    "HomeAirport2": "",
    "TravelTime2": "",
    "ExternalMaritalStatus": "2",
    "ExternalRank": "DC",
    "ExternalContractType": "Permanent",
    "AddressLine1": "909-1/2 E 49th St",
    "AddressLine2": "Los Angeles, California",
    "AddressLine3": "",
    "AddressCountry": "US",
    "AddressPostcode": "90011",
    "AddressPlace": "string",
    "Email": "wilwonka@email.com",
    "Mobile": "(323) 238-0616",
    "Telephone": "(323) 238-8000",
    "Organization": "SH00001"
  }
}

Adonis prepared the following versions depending on the company’s requirements.

Child pages (Children Display)
allChildrentrue

How to generate an API Key

...