Import Company Idents - Intergraph Smart Reference Data - Help - Intergraph

Intergraph Smart Reference Data REST API (10.2)

Language
English
Product
Intergraph Smart Reference Data
Search by Category
Help
Smart Materials/Smart Reference Data Version
10.2

To import company idents, use the following query:

GET {ServiceName}/Com.Ingr.SmartRD.V2.ImportCompanyIdents(filePath={FileName})

The sample query to import company idents is:

GET

https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/Com.Ingr.Srd.V2.ImportCompanyIdents(filePath='company_ident_template.xls')/

Parameter

Description

Type

Notes

ImportStatus

Status of company idents import job

String

LogFileLocation

Location of company idents log file in database server

String

LogTransactionId

Transaction id of company idents import job

String

Sample response

{

"@odata.context": "https://<appserver with domain>/<virtual_directory>/Srd/V2/$metadata#Com.Ingr.Srd.V2.ImportCompanyIdentsInfo",

"ImportStatus": "4 out of 4 company idents successfully imported",

"LogFileLocation": "D:\oradata\sdb15r2\utl\Import_comp_ident_log_193428.log",

"LogTransactionId": "5040"

}