Add a Geometric - 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

Headers

Header name

Description

Required

Values

Authorization

Access token

Required

Bearer <access_token>

Content-Type

Request type format

Required

application/json

POST body

Element

Description

Type

Required

Notes

GeometricName

Name of the new geometric table that you want to create

String

Required

TableId

Identifies the table to which the new geometric must be assigned

String

Required

StandardName

Name of the standard

String

Required

Sample request

https: //<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/Geometrics

{

"GeometricName": "Add_Geom",

"TableId": 9203,

"StandardName":"CS"

}

Response

Element

Description

Type

Notes

GeometricId

A unique ID for the geometric.

Integer

Generated by the software

Project

The project or product group where the geometric is created

String

DisciplineName

The associated discipline name to the geomtric

GeometricName

Name of the new geometric

String

TableId

The associated table to the geometric.

Integer

Generated by the software

StandardId

A unique standard id

Integer

StandardName

Name of the standard

String

ControlStatus

Sets the control status of the geometric

Integer

Default value is 1

NlsId

Language identifier

Integer

Required

ShortDescription

Short description of the table

String

Required

Description

Description of the table

String

Required

Sample response

{

"@odata.context": "https://<appserver with domain>/<virtual_directory>/Srd/V2/$metadata#Projects('SDB')/Disciplines(5020)/Nls(1)/Geometrics/$entity",

"GeometricId": 46357,

"Project": "SDB",

"DisciplineName": "PIPING",

"GeometricName": "ADD_GEOM",

"TableId": 9203,

"StandardId": 5023,

"StandardName": "CS",

"ControlStatus": 1,

}