Versions Compared

Key

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

...

In the TestController → Index example to generate Adonis Token. (Contain authentication details).

Swagger: https://astacoapp.azurewebsites.net/AIWS_ASTACO/api-docs/index.html?url=/AIWS_ASTACO/api-docs/swagger.json

...

    request.Authentication_Token = "…"; 

    request.View = " vProfilePositionRequirementspw001srv1"; 

    request.Filter = "WHERE Position='General Manager' AND IMO='123456789'"; 

    request.Pagination = false; 

...