-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dphuang2
committed
Mar 28, 2024
1 parent
43413a3
commit bc536eb
Showing
16 changed files
with
20,124 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...pages/sdk/microsoft/dynamics-365-business-central/typescript/_first-request.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
```typescript index.ts | ||
// Returns a list of companies | ||
const getListResponse = microsoftDynamics365BusinessCentral.company.getList() | ||
``` |
8 changes: 8 additions & 0 deletions
8
...ges/sdk/microsoft/dynamics-365-business-central/typescript/_getting-started.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
```typescript index.ts | ||
import { MicrosoftDynamics365BusinessCentral } from 'microsoft-dynamics-365-business-central-typescript-sdk'; | ||
|
||
const microsoftDynamics365BusinessCentral = new MicrosoftDynamics365BusinessCentral({ | ||
clientId: "CLIENT_ID", | ||
redirectUri: "REDIRECT_URI" | ||
}) | ||
``` |
Oops, something went wrong.