Upload site package - 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 upload a zip file package to the site backup location. Packages are created when you run the following requests:

Use the PUT method to upload packages with the following input:

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

  • Resource path: /Sites('<Site Name>')/Packages

Resource path strings are case-sensitive.

Sample URI

PUT

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

JSON request setting

In the body of the request, do the following:

  1. Click the form-data option.

  2. In the KEY field, select the File option.

  3. In the VALUE field, a command, Select Files, is displayed.

Send the request

  1. In the request, click the Body tab.

  2. Click the form-data option.

  3. Click the Select Files command.

  4. In the dialog box that opens, navigate to the folder where the package you want to upload (.zip file) is located and select the file.

    The file name appears beside the command:

  5. Click Send.