ProjectDetail
MasterData
Master data controller
| API | Description |
|---|---|
| GET api/MasterData/GetProductBuilderReportTypes?ProductBuilder={ProductBuilder}&TagId={TagId}&UserRoleId={UserRoleId} | |
| GET api/MasterData/GetProductBuilderCalculationTypes?ProductBuilder={ProductBuilder} |
Gets caculation types list of selected product builder |
| GET api/MasterData/GetAllProductBuilderModels |
Gets Product builder models |
| GET api/MasterData/GetHelpLibraryDocuments?productBuilder={productBuilder}&culture={culture}&modelID={modelID}&documentType={documentType} |
It fetches all documents by ModelId(if present) otherwise documents by productbuilder |
| GET api/MasterData/GetDocumentContent?container={container}&fileName={fileName} |
Download the file from Azure blob returns as byte array object |
Project
| API | Description |
|---|---|
| GET api/Project/GetUserProjects?UserId={UserId}&SortColumn={SortColumn}&PageNum={PageNum}&PageSize={PageSize}&SearchColumn={SearchColumn}&SearchText={SearchText} |
Getting list of Projects based on user ID, page number, page size etc.. |
| POST api/Project/DeleteProject?projectId={projectId} |
DeleteProject |
| POST api/Project/UpdateProjectCustomer?projectId={projectId}&customerId={customerId} |
UpdateProjectCustomer |
| POST api/Project/UpdateProjectName?projectId={projectId}&projectName={projectName} | |
| POST api/Project/CreateProjectCustomer |
CreateProject Customer |
User
Report
Defines the .
UserDefaults
OutputConvertor
| API | Description |
|---|---|
| POST api/OutputConvertor/ConvertBoltOutputToLegacyOutput?model={model}&builderName={builderName} |
No documentation available. |
Tag
Customer
Controller - Contains all Customer and Contact API Methods.
| API | Description |
|---|---|
| GET api/Customer/GetCustomerAddressList?customerId={customerId} |
The GetCustomerAddressList. |
| GET api/Customer/GetUserCustomerList?projectId={projectId} |
GetUserCustomerList. |
IntegrationAPI
Defines the .
| API | Description |
|---|---|
| POST api/IntegrationAPI/GetSAPXML |
To get SAP XML. |
| POST api/IntegrationAPI/GetTagDetailsForDM?tagId={tagId} |
The GetTagDetailsForDM. |
| GET api/IntegrationAPI/UpdateMigratedUser?userName={userName} |
The UpdateMigratedUser. |