Account
| API | Description |
|---|---|
| GET api/Account/GetAccountants?searchTerm={searchTerm} |
D365 API: Get Accountant By Search Term |
Product
| API | Description |
|---|---|
| GET api/Products/GetProducts |
D365 API: Return list of Products |
| GET api/Products/GetProductsWithDetails |
D365 API: Return list of Proucts with Full Details |
| GET api/Products/GetPlans?productId={productId} |
D365 API: Return list of Plans for a product |
| GET api/Products/GetCompetingProducts |
D365 API: Return list of Competitors |
| GET api/Products/GetValidPromotions |
D365 API: Return list of valid promo codes |
Lead
| API | Description |
|---|---|
| GET api/Lead/GetLeadSources |
D365 API: Get Lead Sources |
| GET api/Lead/GetLeadChannels |
D365 API: Get Lead Channels |
| POST api/Lead/CreateLead |
D365 API: Create Lead |
| POST api/Lead/Callback |
D365 API: Call back api to create a Lead in D365 |
| GET api/Lead/GetLead?leadId={leadId} |
D365 API: Get Lead |
| POST api/Lead/UpdateLead?leadId={leadId} |
D365 API:Update Lead |
Address
| API | Description |
|---|---|
| GET api/Addresses/GetRegions |
D365 API: Get a list of valid CRM regions |
| GET api/Addresses/GetCities |
D365 API: Get a list of valid CRM Cities |
ProductTransition
| API | Description |
|---|---|
| PUT api/ProductTransitions/PutProductTransitions |
D365 API: Out Prodct Transition in CRM |
| GET api/ProductTransitions/GetPendingProductTransitions?companyCode={companyCode} |
D365 API: Return list of Pending Product Transitions |
| GET api/ProductTransitions/GetUpgradeCode?upgradeCodeText={upgradeCodeText} |
D365 API: Return Upgrade Code by Text. |
| GET api/ProductTransitions/GetDowngradeReasons |
D365 API: Return list of Downgrade Reasons. |
| GET api/ProductTransitions/GetPayrollRelatedProductsAndPriceLists?companyCode={companyCode} |
D365 API: Return list of Payroll Related Products and Price Lists Reasons. |
Industry
| API | Description |
|---|---|
| GET api/Industry/GetIndustries |
D365 API: Get list of Industries |
Bank
| API | Description |
|---|---|
| GET api/Bank/GetBanks |
D365 API: Get List of Banks |
OptionSet
| API | Description |
|---|---|
| GET api/OptionSet/GetOptionSet?optionSetName={optionSetName} |
D365 API: Get OptionSet Value by name |
| POST api/OptionSet/GetOptionSetArray |
No documentation available. |
| GET api/OptionSet/GetOptionSetArrayV2?optionSets={optionSets} |
No documentation available. |