Create D365 Client
Create Dynamics 365 app
- application/json
Request Body
- name string required
Unique Dynamics365 app name
serverPlan object required
id int32name stringazureApp object
applicationId string requiredAzure Application ID
applicationSecret string requiredAzure app secret key, needs to be base64 encoded
refreshToken stringUser based refresh token generated with corresponding app credentials. Can be left blank if the azure app is protected API approved.
azureDirectoryId string requiredAzure directory (tenant) ID
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
{
"id": 0,
"name": "string"
}
Internal Server Error
Loading...