ProcessBreakdownProjects - Intergraph Smart Completions - Intergraph Smart Completions Update 24 - Customization & Programming - Hexagon

Intergraph Smart Completions Smart API Programmer's Reference Guide (5.3.24)

Language
English
Product
Intergraph Smart Completions
Search by Category
Customization & Programming
Smart Completions Version
5.3.24

Assign a PBS to a Project.

Supported HTTPS Methods: POST

Request URL:

<HOSTNAME>/sc/datalake/v1/Instances(2)/ProcessBreakdownProjects

Header parameters:

Header Parameter

Description

Authorization

A token required for authenticating a request.

The bearer token is a string, usually generated by the server in response to a login request.

You must include this header in every request.

Content-Type

The request format or the original media type of the resource.

Sample request payload:

{

"ProcessBreakdownId": 1047,

"WorkBreakdownUp3Id": 41

}

Request payload parameters:



Request Parameter



Data Type

Required, Optional,
Recommended, or
Unused



Description

ProcessBreakdownId

Integer

Required

Unique ID of the Process.

WorkBreakdownUp3Id

Integer

Required

Project ID which needs to be linked to the process.

Sample response:

{

"@odata.context": "https://sc-features.intergraph.com/sc/datalake/v1/

$metadata#Instances(2)/ProcessBreakdownProjects/$entity",

"Id": 1058,

"ProcessBreakdownId": 1047,

"WorkBreakdownUp3Id": 41,

"ProcessBreakdown": "Process Utilities",

"Project": "PPM - Template Project",

"Summary": "PPM - Template Project",

"RecordCreated": "2023-08-11T03:36:40.18Z",

"RecordCreatedBy": "Hexagon PPM Administrator",

"RecordCreatedById": 1,

"RecordLastModified": "2023-08-09T12:57:08.247+05:30",

"RecordLastModifiedBy": "Venkat Tangirala",

"RecordLastModifiedById": 1,

"dtRemoved": "2023-08-09T12:57:08.247+05:30",

"RecordRemovedBy": "Venkat Tangiralaā€¯,

"RecordRemovedById": 1

}

Response Parameters:


Response Parameter


Data Type


Description

@odata.context

String

Request URL.

Id

Integer

Unique ID of the ProcessBreakdownProjects entity.

ProcessBreakdownId

Integer

Unique ID of the Process.

WorkBreakdownUp3Id

Integer

Project ID that was linked to process.

ProcessBreakdown

String

Description of process.

Project

String

Description of the project linked to the process.

Summary

String

The unique value Smart Completions uses to identify the PBS item. The value is a concatenation of the item's NUMBER and NAME.

RecordCreated

String(date)

Read only. Date when the PBS item was created in Smart Completions. Captured by Smart Completions.

RecordCreatedBy

String

Read only. Smart Completions user who created the PBS item in Smart Completions. Captured by Smart Completions.

RecordCreatedByID

Integer

Read only. Smart Completion user ID who created the PBS item in Smart Completions. Captured by Smart Completions.

RecordLastModified

String(date)

Read only. Date when the PBS item was last updated in Smart Completions. Captured by Smart Completions.

If the item has not been updated since creation, this is the date the item was created.

RecordLastModifiedBy

String

Read only. Smart Completions user who last updated the PBS item in Smart Completions. Captured by Smart Completions.

If the item has not been updated since creation, this is the user who created the item.

RecordLastModifiedById

Integer

Read only. Smart Completions user ID who last updated the WBS item in Smart Completions. Captured by Smart Completions.

If the item has not been updated since creation, this is the user who created the item.

dtRemoved

String(date)

Read only. Date when the WBS item was removed from Smart Completions. Captured by Smart Completions.

RecordRemovedBy

String

Read only. Smart Completions user who deleted the WBS item from Smart Completions. Captured by Smart Completions.

RecordRemovedById

Integer

Read only. User ID of the Smart Completions user who deleted the WBS item from Smart Completions. Captured by Smart Completions.