Retrieve commodity code layouts based on composite keys - Intergraph Smart Reference Data - Version 2016 R4 (8.4) - Administration & Configuration - Intergraph

Intergraph Smart Reference Data REST API 2016 R4 (8.4)

Language
English
Product
Intergraph Smart Reference Data
Search by Category
Administration & Configuration
Smart Materials/Smart Reference Data Version
2016 R4 (8.4)

Headers

Header name

Description

Required

Values

Authorization

Access token

Required

Bearer <access_token>

Content-Type

Request type format

Required

application/json

To retrieve specific CommodityCodeLayouts data based on composite keys:

GET https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/CommodityGroups(5018)/CommodityParts(5549)/CommodityCodes(75362)/CommodityCodeLayouts(CommodityId=75362,NlsId=1)

Response

Parameter

Description

Type

Notes

CommodityId

A unique ID for the commodity code.

Integer

NlsId

Language identifier

Integer

ControlStatus

Retrieves the control status of the instance.

Integer

LayoutShort

Short description of the layout

String

LayoutLong

Description of the layout

String

Sample response

{

"@odata.context":

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

"value": [

{

"CommodityId": 75362,

"NlsId": 1,

"ControlStatus": 1,

"LayoutShort": "BFYLUG, Gen manu, CL1501288, RFTBE, Drive, gear operator , ASTM A351-CF8M, AISI 316 SS Trim, 316 SS/PTFE ST",

"LayoutLong": "Butterfly valve, lugged, Generic manufacturer, Class 1501288, Raised-face thru-bolted end without bolt holes, Drive, gear operator , ASTM A351-CF8M, AISI 316 SS Trim, 316 SS/PTFE ST"

}

This is the filtered response using the composite keys i.e. CommodityId=75362,NlsId=1