Get all product concepts
get
/fscmRestApi/resources/11.13.18.05/productConcepts
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Find product concepts according to the concept identifier.
Finder Variables:- ConceptId; integer; Value that uniquely identifies the product concept.
- PrimaryKey: Find product concepts according to the concept identifier.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- ConceptId; integer; Value that uniquely identifies the concept.
- ConceptNumber; string; Number that uniquely identifies the concept.
- CreatedBy; string; Date when the user created the concept.
- CreationDate; string; User who created the concept.
- CurrencyCode; string; Abbreviation that identifies the currency of the product concept.
- Description; string; Description of the concept.
- DueDate; string; Date when the concept is due.
- IsCurrent; string; Value that indicates if this version is the current version.
- LastUpdateDate; string; Date when the user most recently updated the concept.
- LastUpdatedBy; string; User who most recently updated the concept.
- LifecyclePhase; string; Value that indicates the lifecycle phase of the concept.
- MasterId; integer; Value that uniquely identifies the concept master.
- Name; string; Name of the concept.
- Type; string; Type of the product concept.
- Version; string; Version of the product concept.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : productConcepts
Type:
Show Source
object
-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : productConcepts-item-response
Type:
Show Source
object
-
AllowAccesstoEveryone: string
Maximum Length:
1
Default Value:Y
Contains one of the following values: Y or N. If Y, then allow access to everyone who has proper privileges. If N, then allow access only to the team members with proper privileges. The default value is Y. -
ConceptId: integer
(int64)
Read Only:
true
Value that uniquely identifies the concept. -
ConceptNumber: string
Title:
Number
Read Only:true
Maximum Length:100
Number that uniquely identifies the concept. -
ConceptStructure: array
Concept Structure Line Items
Title:
Concept Structure Line Items
The Concept Structure Line Items resource is used to manage the structure of the product concept. -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
Date when the user created the concept. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
User who created the concept. -
CurrencyCode: string
Title:
Currency
Maximum Length:15
Default Value:USD
Abbreviation that identifies the currency of the product concept. -
Description: string
Title:
Description
Maximum Length:1000
Description of the concept. -
DueDate: string
(date)
Title:
Due Date
Date when the concept is due. -
IsCurrent: string
Title:
Is Current
Read Only:true
Maximum Length:1
Default Value:y
Value that indicates if this version is the current version. -
LastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
Date when the user most recently updated the concept. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
User who most recently updated the concept. -
LifecyclePhase: string
Title:
Status
Read Only:true
Maximum Length:30
Default Value:DRAFT
Value that indicates the lifecycle phase of the concept. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LongDescription: string
(byte)
Long description of the concept.
-
MasterId: integer
(int64)
Read Only:
true
Value that uniquely identifies the concept master. -
Name: string
Title:
Name
Maximum Length:150
Name of the concept. -
OwnerDisplayName: string
Title:
Owner
Read Only:true
Maximum Length:80
Name of the user who owns the concept. -
Proposal: array
Product Proposals
Title:
Product Proposals
The Product Proposals resource is used to view the latest version of the product proposal. -
Relationships: array
Relationships
Title:
Relationships
The Relationships resource manages the objects related to a concept. The objects reference a concept, an item, or other objects. -
Team: array
Team Members
Title:
Team Members
The Team Members resource manages the team members of the product concept. -
Type: string
Maximum Length:
80
Type of the product concept. -
Version: string
Title:
Version
Read Only:true
Maximum Length:10
Default Value:1
Version of the product concept.
Nested Schema : Concept Structure Line Items
Type:
array
Title:
Concept Structure Line Items
The Concept Structure Line Items resource is used to manage the structure of the product concept.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Product Proposals
Type:
array
Title:
Product Proposals
The Product Proposals resource is used to view the latest version of the product proposal.
Show Source
Nested Schema : Relationships
Type:
array
Title:
Relationships
The Relationships resource manages the objects related to a concept. The objects reference a concept, an item, or other objects.
Show Source
Nested Schema : Team Members
Type:
array
Title:
Team Members
The Team Members resource manages the team members of the product concept.
Show Source
Nested Schema : productConcepts-ConceptStructure-item-response
Type:
Show Source
object
-
ActualPowerConsumption: number
Title:
Actual Power
Actual power consumption of this concept structure line item. -
ActualWeight: number
Title:
Actual Weight
Actual weight of this concept structure line item. -
Alternate: string
Title:
Alternative
Maximum Length:1
Default Value:n
Flag to identify that the concept structure line item is an alternative. -
Attachments: array
Attachments
Title:
Attachments
The Attachments resource is used to view, create, and update attachments. -
Compliance: string
Title:
Compliance
Maximum Length:30
Compliance level of this concept structure line item. -
ConceptStructureId: integer
(int64)
Read Only:
true
Value that uniquely identifies the concept structure line item. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the concept structure line item. -
CreationDate: string
(date-time)
Read Only:
true
Date when the user created the concept structure line item. -
Description: string
Title:
Description
Description of the concept structure line item. -
FixedCost: number
Title:
Nonrecurring Cost
Fixed cost of this concept structure line item. -
FlagAlternative1: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 1. -
FlagAlternative10: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 10. -
FlagAlternative11: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 11. -
FlagAlternative12: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 12. -
FlagAlternative13: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 13. -
FlagAlternative14: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 14. -
FlagAlternative15: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 15. -
FlagAlternative2: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 2. -
FlagAlternative3: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 3. -
FlagAlternative4: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 4. -
FlagAlternative5: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 5. -
FlagAlternative6: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 6. -
FlagAlternative7: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 7. -
FlagAlternative8: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 8. -
FlagAlternative9: string
Maximum Length:
1
Default Value:n
Flag to identify that the concept structure line item is assigned to solution alternative 9. -
Incidents: number
Title:
Incidents
Number of incidents for this concept structure line item. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the concept structure line item. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the concept structure line item. -
LeadTime: integer
(int64)
Title:
Lead Time
Lead time of this concept structure line item. -
Level: string
Maximum Length:
255
Level of the concept structure line item in the structure. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MaterialCost: number
Title:
Material Cost
Actual material cost of this concept structure line item. -
Metrics: array
Metrics
Title:
Metrics
The Metrics resource is used to view the concept structure metrics across different solution alternatives of the product concept. -
Name: string
Title:
Name
Maximum Length:150
Name of the concept structure line item. -
NonMaterialCost: number
Title:
Nonmaterial Cost
Actual non material cost of this concept structure line item. -
NumberManufacturers: number
Title:
Manufacturers
Number of manufacturers for this concept structure line item. -
ParentConceptStructureId: integer
(int64)
Value that uniquely identifies the parent of the concept structure line item.
-
ParentLevel: string
Maximum Length:
255
Level of the parent line item in the structure. -
Quantity: number
Title:
Quantity
Default Value:1
Quantity of the concept structure line item. -
Relationships: array
Relationships
Title:
Relationships
The Relationships resource manages the objects related to a concept. The objects reference a concept, an item, or other objects. -
Revision: number
Title:
Revision
Revision of the object associated with the concept structure line item. -
Risk: string
Title:
Risk
Maximum Length:30
Risk of this concept structure line item. -
Score: number
Title:
Score
Score of this concept structure line item. -
TargetCost: number
Title:
Target Cost
Target cost of this concept structure line item. -
TargetPowerConsumption: number
Title:
Target Power
Target power consumption of this concept structure line item. -
TargetWeight: number
Title:
Target Weight
Target weight of this concept structure line item. -
ToId: integer
(int64)
Read Only:
true
Value that uniquely identifies the component or sub-concept associated with this concept structure line item. -
ToItemId: string
Maximum Length:
400
Value that uniquely identifies the item associated with this concept structure line item. -
ToType: string
Title:
Type
Maximum Length:30
Type of the object associated with this concept structure line item. -
Type: string
Title:
Type
Type of the concept structure line item. -
Vendor: string
Title:
Supplier
Maximum Length:150
Vendor of this concept structure line item. -
Volume: number
Title:
Volume
Expected volume of this concept structure line item.
Nested Schema : Attachments
Type:
array
Title:
Attachments
The Attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Metrics
Type:
array
Title:
Metrics
The Metrics resource is used to view the concept structure metrics across different solution alternatives of the product concept.
Show Source
Nested Schema : Relationships
Type:
array
Title:
Relationships
The Relationships resource manages the objects related to a concept. The objects reference a concept, an item, or other objects.
Show Source
Nested Schema : productConcepts-ConceptStructure-Attachments-item-response
Type:
Show Source
object
-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker Id
An identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document Id
Value that uniquely identifies the attached document. -
CategoryName: string
Title:
Category
Maximum Length:30
Name of the category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:255
User who created the attached document. -
CreatedByUserName: string
Title:
Created By User Name
Read Only:true
Login that the user used when creating the document. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
Date when the user created the attached document. -
DatatypeCode: string
Title:
Type
Maximum Length:30
Default Value:FILE
Abbreviation that identifies the data type. -
Description: string
Title:
Description
Maximum Length:255
Description of the attachment. -
DmDocumentId: string
Maximum Length:
255
Value that uniquely identifies the document from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder Path
Maximum Length:1000
Folder path where the attachment resides. -
DmVersionNumber: string
Maximum Length:
255
Number that identifies the document version from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfo
JSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status Code
Abbreviation that identifies the error, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status Message
Text of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration Date
Date when the contents of the attached document expire. -
FileContents: string
(byte)
Title:
File Contents
Contents of the attached document. -
FileName: string
Title:
File Name
Maximum Length:2048
Name of the file that is attached. -
FileUrl: string
Title:
File Url
URL (Uniform Resource Locator) that locates the attachment. -
FileWebImage: string
(byte)
Title:
File Web Image
Read Only:true
The base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
Date when the user most recently updated the attached document. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:255
User who last updated the attached document. -
LastUpdatedByUserName: string
Title:
Last Updated By User
Read Only:true
Login that the user used when updating the document. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingAction
The name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
Title
Title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content Type
Content type of the attachment. -
UploadedFileLength: integer
Title:
File Size
Size of the attached file. -
UploadedFileName: string
Title:
Uploaded File Name
Name of the attached file. -
UploadedText: string
Title:
Uploaded Text
Text of the attachment. -
Uri: string
Title:
Uri
Maximum Length:4000
URI (Uniform Resource Identifier) of a topology manager type attachment. -
Url: string
Title:
Url
Maximum Length:4000
URL (Uniform Resource Locator) of a web page type attachment. -
UserName: string
Title:
User Name
Read Only:true
Maximum Length:255
Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : productConcepts-ConceptStructure-Metrics-item-response
Type:
Show Source
object
-
AlternativeIndex: integer
(int64)
Number that identifies the solution alternative this metric is assigned to.
-
Compliance: string
Maximum Length:
30
Value that indicates whether the concept structure line item is compliant or not. A list of accepted values is defined in the lookup type ACD_PRODUCT_COMPLIANCE. -
Cost: number
Title:
Cost
Cost of the concept structure line item. -
CostIncomplete: string
Maximum Length:
1
Contains one of the following values: true or false. If true, then the rolled up costs are based on incomplete data. If false, then the rolled up costs are based on complete data. This attribute does not have a default value. -
CostVariance: number
Title:
Variance
Difference between the actual cost and the target cost. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the concept metrics. -
CreationDate: string
(date-time)
Read Only:
true
Date when the user created the concept metrics. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the concept metrics. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the concept metrics. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MetricsId: integer
(int64)
Value that uniquely identifies the metric.
-
MExAttributeNumber001: number
Extension attribute 1 used for metrics rollup.
-
MExAttributeNumber002: number
Extension attribute 2 used for metrics rollup.
-
MExAttributeNumber003: number
Extension attribute 3 used for metrics rollup.
-
MExAttributeNumber004: number
Extension attribute 4 used for metrics rollup.
-
MExAttributeNumber005: number
Extension attribute 5 used for metrics rollup.
-
MExAttributeNumber006: number
Extension attribute 6 used for metrics rollup.
-
MExAttributeNumber007: number
Extension attribute 7 used for metrics rollup.
-
MExAttributeNumber008: number
Extension attribute 8 used for metrics rollup.
-
MExAttributeNumber009: number
Extension attribute 9 used for metrics rollup.
-
MExAttributeNumber010: number
Extension attribute 10 used for metrics rollup.
-
MExAttributeNumber011: number
Extension attribute 11 used for metrics rollup.
-
MExAttributeNumber012: number
Extension attribute 12 used for metrics rollup.
-
MExAttributeNumber013: number
Extension attribute 13 used for metrics rollup.
-
MExAttributeNumber014: number
Extension attribute 14 used for metrics rollup.
-
MExAttributeNumber015: number
Extension attribute 15 used for metrics rollup.
-
MExAttributeNumber016: number
Extension attribute 16 used for metrics rollup.
-
MExAttributeNumber017: number
Extension attribute 17 used for metrics rollup.
-
MExAttributeNumber018: number
Extension attribute 18 used for metrics rollup.
-
MExAttributeNumber019: number
Extension attribute 19 used for metrics rollup.
-
MExAttributeNumber020: number
Extension attribute 20 used for metrics rollup.
-
MExAttributeNumber021: number
Extension attribute 21 used for metrics rollup.
-
MExAttributeNumber022: number
Extension attribute 22 used for metrics rollup.
-
MExAttributeNumber023: number
Extension attribute 23 used for metrics rollup.
-
MExAttributeNumber024: number
Extension attribute 24 used for metrics rollup.
-
MExAttributeNumber025: number
Extension attribute 25 used for metrics rollup.
-
MExAttributeNumber026: number
Extension attribute 26 used for metrics rollup.
-
MExAttributeNumber027: number
Extension attribute 27 used for metrics rollup.
-
MExAttributeNumber028: number
Extension attribute 28 used for metrics rollup.
-
MExAttributeNumber029: number
Extension attribute 29 used for metrics rollup.
-
MExAttributeNumber030: number
Extension attribute 30 used for metrics rollup.
-
MExAttributeNumber031: number
Extension attribute 31 used for metrics rollup.
-
MExAttributeNumber032: number
Extension attribute 32 used for metrics rollup.
-
MExAttributeNumber033: number
Extension attribute 33 used for metrics rollup.
-
MExAttributeNumber034: number
Extension attribute 34 used for metrics rollup.
-
MExAttributeNumber035: number
Extension attribute 35 used for metrics rollup.
-
MExAttributeNumber036: number
Extension attribute 36 used for metrics rollup.
-
MExAttributeNumber037: number
Extension attribute 37 used for metrics rollup.
-
MExAttributeNumber038: number
Extension attribute 38 used for metrics rollup.
-
MExAttributeNumber039: number
Extension attribute 39 used for metrics rollup.
-
MExAttributeNumber040: number
Extension attribute 40 used for metrics rollup.
-
MExAttributeNumber041: number
Extension attribute 41 used for metrics rollup.
-
MExAttributeNumber042: number
Extension attribute 42 used for metrics rollup.
-
MExAttributeNumber043: number
Extension attribute 43 used for metrics rollup.
-
MExAttributeNumber044: number
Extension attribute 44 used for metrics rollup.
-
MExAttributeNumber045: number
Extension attribute 45 used for metrics rollup.
-
MExAttributeNumber046: number
Extension attribute 46 used for metrics rollup.
-
MExAttributeNumber047: number
Extension attribute 47 used for metrics rollup.
-
MExAttributeNumber048: number
Extension attribute 48 used for metrics rollup.
-
MExAttributeNumber049: number
Extension attribute 49 used for metrics rollup.
-
MExAttributeNumber050: number
Extension attribute 50 used for metrics rollup.
-
MExAttributeNumber051: number
Extension attribute 51 used for metrics rollup.
-
PowerConsumption: number
Title:
Power
Power consumption of the concept structure line item. -
PowerConsumptionVariance: number
Title:
Variance
Difference between the actual power consumption and the target power consumption. -
PowerIncomplete: string
Maximum Length:
1
Contains one of the following values: true or false. If true, then the rolled up power consumption is based on incomplete data. If false, then the rolled up power consumption is based on complete data. This attribute does not have a default value. -
Score: number
Title:
Score
Score of the concept structure line item. -
Weight: number
Title:
Weight
Weight of the concept structure line item. -
WeightIncomplete: string
Maximum Length:
1
Contains one of the following values: true or false. If true, then the rolled up weight is based on incomplete data. If false, then the rolled up weight is based on complete data. This attribute does not have a default value. -
WeightVariance: number
Title:
Variance
Difference between the actual weight and the target weight.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : productConcepts-ConceptStructure-Relationships-item-response
Type:
Show Source
object
-
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the relationship. -
CreationDate: string
(date-time)
Read Only:
true
Date when the user created the relationship. -
Description: string
Description of the related object.
-
DestObjId: integer
(int64)
Value that uniquely identifies the destination object.
-
DestObjType: string
Maximum Length:
30
Type of the destination object. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the relationship. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the relationship. -
LatestFlag: boolean
Contains one of the following values: true or false. If true, then the related object is the latest. If false, then the related object is not the latest. This attribute does not have a default value.
-
LatestFlagName: string
Read Only:
true
Name of the latest flag. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Name of the related object.
-
RelationshipId: integer
(int64)
Read Only:
true
Value that uniquely identifies the relationship. -
RelationshipType: string
Title:
Relationship Type
Maximum Length:30
Type of relationship. -
Revision: string
Maximum Length:
255
Value that indicates the version or revision of the referenced object. -
SrcObjId: integer
(int64)
Value that uniquely identifies the source object.
-
SrcObjType: string
Maximum Length:
30
Type of the source object. -
Status: string
Status of the related object.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : productConcepts-Proposal-item-response
Type:
Show Source
object
-
ActualCost: number
Sum of actual costs of the proposal.
-
ActualDevelopmentCost: number
Sum of actual costs for development.
-
ActualDevFixedCost: number
Sum of actual fixed costs for development.
-
ActualDevLaborCost: number
Sum of actual labor costs for development.
-
ActualDevMaterialCost: number
Sum of actual costs for the development material.
-
ActualDevVariableCost: number
Sum of variable costs for the actual development.
-
ActualLaunch: string
(date)
Title:
Actual Launch
Date when the product is actually launched. -
ActualMargin: number
Actual margin of the proposal.
-
ActualProdFixedCost: number
Sum of actual fixed costs for the product.
-
ActualProdLaborCost: number
Sum of actual labor costs for production.
-
ActualProdMaterialCost: number
Sum of actual costs for the production material.
-
ActualProductionCost: number
Sum of actual costs for production.
-
ActualProdVariableCost: number
Sum of variable costs for the actual production.
-
ActualResources: number
Sum of actual resources.
-
ActualRevenue: number
Sum of actual revenues.
-
Alignment: string
Maximum Length:
30
Alignment score of the proposal. -
AllocatedBudget: number
Title:
Allocated Budget
Budget allocated for the proposal. -
AllowAccesstoEveryone: string
Value that indicates whether to allow access to everyone with the right privileges.
-
AverageSellingPrice: number
Title:
Average Selling Price
Average selling price of the proposal. -
BaselineDate: string
(date)
Title:
Baseline Date
Date when the proposal metrics were calculated. -
BreakEvenTime: number
Title:
Break Even Time
Time when break even should be reached. -
BusinessObjectives: string
Title:
Business Objectives
Maximum Length:400
Value that indicates the business objectives of the proposal. -
BusinessUnit: string
Title:
Business Unit
Maximum Length:30
Business unit of the proposal. -
BusinessUnitStrength: number
Strength of business unit of the proposal.
-
CompetitiveAdvantage: string
Maximum Length:
30
Value that indicates the competitive advantage of the proposal. -
ConceptCurrencyCode: string
Maximum Length:
15
Abbreviation that identifies the currency of the proposal. -
ConceptMasterId: integer
(int64)
Title:
Master ID
Value that uniquely identifies the associated concept master. -
ConceptMasterName: string
Read Only:
true
Maximum Length:400
Alternate value that uniquely identifies the name of the associated concept master. -
ConceptMasterVersion: string
Read Only:
true
Maximum Length:10
Alternate value that uniquely identifies the version of the associated concept master. -
ConceptType: string
Maximum Length:
80
Type of the associated concept. -
CostValueIndex: number
Cost value index of the proposal.
-
CPI: number
Consumer price index metric of the proposal.
-
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
User who created the proposal. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
Date when the user created the proposal. -
CurrencyConversionRate: number
Title:
Conversion Rate to US Dollar
Rate of conversion applied to convert the currency to US dollars. -
Description: string
Title:
Description
Maximum Length:1000
Description of the product proposal. -
DevelopmentEnd: string
(date)
Title:
Development End
Date when the development of the proposal ends. -
DevelopmentStart: string
(date)
Title:
Development Start
Date when the development begins. -
DiscountRate: number
Title:
Annual Discount Rate
Default Value:0
Rate of discount of the proposal. -
EOL: string
(date)
Title:
End of Life
Estimated end of life of the proposal. -
ExpectedCommercialValue: number
Expected commercial value.
-
FundingAmount: number
Title:
Funding Amount
Funding amount for the proposal. -
FundingRequestFor: string
Title:
Funding Request For
Maximum Length:30
Phase of the proposal for which the funding is requested. -
HighLevelDesign: string
(date)
Title:
High-Level Design
High level design milestone of the proposal. -
Impact: string
Maximum Length:
30
Impact of the proposal. -
InstanceId: integer
Value that uniquely identifies the instance.
-
InternalRateOfReturn: number
Title:
Internal Rate of Return
Rate of discount that makes the net present value of all cash flows for a product equal to zero. -
IsCloned: string
Title:
Is Cloned
Read Only:true
Maximum Length:1
Default Value:N
Value that indicates if the proposal was cloned. -
IsLatest: string
Title:
Latest
Read Only:true
Maximum Length:1
Value that indicates if this version is the latest version. -
LastConceptVersion: string
Title:
Last Concept Version
Read Only:true
Maximum Length:10
Version of the concept which was most recently associated with the proposal. -
LastProjCostRefreshTime: string
(date-time)
Time taken to refresh the most recent project cost. This attribute is used only when being connected to Agile PLM.
-
LastProjResourceRefreshTime: string
(date-time)
Time taken to refresh the most recent project resource. This attribute is used only when being connected to Agile PLM.
-
LastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
Date when the user most recently updated the proposal. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
User who most recently updated the proposal. -
LatestConceptId: integer
(int64)
Read Only:
true
Value that uniquely identifies the concept which was most recently associated with this proposal. -
LatestConceptName: string
Read Only:
true
Maximum Length:400
Alternate value that uniquely identifies the name of the concept that was most recently associated with this proposal. -
LatestConceptVersion: string
Read Only:
true
Maximum Length:10
Alternate value that uniquely identifies the version of the concept that was most recently associated with this proposal. -
Launch: string
(date)
Title:
Planned Launch
Date when the proposal is planned to be launched. -
LifecyclePhase: string
Read Only:
true
Maximum Length:80
Value that indicates the lifecycle phase of the proposal. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MarketAttractiveness: number
Value that indicates the market attractiveness of the proposal.
-
MarketGrowthPercent: number
Percent of market growth.
- MarketSharePercent: number
-
MarketStrategy: string
Title:
Market Strategy
Maximum Length:30
Market strategy intended with this proposal. -
Name: string
Title:
Name
Maximum Length:150
Name of the product proposal. -
NetPresentValue: number
Title:
Net Present Value
Value that is the difference between present value of cash inflows and the present value of cash outflows. Future cash flows are discounted by the discount rate in order to convert them to present cash flows. -
PaybackPeriod: number
Period of time required to repay the sum of the original investment on the product.
-
PrimaryJustification: string
Title:
Primary Justification
Maximum Length:30
Primary justification for the proposal. -
ProbOfCommercialSuccess: number
Value that indicates the probability of the product to be sold commercially.
-
ProbOfTechnicalSuccess: number
Value that indicates the probability of technical success.
-
ProductCategorization: string
Maximum Length:
30
Category under which the product is classified. -
ProductLine: string
Title:
Product Line
Maximum Length:30
Product line of the proposal. -
ProductProposalId: integer
(int64)
Read Only:
true
Value that uniquely identifies the product proposal. -
ProductStrategicFit: string
Maximum Length:
30
Product strategic fit of the proposal. -
ProjDevCost: number
Sum of projected costs for development.
-
ProjDevFixedCost: number
Sum of projected fixed costs for development.
-
ProjDevLaborCost: number
Sum of projected labor costs for development.
-
ProjDevMaterialCost: number
Sum of projected costs for the development material.
-
ProjDevVariableCost: number
Sum of projected variable costs for development.
-
ProjectedMargin: number
Projected margin of the proposal.
-
ProjectedResources: number
Projected resources for the proposal.
-
ProjProdCost: number
Sum of projected costs for production.
-
ProjProdFixedCost: number
Sum of projected fixed costs for production.
-
ProjProdLaborCost: number
Sum of projected labor costs for production.
-
ProjProdMaterialCost: number
Sum of projected costs for the product materials.
-
ProjProdVariableCost: number
Sum of projected variable costs for production.
-
ProposalNumber: string
Title:
Number
Read Only:true
Maximum Length:100
Number that uniquely identifies the proposal. -
ProposalProjectedCost: number
Title:
Projected Cost
Projected cost of the proposal. -
ProposalProjectedRevenue: number
Title:
Projected Revenue
Sum of projected revenues of the proposal. -
ProposalStatus: string
Title:
Proposal Status
Read Only:true
Maximum Length:30
Default Value:DRAFT
Status of the proposal. -
ProposalStatusName: string
Read Only:
true
Maximum Length:255
Value that identifies the status of the proposal. -
ProposalType: string
Title:
Proposal Type
Maximum Length:30
Type of the proposal. -
ProposalVersionNotes: string
Read Only:
true
Maximum Length:400
Notes on the proposal version. -
PublishedFromPortfolio: string
Read Only:
true
Maximum Length:30
Default Value:N
Value that indicates if the proposal was published from a portfolio. -
ReportId: string
Read Only:
true
Value that uniquely identifies the associated report. -
ReportTemplate: string
Read Only:
true
Value that uniquely identifies the template of the associated report. -
RequirementsDefinition: string
(date)
Title:
Requirements Definition
Milestone for the requirements definition. -
ResourceValueIndex: number
Value that indicates the net present value divided by projected resources for product.
-
ReturnOnInvestment: number
Title:
Return on Investment
Value that indicates the ratio of the benefit gain minus cost of the product divided by the cost to develop the product. -
RiskNumeric: string
Maximum Length:
30
Risk of the proposal. -
RiskSubjective: string
Maximum Length:
30
Overall risk for the product on subjective basis. Valid values are High, Medium, and Low. -
RndKnowHow: string
Maximum Length:
30
Know how for research and development. -
Rpi: number
Retail price index of the proposal.
-
SecondaryJustification: string
Title:
Secondary Justification
Maximum Length:30
Secondary justification for the product proposal. -
SrcProductProposalId: integer
(int64)
Title:
Source Product Proposal ID
Read Only:true
Value that uniquely identifies the source proposal. -
SrcProductProposalName: string
Read Only:
true
Alternate value that uniquely identifies the name of the source proposal. -
SrcProductProposalVersion: integer
Read Only:
true
Alternate value that uniquely identifies the version of the source proposal. -
Summary: string
Title:
Business Case Overview
Maximum Length:2147483647
Summary of the proposal. -
SupplyChainFit: string
Maximum Length:
30
Supply chain fit of the proposal. -
TargetCost: number
Title:
Target Cost
Sum of target costs. -
Version: integer
(int32)
Title:
Version
Read Only:true
Default Value:1
Version of the proposal. -
WorkflowObjectType: string
Read Only:
true
Type of workflow object for the proposal. -
YearFiveRevenue: number
Sum of revenues for first five years after the product launch.
-
YearThreeRevenue: number
Sum of revenues for the first three years after product launch.
-
YearTwoRevenue: number
Sum of revenues for first two years after the product launch.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : productConcepts-Relationships-item-response
Type:
Show Source
object
-
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the relationship. -
CreationDate: string
(date-time)
Read Only:
true
Date when the user created the relationship. -
Description: string
Description of the related object.
-
DestObjId: integer
(int64)
Value that uniquely identifies the destination object.
-
DestObjType: string
Maximum Length:
30
Type of the destination object. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the relationship. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the relationship. -
LatestFlag: boolean
Contains one of the following values: true or false. If true, then the related object is the latest. If false, then the related object is not the latest. This attribute does not have a default value.
-
LatestFlagName: string
Read Only:
true
Name of the latest flag. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Name of the related object.
-
RelationshipId: integer
(int64)
Read Only:
true
Value that uniquely identifies the relationship. -
RelationshipType: string
Title:
Relationship Type
Maximum Length:30
Type of relationship. -
Revision: string
Maximum Length:
255
Value that indicates the version or revision of the referenced object. -
SrcObjId: integer
(int64)
Value that uniquely identifies the source object.
-
SrcObjType: string
Maximum Length:
30
Type of the source object. -
Status: string
Status of the related object.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : productConcepts-Team-item-response
Type:
Show Source
object
-
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the concept team member. -
CreationDate: string
(date-time)
Read Only:
true
Date when the user created the concept team member. -
DisplayName: string
Title:
Name
Read Only:true
Maximum Length:240
Display name of the user who is part of the team. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the concept team. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the concept team. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TeamId: integer
(int64)
Value that uniquely identifies the team member.
-
UserId: integer
(int64)
Value that uniquely identifies the user who is part of the team.
-
UserName: string
Name of the user who is part of the team.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all product concepts.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/productConcepts"
Example Response Body
The following shows an example of the response body in JSON format.
{ "items": [ { "ConceptId": 300100040147969, "Name": "zIMREL10_Keyboard", "Description": "zIMREL10_Keyboard ", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-05T03:30:50+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-05T03:35:10.001+00:00", "MasterId": 300100040147969, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040147969", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040147969", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040147969/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040147969/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040147969/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100044698982, "Name": "PJE OTBI Concept Draft", "Description": "CDRM data to test PJE OTBI Workarea", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "Abraham.Jones", "CreationDate": "2014-08-07T03:24:22+00:00", "LastUpdatedBy": "Abraham.Jones", "LastUpdateDate": "2014-08-07T03:27:08.374+00:00", "MasterId": 300100044698982, "OwnerDisplayName": "Abraham Jones", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044698982", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044698982", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044698982/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044698982/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044698982/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100044699005, "Name": "PJE OTBI Concept Submitted", "Description": "CDRM data to test PJE OTBI Workarea", "Type": "CONCEPT", "LifecyclePhase": "SUBMITTED", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "Abraham.Jones", "CreationDate": "2014-08-07T03:27:38+00:00", "LastUpdatedBy": "Abraham.Jones", "LastUpdateDate": "2014-08-07T03:28:53+00:00", "MasterId": 300100044699005, "OwnerDisplayName": "Abraham Jones", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699005", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699005", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699005/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699005/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699005/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100039689006, "Name": "Waterproof Sentinel UM-4500 Laptop", "Description": "The purpose of this proposal is to document the need for a new waterproof laptop. This laptop will be based on the Sentinel UM-4500 Laptop that has been out for a year.", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-04T01:25:56+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-04T01:26:05.576+00:00", "MasterId": 300100039689006, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039689006", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039689006", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039689006/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039689006/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039689006/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100036891115, "Name": "Green Server 9560", "Description": "Green Server 9560, Energy Efficient", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-01T03:01:33+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-01T03:02:37.985+00:00", "MasterId": 300100036891115, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100036891115", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100036891115", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100036891115/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100036891115/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100036891115/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100040148563, "Name": "Bacon Flavored Vitamins", "Description": "Customers are requesting a broader flavor selection from our Adult vitamin product offerings. This new Organic Bacon flavored vitamin will be our entry into a broader flavored profile offering.", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-06T01:40:13+00:00", "LastUpdatedBy": "BPATEL", "LastUpdateDate": "2020-09-02T19:24:36.425+00:00", "MasterId": 300100040148563, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": 300100250773492, "ConceptEO_CONCEPT_DCL_IDEA_c": "XUTO_Idea_06204", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148563", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148563", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148563/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148563/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148563/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100044699051, "Name": "PJE OTBI Proposal Draft", "Description": "CDRM data to test PJE OTBI Workarea", "Type": "NEW_PRODUCT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "Abraham.Jones", "CreationDate": "2014-08-07T03:31:18+00:00", "LastUpdatedBy": "Abraham.Jones", "LastUpdateDate": "2014-08-07T03:31:50.555+00:00", "MasterId": 300100044699051, "OwnerDisplayName": "Abraham Jones", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699051", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699051", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699051/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699051/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699051/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100037484780, "Name": "Vario 8500 Holographic Tablet Concept Design_PD", "Description": "Vario 8500 Tablet with Holographic Display Concept Design", "Type": "CONCEPT", "LifecyclePhase": "CONVERTED", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PIMQA", "CreationDate": "2014-07-31T22:52:22+00:00", "LastUpdatedBy": "PIMQA", "LastUpdateDate": "2014-07-31T23:48:50.311+00:00", "MasterId": 300100037484780, "OwnerDisplayName": "PIMQA", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100037484780", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100037484780", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100037484780/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100037484780/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100037484780/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100040148512, "Name": "zIMREL10_Childrens Movie Themed Vitamins", "Description": "zIMREL10_The purpose of this proposal is to document the need for a new childrens themed vitamin. ", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-06T01:37:23+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-06T01:37:23.345+00:00", "MasterId": 300100040148512, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148512", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148512", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148512/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148512/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148512/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100040148444, "Name": "zIMREL10_Safari Themed Vitamins_001", "Description": "To enter into the Childrens Vitamin market with an attractive alternative to our current offerings. These vitamins will come in several unique Safari animal shapes including Monkey's, Hippo's, Elephant's and Giraffe's additionally intruducing alternative color schemes to enhance the look of the product will also be included. The additional color should include yellow, purple, green and red.", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "n", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-06T01:13:19+00:00", "LastUpdatedBy": "PLM_AUTO", "LastUpdateDate": "2017-02-23T08:49:03.204+00:00", "MasterId": 300100040148444, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148444", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148444", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148444/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148444/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148444/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100040148586, "Name": "Chewy Vitamins", "Description": "The purpose of this proposal is to document the need for an alternative texture based vitamin. This vitamin will concept aligns with our organizational entry into the childrens vitamin market.", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-06T01:48:47+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-06T01:49:58.626+00:00", "MasterId": 300100040148586, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148586", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148586", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148586/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148586/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148586/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100044699124, "Name": "PJE OTBI Concept Converted", "Description": "CDRM data to test PJE OTBI Workarea", "Type": "CONCEPT", "LifecyclePhase": "CONVERTED", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "Abraham.Jones", "CreationDate": "2014-08-07T03:38:43+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-07T15:32:56.293+00:00", "MasterId": 300100044699124, "OwnerDisplayName": "Abraham Jones", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699124", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699124", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699124/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699124/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100044699124/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100037483936, "Name": "zREL10_Flying Bike", "Description": "Flying Bike", "Type": "CONCEPT", "LifecyclePhase": "CONVERTED", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-07-30T20:22:04+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-07-30T21:03:09.697+00:00", "MasterId": 300100037483936, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100037483936", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100037483936", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100037483936/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100037483936/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100037483936/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100040148378, "Name": "Tropical Flavored Childrens Vitamins", "Description": "To provide a new line of Tropical Flavored Vitamins. The new Tropical Flavored line will leverage our current adult vitamin formulation with the introduction of Tropical Flavors. The new Flavors will include Passion Fruit, Papaya, Mango, Kiwi and Coconut.", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-06T01:00:52+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-06T01:01:29.672+00:00", "MasterId": 300100040148378, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148378", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148378", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148378/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148378/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148378/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100040148342, "Name": "Safari Themed Childrens Vitamins", "Description": "To enter into the Childrens Vitamin market with an attractive alternative to our current offerings. These vitamins will come in several unique Safari animal shapes including Monkey's, Hippo's, Elephant's and Giraffe's additionally intruducing alternative color schemes to enhance the look of the product will also be included. The additional color should include yellow, purple, green and red.", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PLM_PM13", "CreationDate": "2014-08-05T23:34:13+00:00", "LastUpdatedBy": "PLM_PM13", "LastUpdateDate": "2014-08-05T23:34:55.284+00:00", "MasterId": 300100040148342, "OwnerDisplayName": "PM13 PLM", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148342", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148342", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148342/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148342/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148342/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100036890848, "Name": "Holographic Tablet Concept Design", "Description": "Tablet with Holographic Display Concept Design", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-07-30T02:36:46+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-07-30T02:38:39.844+00:00", "MasterId": 300100036890848, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100036890848", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100036890848", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100036890848/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100036890848/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100036890848/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100040249969, "Name": "zIMREL10_Safari Themed Vitamins", "Description": "To enter into the Childrens Vitamin market with an attractive alternative to our current offerings. These vitamins will come in several unique Safari animal shapes including Monkey's, Hippo's, Elephant's and Giraffe's additionally intruducing alternative color schemes to enhance the look of the product will also be included. The additional color should include yellow, purple, green and red.", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "n", "Version": "1", "DueDate": null, "CreatedBy": "PLM_PM11", "CreationDate": "2014-08-05T23:54:14+00:00", "LastUpdatedBy": "PLM_PM11", "LastUpdateDate": "2017-02-23T10:46:57.819+00:00", "MasterId": 300100040249969, "OwnerDisplayName": "PM11 PLM", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040249969", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040249969", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040249969/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040249969/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040249969/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100032069956, "Name": "Project-Concept02", "Description": "Dashtest sub concepts support", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": "2013-12-31", "CreatedBy": "PIMQA", "CreationDate": "2013-12-29T03:50:15+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-04T17:11:58.001+00:00", "MasterId": 300100032069956, "OwnerDisplayName": "PIMQA", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032069956", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032069956", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032069956/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032069956/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032069956/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100039225592, "Name": "Gaming Laptop", "Description": "Gaming Laptop", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-01T03:45:33+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-01T03:46:04.778+00:00", "MasterId": 300100039225592, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039225592", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039225592", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039225592/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039225592/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039225592/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100040148047, "Name": "zIMREL10_Monitor", "Description": "zIMREL10_Monitor", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-05T03:37:01+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-05T03:37:01.842+00:00", "MasterId": 300100040148047, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148047", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148047", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148047/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148047/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148047/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100032070409, "Name": "Submarine-Bike", "Description": "A submarine is a watercraft capable of independent operation underwater. It differs from a submersible, which has more limited underwater capability. The term most commonly refers to a large, crewed, autonomous vessel.", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": "2014-12-31", "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-01-02T00:21:31+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-01-02T00:27:55.455+00:00", "MasterId": 300100032070409, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032070409", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032070409", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032070409/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032070409/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032070409/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100032070432, "Name": "Flying-Bike", "Description": " Testing.", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": "2014-12-31", "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-01-02T00:28:17+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-01-02T00:31:33.255+00:00", "MasterId": 300100032070432, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032070432", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032070432", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032070432/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032070432/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100032070432/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100039225522, "Name": "Ultra Power Server 7500", "Description": "Ultra Power Server 7500", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-01T03:28:00+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-01T03:28:00.787+00:00", "MasterId": 300100039225522, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039225522", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039225522", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039225522/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039225522/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100039225522/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100040148489, "Name": "Childrens Movie Themed Vitamins", "Description": "The purpose of this proposal is to document the need for a new childrens themed vitamin. ", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2014-08-06T01:15:21+00:00", "LastUpdatedBy": "PRODUCT_MANAGER", "LastUpdateDate": "2014-08-06T01:15:46.105+00:00", "MasterId": 300100040148489, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": null, "ConceptEO_CONCEPT_DCL_IDEA_c": null, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148489", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148489", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148489/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148489/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100040148489/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] }, { "ConceptId": 300100031870797, "Name": "Flying Bike", "Description": "Wouldn't it be cool to have a bike like in the movie \"E.T.\" where the kids fly away on their BMXs? The machine can travel at speeds of up to 15 miles per hour on the road and 25 miles per hour in the air, reaching altitudes of up to 4,000 feet.", "Type": "CONCEPT", "LifecyclePhase": "DRAFT", "CurrencyCode": "USD", "IsCurrent": "y", "Version": "1", "DueDate": null, "CreatedBy": "PRODUCT_MANAGER", "CreationDate": "2013-12-22T22:46:46+00:00", "LastUpdatedBy": "SJ1_USER", "LastUpdateDate": "2020-09-02T20:11:53+00:00", "MasterId": 300100031870797, "OwnerDisplayName": "Product Manager", "ConceptEO_CONCEPT_DCL_IDEA_Id_c": 300100250774366, "ConceptEO_CONCEPT_DCL_IDEA_c": "RRF90_Flying Bike 1_XUTO_2020/09/02 01:31:17.681", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100031870797", "name": "productConcepts", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100031870797", "name": "productConcepts", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100031870797/child/ConceptStructure", "name": "ConceptStructure", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100031870797/child/Proposal", "name": "Proposal", "kind": "collection" }, { "rel": "enclosure", "href": "https://servername/fscmRestApi/resources/version/productConcepts/300100031870797/enclosure/LongDescription", "name": "LongDescription", "kind": "other" } ] } ], "count": 25, "hasMore": true, "limit": 25, "offset": 0, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/productConcepts", "name": "productConcepts", "kind": "collection" } ] }