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