How to get AOS Service URL in dynamics 365 for Finance and Operation ?

You can develop custom services for Finance and Operations.

Two Types:

1- SOAP-based URL

    Example endpoint for a dev environment

    https://usnconeboxax1aos.cloud.onebox.dynamics.com/soap/services/UserSessionService?wsdl

    Example endpoint for a non-dev environment

    https://<baseurl>/soap/services/UserSessionService?wsdl

1- JSON-based URL

    The JSON Endpoint is at 

  https://host_uri/api/services/service_group_name/service_group_service_name/operation_name.

Example

  https://usnconeboxax1aos.cloud.onebox.dynamics.com/en/api/services/UserSessionService/AifUserSessionService/GetUserSessionInfo

Example of Environment:







Comments

Popular posts from this blog

Create custom workflow in D365 X++

Convert amount from one currency to another currency using X++

How to Create Extended Data Types (EDTs) in Finance and Operations of Dynamics 365 -- F&O Customization Part 2