Retrieve Commodity Part by ID - 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

GET https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/CommodityGroups(5018)/CommodityParts(5547)

Response

Parameter

Description

Type

Notes

CommodityGroupId

A unique ID for the commodity group

Integer

CommodityPartId

A unique ID for the commodity part

String

CommodityPartName

Retrieves the name of the commodity part

Project

Retrieves the project details for the selected commodity group

String

ControlStatus

Retrieves the control status of the instance

Integer

KindOfPart

Special function for branches

Integer

CommodityRuleId

The rules that is associated to the group which is used to generate commodity code.

Integer

StandardName

Name of the standard

String

AttributeSetId

Integer

E_BENDANGLE

E_BENDANGLE attribute is associated with ATTR_CHAR1 physical attribute for M_PARTS physical table

String

BR_LEGEND

BR_LEGEND attribute is associated with ATTR_CHAR2 physical attribute for M_PARTS physical table

String

ISREDUCING

ISREDUCING attribute is associated with ATTR_CHAR3 physical attribute for M_PARTS physical table

String

PDS_LABEL

PDS_LABEL attribute is associated with ATTR_CHAR5 physical attribute for M_PARTS physical table

String

TRAPHEIGHTTOPTOCEN

TRAPHEIGHTTOPTOCEN attribute is associated with ATTR_CHAR5 physical attribute for M_PARTS physical table

String

Sample response

{

"@odata.context":

"https://<appserver with domain>/<virtual_directory>/Srd/V2/$metadata#Projects('SDB')/Disciplines(5020)/Nls(1)/CommodityGroups(5018)/CommodityParts/$entity",

"CommodityGroupId": 5018,

"CommodityPartId": 5547,

"CommodityPartName": "B",

"Project": "SDB",

"ControlStatus": 1,

"KindOfPart": "VARIABLE",

"CommodityRuleId": 5007,

"StandardName": "ALL",

"AttributeSetId": null,

"E_BENDANGLE": "",

"BR_LEGEND": "",

"ISREDUCING": "",

"PDS_LABEL": "[406]bore to match",

"TRAPHEIGHTTOPTOCEN": ""

}