Get all product change orders
get
/fscmRestApi/resources/11.13.18.05/productChangeOrdersV2
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 Finds product change orders according to the primary key.
Finder Variables- ChangeId; integer; Finds product change order by change ID.
- PrimaryKey Finds product change orders according to the primary key.
-
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:- ApprovalDateTime; string; Date when the change was approved.
- ApprovalRequestDateTime; string; Date when this change order was sent for approval.
- ApprovalStatus; integer; Status of approval of the change order.
- ApprovalStatusValue; string; Value that indicates the approval status of the change object. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Order Types task.
- AssignedTo; string; User who the application assigned to the change object.
- AssignedToRole; string; Role that's used to define users to whom the change object can be assigned.
- AssigneeId; string; Value that uniquely identifies the user assigned to the change object.
- CancellationDateTime; string; Date when this change order was canceled.
- ChangeId; integer; Value that uniquely identifies the change.
- ChangeName; string; Name of the change object.
- ChangeNotice; string; Value that uniquely identifies the change object.
- ChangeTypeId; integer; Value that uniquely identifies the type of change object.
- ChangeTypeValue; string; Value that determines the type of change. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Order Types task.
- CreatedBy; string; User who created the change object.
- CreationDateTime; string; Date when the change object was created.
- CustomerAccountNumber; string; Customer account number that's associated with the change object.
- CustomerId; integer; Value that identifies the customer that's associated with the change object.
- CustomerName; string; Customer name that's associated with the change object.
- Description; string; Description of the change object.
- EffectiveImmediatelyFlag; boolean; Contains one of the following values: true or false. If true, then the change order is effective immediately. If false, then the change order isn't effective immediately. The default value is false.
- EffectivityIncrementDays; integer; Number of days by which the effective date of the change object is incremented.
- FormattedDescription; string; Description of the change object that supports rich text formatting.
- ImplementationDateTime; string; Date when this change order was implemented.
- InitiationDateTime; string; Date when the workflow corresponding to the change order was started.
- LastUpdateDateTime; string; Date when the change object was updated.
- LastUpdateLogin; string; Login that the user used when updating the change order.
- LastUpdatedBy; string; User who most recently updated the change object.
- ManufacturerId; integer; Value that identifies the manufacturer that's associated with the change object.
- ManufacturerName; string; Manufacturer name that's associated with the change object.
- ManufacturerRegistryId; string; Registry identifier of the manufacturer that's associated with the change object.
- NeedByDateTime; string; Date by when the change is expected to be completed.
- OrganizationCode; string; Abbreviation that identifies the organization of the change object.
- OrganizationId; integer; Value that uniquely identifies the organization of the change object.
- PriorityCode; string; Abbreviation that identifies the priority of the change object.
- PriorityCodeValue; string; Value that determines the priority of the change object. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Priorities task.
- ReasonCode; string; Abbreviation that identifies the reason for the change.
- ReasonCodeValue; string; Value that determines the reason for the change order. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Reasons task.
- ReportedBy; string; ID of user who reported an issue that led to the creation of the workflow object.
- ReportedByUser; string; User who reported an issue.
- ReportedDate; string; Date and time when the issue is reported.
- RequestedBy; string; User who requested the change object.
- RequestorId; string; Value that uniquely identifies the user who requested the change object.
- SourceCode; string; Value of the source code indicating the origination of the change object.
- SourceName; string; Value of the source name indicating the origination of the change object.
- StatusCode; integer; Abbreviation that identifies the status of the change object.
- StatusCodeValue; string; Abbreviation that identifies the status of the change object. Valid values are open, interim approval, approval, scheduled, and completed.
- StatusComments; string; Value that identifies the status change comment for the change object.
- StatusType; integer; Type of status of the change object. Valid values are open, interim approval, approval, scheduled, and completed. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Statuses task.
- StatusTypeValue; string; Value of the status type of the change object. Valid values are open, interim approval, approval, scheduled, and completed.
- SupplierId; integer; Value that identifies the supplier that's associated with the change object.
- SupplierName; string; Supplier name that's associated with the change object.
- SupplierNumber; string; Supplier number that's associated with the change object.
- SupplierSiteCode; string; Supplier site code that's associated with the change object.
- SupplierSiteId; integer; Supplier site that's associated with the change object.
-
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: string
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: string
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 : productChangeOrdersV2
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:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe 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:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-item-response
Type:
Show Source
object-
ApprovalDateTime: string
(date-time)
Read Only:
trueDate when the change was approved. -
ApprovalRequestDateTime: string
(date-time)
Read Only:
trueDate when this change order was sent for approval. -
ApprovalStatus: integer
(int64)
Read Only:
trueStatus of approval of the change order. -
ApprovalStatusValue: string
Read Only:
trueValue that indicates the approval status of the change object. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Order Types task. -
AssignedTo: string
User who the application assigned to the change object.
-
AssignedToRole: string
Role that's used to define users to whom the change object can be assigned.
-
AssigneeId: string
Maximum Length:
100Value that uniquely identifies the user assigned to the change object. -
CancellationDateTime: string
(date-time)
Read Only:
trueDate when this change order was canceled. -
CategoryCode: string
Category code value of the change object's extensible flexfield.
-
ChangeId: integer
(int64)
Read Only:
trueValue that uniquely identifies the change. -
ChangeName: string
Title:
Change Order NameMaximum Length:240Name of the change object. -
ChangeNotice: string
Title:
Change Order NumberMaximum Length:50Value that uniquely identifies the change object. -
changeOrderAffectedObject: array
Change Order Affected Objects
Title:
Change Order Affected ObjectsThe Affected Objects resource will support working with change order affected objects -
changeOrderAttachments: array
Change Order Attachments
Title:
Change Order AttachmentsThe Change Order Attachments resource manages the change order attachment objects. -
changeOrderDFF: array
changeOrderDFF
-
changeOrderEFF: array
changeOrderEFF
-
changeOrderNextStatuses: array
Change Order Next Statuses
Title:
Change Order Next StatusesThe Next Statuses resource gets the next possible statuses for a change order. -
changeOrderParticipants: array
Change Order Participants
Title:
Change Order ParticipantsThe Participants resource manages the participants assigned to a change order status. -
changeOrderRelationships: array
Change Order Relationships
Title:
Change Order RelationshipsThe Relationships resource manages the objects related to the change order. -
changeOrderTasks: array
Change Order Tasks
Title:
Change Order TasksThe Tasks resource manages the tasks related to the change order. -
changeOrderTeam: array
Change Order Team
Title:
Change Order TeamThe Teams resource manages the users who are authorized to access the change order. -
ChangeTypeId: integer
(int64)
Value that uniquely identifies the type of change object.
-
ChangeTypeNameValue: string
Maximum Length:
255Type of the change object. -
ChangeTypeValue: string
Maximum Length:
255Value that determines the type of change. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Order Types task. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the change object. -
CreationDateTime: string
(date-time)
Read Only:
trueDate when the change object was created. -
CustomerAccountNumber: string
Maximum Length:
255Customer account number that's associated with the change object. -
CustomerId: integer
(int64)
Value that identifies the customer that's associated with the change object.
-
CustomerName: string
Maximum Length:
360Customer name that's associated with the change object. -
Description: string
Title:
DescriptionMaximum Length:2000Description of the change object. -
EffectiveImmediatelyFlag: boolean
Read Only:
trueMaximum Length:5Contains one of the following values: true or false. If true, then the change order is effective immediately. If false, then the change order isn't effective immediately. The default value is false. -
EffectivityIncrementDays: integer
Read Only:
trueNumber of days by which the effective date of the change object is incremented. -
FormattedDescription: string
(byte)
Description of the change object that supports rich text formatting.
-
ImplementationDateTime: string
(date-time)
Read Only:
trueDate when this change order was implemented. -
InitiationDateTime: string
(date-time)
Read Only:
trueDate when the workflow corresponding to the change order was started. -
LastUpdateDateTime: string
(date-time)
Read Only:
trueDate when the change object was updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the change object. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32Login that the user used when updating the change order. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManufacturerId: integer
(int64)
Value that identifies the manufacturer that's associated with the change object.
-
ManufacturerName: string
Maximum Length:
360Manufacturer name that's associated with the change object. -
ManufacturerRegistryId: string
Maximum Length:
255Registry identifier of the manufacturer that's associated with the change object. -
NeedByDateTime: string
(date-time)
Date by when the change is expected to be completed.
-
OrganizationCode: string
Maximum Length:
255Abbreviation that identifies the organization of the change object. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization of the change object.
-
PriorityCode: string
Maximum Length:
30Abbreviation that identifies the priority of the change object. -
PriorityCodeValue: string
Maximum Length:
255Value that determines the priority of the change object. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Priorities task. -
ReasonCode: string
Maximum Length:
30Abbreviation that identifies the reason for the change. -
ReasonCodeValue: string
Maximum Length:
255Value that determines the reason for the change order. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Reasons task. -
ReportedBy: string
Maximum Length:
64ID of user who reported an issue that led to the creation of the workflow object. -
ReportedByUser: string
Maximum Length:
255User who reported an issue. -
ReportedDate: string
(date-time)
Date and time when the issue is reported.
-
RequestedBy: string
User who requested the change object.
-
RequestorId: string
Maximum Length:
100Value that uniquely identifies the user who requested the change object. -
SourceCode: string
Maximum Length:
30Value of the source code indicating the origination of the change object. -
SourceName: string
Maximum Length:
255Value of the source name indicating the origination of the change object. -
StatusCode: integer
(int64)
Default Value:
0Abbreviation that identifies the status of the change object. -
StatusCodeValue: string
Abbreviation that identifies the status of the change object. Valid values are open, interim approval, approval, scheduled, and completed.
-
StatusComments: string
Maximum Length:
4000Value that identifies the status change comment for the change object. -
StatusType: integer
(int64)
Default Value:
0Type of status of the change object. Valid values are open, interim approval, approval, scheduled, and completed. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Statuses task. -
StatusTypeValue: string
Value of the status type of the change object. Valid values are open, interim approval, approval, scheduled, and completed.
-
SupplierId: integer
(int64)
Value that identifies the supplier that's associated with the change object.
-
SupplierName: string
Maximum Length:
360Supplier name that's associated with the change object. -
SupplierNumber: string
Maximum Length:
255Supplier number that's associated with the change object. -
SupplierSiteCode: string
Maximum Length:
255Supplier site code that's associated with the change object. -
SupplierSiteId: integer
(int64)
Supplier site that's associated with the change object.
Nested Schema : Change Order Affected Objects
Type:
arrayTitle:
Change Order Affected ObjectsThe Affected Objects resource will support working with change order affected objects
Show Source
Nested Schema : Change Order Attachments
Type:
arrayTitle:
Change Order AttachmentsThe Change Order Attachments resource manages the change order attachment objects.
Show Source
Nested Schema : changeOrderEFF
Type:
Show Source
array-
Array of:
object Discriminator: CategoryCode
Discriminator:
{ "propertyName":"CategoryCode", "mapping":{ "ALL_CHANGE_TYPES":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeAllChangeTypesPrivateVO-item-response", "ECO":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeEcoPrivateVO-item-response", "ORA_8D_CORRECTIVE_ACTIONS":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOra__5F8dCorrectiveActionsPrivateVO-item-response", "ORA_CA":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraCaPrivateVO-item-response", "ORA_CR":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraCrPrivateVO-item-response", "ORA_DCR":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraDcrPrivateVO-item-response", "ORA_ENG_CO":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraEngCoPrivateVO-item-response", "ORA_NC_ASSETS_PR":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcAssetsPrPrivateVO-item-response", "ORA_NC_INVENTORY_PR":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcInventoryPrPrivateVO-item-response", "ORA_NC_RECEIVING_PR":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcReceivingPrPrivateVO-item-response", "ORA_NC_RESOURCE_PR":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcResourcePrPrivateVO-item-response", "ORA_NC_WORKINPROCESS_PR":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcWorkinprocessPrPrivateVO-item-response", "ORA_NRCO":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNrcoPrivateVO-item-response", "ORA_PR":"#/components/schemas/oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraPrPrivateVO-item-response" } }
Nested Schema : Change Order Next Statuses
Type:
arrayTitle:
Change Order Next StatusesThe Next Statuses resource gets the next possible statuses for a change order.
Show Source
Nested Schema : Change Order Participants
Type:
arrayTitle:
Change Order ParticipantsThe Participants resource manages the participants assigned to a change order status.
Show Source
Nested Schema : Change Order Relationships
Type:
arrayTitle:
Change Order RelationshipsThe Relationships resource manages the objects related to the change order.
Show Source
Nested Schema : Change Order Tasks
Type:
arrayTitle:
Change Order TasksThe Tasks resource manages the tasks related to the change order.
Show Source
Nested Schema : Change Order Team
Type:
arrayTitle:
Change Order TeamThe Teams resource manages the users who are authorized to access the change order.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAffectedObject-item-response
Type:
Show Source
object-
CancelationDateTime: string
(date-time)
Read Only:
trueThe cancellation date of the change line. -
ChangeLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the change line associated with the component. -
changeOrderAffectedItem: array
Change Order Affected Items
Title:
Change Order Affected ItemsThe Affected Items resource gets the items in the change order. -
changeOrderAffectedItemAML: array
Change Order Affected Item Approved Manufacturers Lists
Title:
Change Order Affected Item Approved Manufacturers ListsThe Affected Item AML resource gets the approved manufacturers of an item in a change order. -
changeOrderAffectedItemAttachment: array
Change Order Affected Item Attachments
Title:
Change Order Affected Item AttachmentsThe Affected Item Attachments resource gets the attachments of an affected item in the change order. -
changeOrderAffectedItemStructure: array
Change Order Affected Item Structures
Title:
Change Order Affected Item StructuresThe Affected Item Structures resource gets the details of the structure of the affected item. -
changeOrderAffectedObjectDFF: array
changeOrderAffectedObjectDFF
-
EffectivityOnApprovalFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the change line is effective on approval. If false, then the change line isn't effective on approval. The default value is false. -
ImplementationDateTime: string
(date-time)
Read Only:
trueDate and time when this change order affected item was implemented. -
ItemId: integer
(int64)
The affected object item ID.
-
ItemNumber: string
Maximum Length:
255Number that identifies the item corresponding to the component. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NewItemRevision: string
Maximum Length:
18The new revision of the item added to the change line. -
NewRevisionReason: string
Read Only:
trueMaximum Length:80The reason for the new revision of the change line. -
OldRevision: string
The previous revision of the item added to the change line.
-
OldRevisionId: integer
(int64)
The revision ID of the item added to the change line.
-
ScheduledDateTime: string
(date-time)
The scheduled date of the change line.
-
SequenceNumber: integer
Read Only:
trueThe sequence number of the affected item. -
StatusCodeValue: string
Read Only:
trueAbbreviation that identifies the status of the change object. Valid values are open, interim approval, approval, scheduled, and completed. -
StatusTypeValue: string
Read Only:
trueValue of the status type of the change object. Valid values are open, interim approval, approval, scheduled, and completed.
Nested Schema : Change Order Affected Items
Type:
arrayTitle:
Change Order Affected ItemsThe Affected Items resource gets the items in the change order.
Show Source
Nested Schema : Change Order Affected Item Approved Manufacturers Lists
Type:
arrayTitle:
Change Order Affected Item Approved Manufacturers ListsThe Affected Item AML resource gets the approved manufacturers of an item in a change order.
Show Source
Nested Schema : Change Order Affected Item Attachments
Type:
arrayTitle:
Change Order Affected Item AttachmentsThe Affected Item Attachments resource gets the attachments of an affected item in the change order.
Show Source
Nested Schema : Change Order Affected Item Structures
Type:
arrayTitle:
Change Order Affected Item StructuresThe Affected Item Structures resource gets the details of the structure of the affected item.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAffectedObject-changeOrderAffectedItem-item-response
Type:
Show Source
object-
ACDTypeCode: string
Read Only:
trueMaximum Length:255Value that indicates if the substitute component is being added, modified, or deleted through a change line. -
ApprovalStatus: string
Title:
Approval StatusMaximum Length:30The approval status of the affected item in the change order. -
ApprovalStatusValue: string
Value that indicates the approval status of the change object. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Change Order Types task.
-
AssetTrackedValue: string
The Asset tracked value of the change order affected item
-
BuyerEmailAddress: string
Read Only:
trueThe Buyer email address value of the change order affected item -
CategoryCode: string
Maximum Length:
240The category code value of the change order affected item -
ChangeLineId: integer
(int64)
Title:
Change Order NumberRead Only:trueDefault Value:-1Value that uniquely identifies the change line associated with the component. -
CommonSupplyProjectDemandFlag: boolean
Title:
Allow Use of Common SuppliesMaximum Length:1Indicates whether common supply project demand is enabled. If true, then common supply project demand is enabled. If false, then common supply project demand isn't enabled. -
CommsActivationRequiredFlag: boolean
Title:
Enable ProvisioningMaximum Length:1Indicates whether COMMS activation is required. If true, then COMMS activation is required. If false, then COMMS activation isn't required. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the change object. -
CreateFixedAssetValue: string
Value that indicates the create fixed asset for the change order affected item.
-
CreateSupplyAfterDate: string
(date)
Title:
Create Supply AfterCreate supply after date attribute of an affected item -
CreationDateTime: string
(date-time)
Read Only:
trueDate and time when the reference designator was created. -
CriticalComponentFlag: boolean
Title:
Critical ComponentDefault Value:falseIndicates that the item is a critical component for master production schedule (MPS) and distribution resource planning (DRP). -
CurrentPhaseCode: string
Title:
Lifecycle PhaseMaximum Length:30The Current phase code value of the change order affected item -
DefaultRepairTransactionName: string
Value that indicates the name of the system, component, and position where an asset item is used to maintain another asset.
-
EligibilityRuleFlag: boolean
Title:
Eligibility RuleValue that indicates the eligibility rule for the change order affected item. -
EnableIotFlag: boolean
Title:
Enable IOTMaximum Length:1Default Value:falseIndicates whether an affected item is enabled. If true, then the affected item is enabled. If false, then the affected item isn't enabled. -
EnforceShipToLocationValue: string
Maximum Length:
255The Enforce ship to location value of the change order affected item -
ExpenditureTypeValue: string
The Expenditure type value of the change order affected item
-
ForcePurchaseLeadTimeFlag: boolean
Title:
Enforce Purchasing Lead TimeDefault Value:trueValue that indicates the force purchase lead time for the change order affected item. -
HardPeggingLevelValue: string
The Hard pegging value of the change order affected item
-
ImplementationDateTime: string
(date-time)
Read Only:
trueDate when the affected item on a change order was implemented. -
InventoryItemStatusCode: string
Title:
Item StatusMaximum Length:10Inventory Item Status Code of a change affected item. -
IssueUOMValue: string
The Issue UOM value of the change order affected item
-
ItemClass: string
The Item class value of the change order affected item
-
ItemDescription: string
Title:
DescriptionMaximum Length:240The Item description value of the change order affected item -
ItemEffCategory: array
ItemEffCategory
-
ItemId: integer
(int64)
The item identifier value of the change order affected item.
-
ItemNumber: string
Title:
ItemMaximum Length:300Number that identifies the item corresponding to the component. -
ItemStatusValue: string
The Item status value of the change order affected item
-
ItemType: string
Title:
User Item TypeMaximum Length:30The Item type value of the change order affected item -
LastUpdateDateTime: string
(date-time)
Read Only:
trueDate and time when the reference designator was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the change object. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32Login that the user used when updating the affected item in the change order . -
LifecyclePhaseValue: string
The Lifecycle phase value of the change order affected item
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrderModifierStartQuantityFlag: boolean
Title:
Apply Order Modifier to Start QuantityMaximum Length:1Indicates whether to apply item-order modifier settings to calculate planned order-start quantities. -
PackagingStringValue: string
The Packaging String value of the change order affected item
-
PartsSourcingValue: string
Indicates the source of field-service parts.
-
PricingUOMValue: string
The Pricing UOM value of the change order affected item
-
PrimaryUOMCode: string
Title:
Primary Unit of MeasureMaximum Length:3Value that indicates the unit of measure of the component as used in a bill of materials. -
PrimaryUOMValue: string
The Primary UOM value of the change order affected item
-
QuantityReceivedTolerancePercentage: number
Title:
Tolerance PercentageValue that indicates the tolerance percentage of the quantity received for the change order affected item. -
ReplacementTypeValue: string
Value that indicates the replacement type for the change order affected item.
-
ReplenishmentSourceTypeValue: string
The Replenishment Source Type value of the change order affected item.
-
RequiresFulfillmentLocationFlag: boolean
Title:
Requires Fulfillment LocationMaximum Length:1Default Value:falseIndicates whether the fulfillment is required. If true, then the fulfillment is required. If false, then the fulfillment isn't required. -
SalesProductTypeValue: string
Value that indicates the sales product type for the change order affected item.
-
SecondaryUOMValue: string
The secondary UOM value of the change order affected item
-
StandardCoverageValue: string
The standard coverage value of the change order affected item.
-
TrackingUOMValue: string
The Tracking UOM value of the change order affected item
-
UnderCompletionToleranceTypeValue: string
Value that indicates the undercompletion type of tolerance for the affected item in the change order.
-
UnderCompletionToleranceValue: number
Title:
Tolerance ValueValue that indicates the undercompletion tolerance of the affected item in the change order. -
UserItemTypeValue: string
User Item Type value for change order affected item.
Nested Schema : ItemEffCategory
Type:
Show Source
array-
Array of:
object Discriminator: CategoryCode
Discriminator:
{ "propertyName":"CategoryCode", "mapping":{ "ROOT_ICC":"#/components/schemas/oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_item_categories_view_j__ItemRootIccPrivateVO-item-response" } }
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: CategoryCode
Type:
objectDiscriminator: CategoryCode
Discriminator Values
Match One Schema
Show Source
Nested Schema : oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_item_categories_view_j__ItemRootIccPrivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
240Default Value:ROOT_ICCValue that uniquely identifies the item class with which the item revision extensible flexfield is associated. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Classes task. -
InventoryItemId: integer
(int64)
Title:
ItemValue that uniquely identifies the part, item, product, or service. -
ItemOrganizationId: integer
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MasterOrganizationId: integer
Master Organization Identifier. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task.
-
OrganizationId: integer
(int64)
Title:
OrganizationValue that uniquely identifies the organization. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task. -
StyleItemFlag: boolean
Title:
Style ItemMaximum Length:1Contains one of the following values: true or false. If true, then the item is a style item. If false, then the item is not a style item. The default value is false. -
StyleItemId: integer
(int64)
Title:
Style Item NumberValue that uniquely identifies the corresponding style item. -
TemplateItemFlag: string
Title:
Template ItemMaximum Length:1This attribute is not currently used.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed 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 : productChangeOrdersV2-changeOrderAffectedObject-changeOrderAffectedItemAML-item-response
Type:
Show Source
object-
ACDTypeCode: string
Read Only:
trueValue that indicates whether the component is being added, changed, or deleted through a change line. -
ACDTypeValue: string
Read Only:
trueMaximum Length:255Value that indicates whether the component is being added, changed, or deleted through a change line. -
ActiveEndDateTime: string
(date-time)
Read Only:
trueThe end date of an active AML. -
ActiveStartDateTime: string
(date-time)
Read Only:
trueThe start date of an affected item AML. -
ChangeLineId: integer
(int64)
Read Only:
trueDefault Value:-1Value that uniquely identifies the change line associated with the component. -
changeOrderAffectedItemAMLDFF: array
changeOrderAffectedItemAMLDFF
-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the change object. -
CreationDateTime: string
(date-time)
Read Only:
trueDate when the change object was created. -
Description: string
Title:
Relationship DescriptionRead Only:trueMaximum Length:240Description of the change object. -
ImplementationDateTime: string
(date-time)
Read Only:
trueDate when this affected item AML in the change order was implemented. -
InventoryItemId: integer
The inventory affected item ID of an affected item AML.
-
ItemNumber: string
Maximum Length:
255Number that identifies the item corresponding to the component. -
ItemRelationshipId: integer
(int64)
Read Only:
trueThe item relationship ID of an affected item AML. -
LastUpdateDateTime: string
(date-time)
Read Only:
trueDate when the change object was updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the change object. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32Login that the user used when updating the affected item AML in the change order. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationCode: string
Maximum Length:
255Abbreviation that identifies the organization of the change object. -
OrganizationId: integer
Read Only:
trueValue that uniquely identifies the organization of the change object. -
StatusCode: string
Title:
StatusMaximum Length:30Abbreviation that identifies the status of the change object. -
StatusCodeValue: string
Maximum Length:
255Status code value of the change object -
TradingPartnerItem: string
Read Only:
trueMaximum Length:255The trading partner item number of an affected item AML. -
TradingPartnerItemId: integer
The trading partner item ID of an affected item AML.
-
TradingPartnerName: string
Read Only:
trueMaximum Length:255The trading partner name of an affected item AML.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAffectedObject-changeOrderAffectedItemAML-changeOrderAffectedItemAMLDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
ContextMaximum Length:150Context -
__FLEX_Context_DisplayValue: string
Title:
ContextContext -
ItemRelationshipId: integer
(int64)
-
ItemRelationshipType: string
Title:
TypeMaximum Length:30 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAffectedObject-changeOrderAffectedItemAttachment-item-response
Type:
Show Source
object-
CategoryCode: string
Title:
CategoryMaximum Length:30The category code of the attachment. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEThe type of attachment. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment -
DmDocumentId: string
Maximum Length:
255The UCM document ID of the file type attachment. -
DmVersionNumber: string
Maximum Length:
255The UCM version number of the file type attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date the attachment was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the file attached -
UploadedText: string
Title:
Uploaded TextThe uploaded file text of an attachment -
Url: string
Title:
UrlMaximum Length:4000The URL of the URL type attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAffectedObject-changeOrderAffectedItemStructure-item-response
Type:
Show Source
object-
affectedItemStructureComponent: array
Change Order Affected Item Structure Components
Title:
Change Order Affected Item Structure ComponentsThe Structure Components resource gets the components in a structure of an affected item. -
AlternateBomDesignator: string
Title:
NameMaximum Length:80Value that identifies the alternate bill of material designator of the item. -
BillSequenceId: integer
Value that uniquely identifies the structure associated with the item.
-
ChangeId: integer
Value that uniquely identifies the change.
-
CommonBillSequenceId: integer
The common bill sequence ID of the item structure.
-
CommonOrganizationCode: string
Maximum Length:
255The common organization code of the item structure -
CommonOrganizationId: integer
The common organization ID of the item structure.
-
CreationDateTime: string
(date-time)
Read Only:
trueDate when the change object was created. -
EffectivityControl: integer
Title:
Effectivity ControlThe effectivity control of the item structure -
LastUpdateDateTime: string
(date-time)
Read Only:
trueDate when the change object was updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SourceBillSequenceId: integer
The source bill sequence ID of the item structure.
Nested Schema : Change Order Affected Item Structure Components
Type:
arrayTitle:
Change Order Affected Item Structure ComponentsThe Structure Components resource gets the components in a structure of an affected item.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAffectedObject-changeOrderAffectedItemStructure-affectedItemStructureComponent-item-response
Type:
Show Source
object-
ACDTypeCode: integer
Title:
Change ActionRead Only:trueDefault Value:1Abbreviation that indicates whether the component is being added, changed, or deleted through a change line. -
affectedItemReferenceDesignator: array
Change Order Affected Item Reference Designators
Title:
Change Order Affected Item Reference DesignatorsThe Reference Designators resource manages the details of a reference designator. -
affectedItemSubstituteComponent: array
Change Order Affected Item Substitute Components
Title:
Change Order Affected Item Substitute ComponentsThe Substitute Components resource manages the details of a substitute component. -
AlternateBOMDesignator: string
Read Only:
trueMaximum Length:255Value that identifies the alternate bill of material designator of the item. -
BillSequenceId: integer
Read Only:
trueValue that uniquely identifies the structure associated with the item. -
ChangeId: integer
Value that uniquely identifies the change affected item structure component
-
ChangeLineId: integer
Default Value:
-1Value that uniquely identifies the change line associated with the affected item structure component. -
ChangeNotice: string
Read Only:
trueMaximum Length:255Value that uniquely identifies the change object. -
ComponentItemClass: string
Read Only:
trueMaximum Length:255Class of the component item. This attribute is read-only and isn't required for an update operation. -
ComponentItemId: string
Maximum Length:
240Value that uniquely identifies the item associated with the component. -
ComponentItemNumber: string
The component item number of the structure component
-
ComponentQuantity: number
Title:
QuantityDefault Value:1Quantity value of the component that's used to build the structure. -
ComponentRemarks: string
Title:
CommentsMaximum Length:240Comments entered by the user for the affected item structure component. -
ComponentSequenceId: integer
Read Only:
trueValue that uniquely identifies the component that's currently in the affected item structure component -
ComponentYieldFactor: number
Title:
YieldDefault Value:1Planned or actual output of a process, relevant to the quantity. The yield includes a loss, an increase, or no change in the planned or actual output quantity of affected item structure component -
CreationDateTime: string
(date-time)
Read Only:
trueDate when the affected item structure component was added to the change object. -
DisableDateTime: string
(date-time)
Date when the component was disabled or redline component
-
EffectivityDateTime: string
(date-time)
Date when the affected item structure component became effective to be used in the structure.
-
FindNumber: integer
Title:
Find NumberDefault Value:1Finds the Find Number of the component in the item structure. -
ImplementationDateTime: string
(date-time)
Read Only:
trueDate when the affected item structure component was implemented via change order -
ItemSequenceNumber: number
The component item sequence number of the structure component
-
LastUpdateDateTime: string
(date-time)
Read Only:
trueDate when affected item structure component was last updated -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OldComponentSequenceId: integer
Read Only:
trueReplaced component sequence ID in the affected item structure -
OrganizationCode: string
Maximum Length:
255Abbreviation that identifies the organization of the change object. -
OrganizationId: string
Maximum Length:
240Value that uniquely identifies the organization of the change object. -
PrimaryUomCode: string
Title:
Component UOMMaximum Length:30Value that indicates the unit of measure of the affected item structure component as used in a bill of materials. -
PrimaryUOMValue: string
Maximum Length:
255Primary UOM value of a structure component -
QuantityRelatedFlag: boolean
Title:
Quantity RelatedDefault Value:trueQuantity of the redline substitute component -
ReplacedBy: string
Maximum Length:
255Value that identifies the name of the item that replaced another item. -
ReplacedByFindNumber: integer
Finds the Find Number of the replaced component in the item structure.
-
Replaces: string
Read Only:
trueMaximum Length:255Value that identifies the name of the item that was replaced by another item. -
SuggestedOperationSequence: integer
Title:
Suggested Operation SequenceSuggested operation sequence of the component in the item structure. -
UsePlaceholderFlag: boolean
Title:
Use PlaceholderValue that identifies if an option class holds a large set of options. The values are true or false. The default value is Null.
Nested Schema : Change Order Affected Item Reference Designators
Type:
arrayTitle:
Change Order Affected Item Reference DesignatorsThe Reference Designators resource manages the details of a reference designator.
Show Source
Nested Schema : Change Order Affected Item Substitute Components
Type:
arrayTitle:
Change Order Affected Item Substitute ComponentsThe Substitute Components resource manages the details of a substitute component.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAffectedObject-changeOrderAffectedItemStructure-affectedItemStructureComponent-affectedItemReferenceDesignator-item-response
Type:
Show Source
object-
ACDType: integer
Read Only:
trueValue that indicates if the affected object structure component redline reference designator is being added, modified, or deleted through a change line. -
ACDTypeValue: string
Read Only:
trueValue that indicates if the affected object structure component is being added, modified, or deleted through a change line. -
affectedItemReferenceDesignatorDFF: array
affectedItemReferenceDesignatorDFF
-
ChangeLineId: integer
(int64)
Read Only:
trueDefault Value:-1Value that uniquely identifies the change line associated with the affected object structure component. -
ChangeNotice: string
Read Only:
trueValue that uniquely identifies the change notice for an affected object structure component reference designator -
CreationDateTime: string
(date-time)
Read Only:
trueDate and time when the affected object structure component reference designator was created. -
Description: string
Description of the affected object structure component redline reference designator designator
-
LastUpdateDateTime: string
(date-time)
Read Only:
trueDate and time when the affected object structure component reference designator was most recently updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ReferenceDesignator: string
The redlined value for the affected object structure component reference designator.
-
ReferenceDesignatorSequenceId: integer
Read Only:
trueValue that uniquely identifies the redline reference designator. This attribute is read-only and isn't required for an update operation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAffectedObject-changeOrderAffectedItemStructure-affectedItemStructureComponent-affectedItemReferenceDesignator-affectedItemReferenceDesignatorDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
ContextMaximum Length:30Context -
__FLEX_Context_DisplayValue: string
Title:
ContextContext -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RefDesigSequenceId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAffectedObject-changeOrderAffectedItemStructure-affectedItemStructureComponent-affectedItemSubstituteComponent-item-response
Type:
Show Source
object-
ACDType: integer
Read Only:
trueValue that indicates the type of redline on a substitute component to determine whether the component is being added, modified, or deleted. -
ACDTypeValue: string
Read Only:
trueValue that indicates if the substitute component is being added, modified, or deleted through a change order object -
affectedItemSubstituteComponentDFF: array
affectedItemSubstituteComponentDFF
-
CreationDateTime: string
(date-time)
Read Only:
trueDate when redline was made to the redlined substitute component was made -
EnforceIntegerRequirementsValue: string
Maximum Length:
255Generates the demand with quantity specified in integers. It's used in supply chain planning. The values are Round Up, Round Down, or None. -
LastUpdateDateTime: string
(date-time)
Read Only:
trueDate when redline was made to the redline substitute component was updated -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrimaryUOMValue: string
Read Only:
trueMaximum Length:255Value that indicates the unit of measure of the affected item structure's substitute component. -
Priority: integer
Value that determines the priority of the substitute component.
-
Quantity: number
Quantity of the redline substitute component
-
SubstituteComponentId: integer
Value that uniquely identifies the item of the redlined substitute component on change order
-
SubstituteComponentItemNumber: string
Number that identifies the item of the redlined substitute component.
-
SubstituteComponentSequenceId: integer
Value that uniquely identifies the redlined substitute component in a structure. This attribute is read-only and isn't required for an update operation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAffectedObject-changeOrderAffectedItemStructure-affectedItemStructureComponent-affectedItemSubstituteComponent-affectedItemSubstituteComponentDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
ContextMaximum Length:30Context -
__FLEX_Context_DisplayValue: string
Title:
ContextContext -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SubCompSequenceId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAffectedObject-changeOrderAffectedObjectDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Context Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
ChangeLineId: integer
(int64)
Read Only:
true -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SubjectInternalName: string
Maximum Length:
30
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderAttachments-item-response
Type:
Show Source
object-
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category name of a change-order attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the change-order attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueName of the user who created the change-order attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the change object was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEUnique identifier of the datatype of the attachment. -
DataTypeName: string
Data type of the change order attachment, such as file, text, URL, repository file, or repository folder.
-
Description: string
Title:
DescriptionMaximum Length:255An attribute value that represents the description of the attachment. -
DmDocumentId: string
Maximum Length:
255Unique identifier of the document in the repository. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Attribute value that represents the repository folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Attribute value that represents the version number of the attachment in the repository. -
DocumentPreviewURL: string
Read Only:
trueMaximum Length:255URL that identifies the change order document preview. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code for the change-order attachment upload. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message for the change-order attachment upload. -
ExpirationDate: string
(date-time)
Title:
Expiration DateAttachment expiration date of the change order. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the change-order attachment. -
FileUrl: string
Title:
File UrlFile URL of the change-order attachment. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueAttribute that indicates the date and time of the last update of the attachment. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the change-order attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueName of the user who last updated the change-order attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Title: string
Title:
TitleAttribute value that represents the title of a change-order attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the uploaded change-order attachment. -
UploadedFileLength: integer
Title:
File SizeFile length of the uploaded change-order attachment. -
UploadedFileName: string
Title:
Uploaded File NameFile name of the uploaded change-order attachment. -
UploadedText: string
Title:
Uploaded TextContents of attached text file. -
Uri: string
Title:
UriMaximum Length:4000An attribute value that represents the URI for the attachment. -
Url: string
Title:
UrlMaximum Length:4000An attribute value that represents the URL for the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Attribute value that represents the name of user who uploaded the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Context Segment -
BaseChangeMgmtTypeCode: string
Maximum Length:
30 -
ChangeId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: CategoryCode
Type:
objectDiscriminator: CategoryCode
Discriminator Values
- ALL_CHANGE_TYPES
- ECO
- ORA_8D_CORRECTIVE_ACTIONS
- ORA_CA
- ORA_CR
- ORA_DCR
- ORA_ENG_CO
- ORA_NC_ASSETS_PR
- ORA_NC_INVENTORY_PR
- ORA_NC_RECEIVING_PR
- ORA_NC_RESOURCE_PR
- ORA_NC_WORKINPROCESS_PR
- ORA_NRCO
- ORA_PR
Match One Schema
Show Source
-
ALL_CHANGE_TYPES -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeAllChangeTypesPrivateVO-item-response
-
ECO -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeEcoPrivateVO-item-response
-
ORA_8D_CORRECTIVE_ACTIONS -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOra__5F8dCorrectiveActionsPrivateVO-item-response
-
ORA_CA -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraCaPrivateVO-item-response
-
ORA_CR -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraCrPrivateVO-item-response
-
ORA_DCR -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraDcrPrivateVO-item-response
-
ORA_ENG_CO -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraEngCoPrivateVO-item-response
-
ORA_NC_ASSETS_PR -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcAssetsPrPrivateVO-item-response
-
ORA_NC_INVENTORY_PR -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcInventoryPrPrivateVO-item-response
-
ORA_NC_RECEIVING_PR -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcReceivingPrPrivateVO-item-response
-
ORA_NC_RESOURCE_PR -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcResourcePrPrivateVO-item-response
-
ORA_NC_WORKINPROCESS_PR -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcWorkinprocessPrPrivateVO-item-response
-
ORA_NRCO -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNrcoPrivateVO-item-response
-
ORA_PR -
object
oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraPrPrivateVO-item-response
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeAllChangeTypesPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ALL_CHANGE_TYPES -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeEcoPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ECO -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOra__5F8dCorrectiveActionsPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_8D_CORRECTIVE_ACTIONS -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraCaPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_CA -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraCrPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_CR -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraDcrPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_DCR -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraEngCoPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_ENG_CO -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcAssetsPrPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_NC_ASSETS_PR -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcInventoryPrPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_NC_INVENTORY_PR -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcReceivingPrPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_NC_RECEIVING_PR -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcResourcePrPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_NC_RESOURCE_PR -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNcWorkinprocessPrPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_NC_WORKINPROCESS_PR -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraNrcoPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_NRCO -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : oracle_apps_scm_productCatalogManagement_changeManagement_changeEff_flex_egoChangeEff_categories_view_j__changeOraPrPrivateVO-item-response
Type:
Show Source
object-
BaseChangeMgmtTypeCode: string
Maximum Length:
30Default Value:CHANGE_ORDER -
CategoryCode: string
Maximum Length:
30Default Value:ORA_PR -
ChangeId: integer
(int64)
Title:
Number -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderNextStatuses-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SequenceNumber: number
Read Only:
trueThe sequence number of the change order next status for a change object -
StatusCode: integer
Read Only:
trueAbbreviation that identifies the status of the change object for a change order object -
StatusCodeName: string
Read Only:
trueMaximum Length:80The status code name of the change order next status for a change object -
StatusType: integer
(int64)
Read Only:
trueType of change status, for example, Design, or Prototype, for a change object. -
StatusTypeName: string
Read Only:
trueMaximum Length:80The status type name of the change order next status for a change object
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderParticipants-item-response
Type:
Show Source
object-
ActivityTypeCode: string
Maximum Length:
255Change Order Participant Activity type code. -
ActivityTypeValue: string
Maximum Length:
255Change Order Participant Activity type value. -
AssigneeName: string
Maximum Length:
400The assignee name of the change order participants for a change object. -
AssigneeTypeCode: string
Maximum Length:
20The assignee type code of the change order participants for a change object. -
AssigneeTypeValue: string
Maximum Length:
255Assignee type value describe participant is an individual or a role for a change object. -
Comments: string
Read Only:
trueMaximum Length:255Comments provided at the time of approving or rejecting the change order object. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OriginalRoleAssignee: string
Read Only:
trueMaximum Length:4000User role that the application assigned to the change order object. -
ReassignedTime: string
(date-time)
Read Only:
trueTime that the change order participants were reassigned to a change order object. -
ReassignedTo: string
Read Only:
trueMaximum Length:4000Name to which a change order participant is to be reassigned for a change order object. -
ResponseCode: string
Read Only:
trueMaximum Length:30Response code value describe action taken by an approver on a change order object. -
ResponseRequiredFrom: string
Maximum Length:
10The response required from the change order participants for a change object. -
ResponseRequiredFromValue: string
Maximum Length:
255Response required from the value describe about whether a response is required from one or all participants for a change order object. -
ResponseValue: string
Read Only:
trueMaximum Length:255Response value describe action taken by an approver on a change order object. -
StatusCode: integer
Abbreviation that identifies the status of the change object for a change object
-
StatusCodeValue: string
Maximum Length:
255Status value of the change object approval for a change object
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderRelationships-item-response
Type:
Show Source
object-
ChangeNotice: string
Read Only:
trueMaximum Length:255Value that uniquely identifies the change object for a change object -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the change order object -
CreationDateTime: string
(date-time)
Read Only:
trueDate when the change order object was created. -
Description: string
Description of the change order object.
-
DestinationObjectId: integer
The destination object ID of the relationship of the change order object
-
DestinationObjectType: string
The destination object type of relationship of the change order object
-
LastUpdateDateTime: string
(date-time)
Read Only:
trueDate when the change order object was updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the change order relationship. -
LatestFlag: boolean
Indicates whether a relationship is the latest. If true, then the relationship is the latest. If false, then the relationship isn't the latest.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
The name of relationship of the change order object
-
RelationshipId: integer
(int64)
Read Only:
trueThe relationship ID of the change order object. -
relationshipRules: array
Change Order Relationship Rules
Title:
Change Order Relationship RulesThe Relationship Rules resource manages rules related to relationships on change orders. -
RelationshipType: string
Title:
Relationship TypeMaximum Length:30The relationship type of the change order object relationship -
SourceObjectId: integer
Read Only:
trueThe source object ID of the relationship of the change order object. -
SourceObjectType: string
Read Only:
trueThe source object type of relationship of the change order object -
Status: string
The status of relationship of the change order object
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Change Order Relationship Rules
Type:
arrayTitle:
Change Order Relationship RulesThe Relationship Rules resource manages rules related to relationships on change orders.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderRelationships-relationshipRules-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the relationship rule. -
CreationDate: string
(date-time)
Read Only:
trueDate when the relationship rule was created. -
DestinationObjectID: integer
(int64)
Read Only:
trueDestination object ID of the relationship of the change order object. -
DestinationObjectNumber: string
Read Only:
trueMaximum Length:255Number that identifies the destination object. -
DestinationObjectType: string
Maximum Length:
30Destination object type of the change order object relationship. -
DestinationRuleStatus: string
Maximum Length:
255Destination object workflow status defined in the relationship rule. -
LastUpdateDate: string
(date-time)
Read Only:
trueUser who most recently updated the relationship rule. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Date when the relationship rule was updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RelationshipId: integer
(int64)
Relationship ID of the change order object relationship.
-
RelationshipRuleId: integer
(int64)
Relationship rule ID of the change order object relationship.
-
SourceObjectId: integer
(int64)
Read Only:
trueSource object ID of the relationship of the change order object. -
SourceObjectNumber: string
Read Only:
trueMaximum Length:255Number that identifies the source object. -
SourceObjectType: string
Maximum Length:
30Source object type of the change order object relationship. -
SourceRuleStatus: string
Maximum Length:
255Source object workflow status defined in the relationship rule.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderTasks-item-response
Type:
Show Source
object-
AssignedBy: string
Read Only:
trueMaximum Length:64User who assigned the change order task to the assignee. -
AssignedDate: string
(date-time)
Read Only:
trueDate when the task assignee of the change order object is assigned. -
AssignedTo: string
User who the application assigned to the change order object.
-
CompleteBeforeStatusCode: integer
(int64)
The complete before status code of the change order object status
-
CompleteBeforeStatusCodeValue: string
The complete before status code value of the change order object status
-
Description: string
Maximum Length:
2000Description of the tasks of a change order object. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Maximum Length:
240The name of the change order object task. -
NeedByDateTime: string
(date-time)
Date by when the change order object is expected to be completed.
-
RequiredFlag: boolean
Maximum Length:
1Indicates whether the task is required. If true, then the task is required. If false, then the task isn't required. -
SequenceNumber: integer
The sequence number of the change order object task.
-
StartAfterStatusCode: integer
(int64)
The start after status code of the change order object task.
-
StartAfterStatusCodeValue: string
The start after status code value of the change order object task.
-
StatusCode: integer
(int64)
Abbreviation that identifies the status of the change order task.
-
StatusCodeValue: string
Status value that identifies the status of the change order task.
-
TaskId: integer
(int64)
Read Only:
trueThe task identifier of the change order object task.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : productChangeOrdersV2-changeOrderTeam-item-response
Type:
Show Source
object-
GranteeName: string
Maximum Length:
4000Name of the user or the user group assigned to a change order object -
GranteeType: string
Title:
Grantee TypeMaximum Length:30Value that indicates whether the type of team member is a user or a user group of a change order object -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source