Associate application - Intergraph Smart Engineering Manager - 3.0 - Customization & Programming - Hexagon

Intergraph Smart Engineering Manager Web API Help

Language
English
Product
Intergraph Smart Engineering Manager
Subproduct
Web API
Search by Category
Customization & Programming
Smart Engineering Manager Web Version
3.0

This request allows you to associate an application in a chosen plant.

Use the POST method to associate an application with the following input:

  • Service Root URI: https://<Server Name>/<IIS Application Name>/sem/v3

  • Resource path: /Sites('<Site Name>')/Plants('<Plant Name>')/Applications

  • You must send a separate request for each application you want to associate with a given plant.

  • Resource path strings are case-sensitive.

Sample URI

POST

https://WebApiServer1.APIServerDomain.com/sem-webapi/sem/v3/Sites('WebAPISite01')/Plants('WebAPIPlant01')/Applications

Sample JSON request

You specify the parameters for associating the application in the body of the request.

The application parameters must match the application you want to associate and the platform on which the plant was created:

What do you want to do next?

Related topics

View applications

Dissociate application