Headers
|
Header name |
Description |
Required |
Values |
|---|---|---|---|
|
Authorization |
Access token |
Required |
Bearer <access_token> |
|
Content-Type |
Request type format |
Required |
application/json |
Post Body
|
Parameter |
Description |
Type |
Notes |
|---|---|---|---|
|
GeometricId |
A unique ID for the geometric. |
Integer |
|
|
IdentKey |
Set this value if you want to use the geometric for building the ident. |
String |
Sample request
POST https://<appserver with domain>/<virtual_directory>/ Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/CommodityGroups(5018)/CommodityParts(5549)/CommodityCodes(75362)/CommodityCodeGeometrics
{
"GeometricId": 5002,
"IdentKey": "ON"
}
Response
|
Parameter |
Description |
Type |
Notes |
|---|---|---|---|
|
CommodityId |
A unique ID for the commodity code. |
Integer |
|
|
GeometricId |
A unique ID for the geometric. |
Integer |
|
|
IdentKey |
Set this value if you want to use the geometric for building the ident. |
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)/CommodityCodeGeometrics/$entity,
"CommodityId": 75362,
"GeometricId": 5002,
"IdentKey": "ON"
}