Get all change orders

get

/fscmRestApi/resources/11.13.18.05/productChangeOrders

Request

Query Parameters
  • 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).
  • 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
  • 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 change orders based on the primary key.
      Finder Variables:
      • ChangeId; integer; Value that uniquely identifies the change order.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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:
    • ApprovalDate; string; Date when the change was approved.
    • ApprovalRequestDate; 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 is 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.
    • BaseChangeMgmtTypeCode; string; The base change management type code of the change object.
    • CancellationDate; 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.
    • CreationDate; string; Date when the change object was created.
    • 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 is not effective immediately. The default value is false.
    • EffectivityIncrementDays; integer; Number of days by which the effective date of the change object is incremented.
    • ImplementationDate; string; Date when this change order was implemented.
    • InitiationDate; string; Date when the workflow corresponding to the change order was started.
    • LastUpdateDate; 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.
    • NeedByDate; 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.
    • RequestedBy; string; User who requested the change object.
    • RequestorId; string; Value that uniquely identifies the user who requested the change object.
    • SourceTypeCode; string; Value that identifies the source type from which this change order was created. You can create different types of change orders by using one of the existing types as the source.
    • 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.
    • 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.
    • WfProcessInstanceId; integer; Value that uniquely identifies the workflow associated with this change order.
    • WfProcessTemplate; string; Template of the workflow associated with the change order. Review and update the change type associated with a workflow using the Setup and Maintenance work area, and the Manage Change Order Types task.
  • 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
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : productChangeOrders
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : productChangeOrders-item-response
Type: object
Show Source
Nested Schema : Affected Objects
Type: array
Title: Affected Objects
The Affected Objects resource gets the details of the affected objects added to the change order.
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource gets the attachments of a change order.
Show Source
Nested Schema : Approvers
Type: array
Title: Approvers
The Approvers resource manages the approvers assigned to a change order status.
Show Source
Nested Schema : Flexfields for Change Orders
Type: array
Title: Flexfields for Change Orders
The Flexfields for Change Orders resource gets the descriptive flexfields associated with the change order.
Show Source
Nested Schema : Affected Items for Change Requests
Type: array
Title: Affected Items for Change Requests
The Affected Items for Change Requests resource gets the affected items for change requests.
Show Source
Nested Schema : Next Statuses
Type: array
Title: Next Statuses
The Next Statuses resource gets the next possible statuses for a change order.
Show Source
Nested Schema : Relationships
Type: array
Title: Relationships
The Relationships resource manages the objects related to the change order.
Show Source
Nested Schema : Tasks
Type: array
Title: Tasks
The Tasks resource manages the tasks related to the change order.
Show Source
Nested Schema : Teams
Type: array
Title: Teams
The Teams resource manages the users who are authorized to access the change order.
Show Source
Nested Schema : productChangeOrders-AffectedObject-item-response
Type: object
Show Source
Nested Schema : Affected Items
Type: array
Title: Affected Items
The Affected Items resource gets the items in the change order.
Show Source
Nested Schema : Affected Item AMLs
Type: array
Title: Affected Item AMLs
The Affected Item AMLs resource gets the approved manufacturers of an item in a change order.
Show Source
Nested Schema : Affected Item Attachments
Type: array
Title: Affected Item Attachments
The Affected Item Attachments resource gets the attachments of an affected item in the change order.
Show Source
Nested Schema : Affected Item Structures
Type: array
Title: Affected Item Structures
The Affected Item Structures resource gets the details of the structure of the affected item.
Show Source
Nested Schema : Flexfields for Change Lines
Type: array
Title: Flexfields for Change Lines
The Flexfields for Change Lines resource gets the descriptive flexfields associated with the change line.
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItem-item-response
Type: object
Show Source
  • Read Only: true
    Value that indicates if the item is added, changed, or deleted as part of the change order.
  • Title: Approval Status
    Maximum Length: 30
    Status that indicates whether or not the item is approved for use in transactions.
  • Status of the approval sought for item.
  • Value that indicates how the item is tracked as an asset. Values include Customer Asset, Not Tracked, and Full Lifecycle.
  • Email address of the buyer associated with the item.
  • Maximum Length: 240
    Abbreviation that identifies the item class associated with the item category. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Classes task.
  • Title: Change Order Number
    Default Value: -1
    Value that uniquely identifies the change line of the component.
  • Number that identifies the change order associated with the item.
  • Read Only: true
    Line number in the change order that references the affected item. The same item can be added multiple times to a change order and each line gets a separate sequence number.
  • Title: Allow Use of Common Supplies
    Maximum Length: 1
    Contains one of the following values: True or False. If True, then the material can be planned, picked, and issued from common inventory if sufficient inventory does not exist in the project inventory. If False, then the material cannot be planned, picked, or issued from common inventory even if sufficient inventory does not exist in the project inventory. The default value is False. For a list of attribute value interdependencies, se the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Enable Provisioning
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the item is eligible for electronic fulfillment by the service fulfillment manager. If false, then the item is not eligible for electronic fulfillment. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Read Only: true
    Maximum Length: 64
    User who added the item to the change.
  • Title: Create Supply After
    Date after which the supply for the item is considered while generating planned orders.
  • Read Only: true
    Date and time when the item was added to the change.
  • Title: Lifecycle Phase
    Maximum Length: 30
    Abbreviation that identifies the lifecycle phase of the item.
  • Title: Enable IOT
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: True or False. If True, then the asset can be enabled for Internet of Things (IoT). If False, then the asset cannot be enabled for IoT. The default value is False. For a list of attribute value interdependencies, see the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Maximum Length: 255
    Value that indicates an option to control whether the supplier can deliver to a location that differs from the ship to location defined on the purchase order. A list of accepted values is defined in the lookup type EGP_RECEIPTACTIONVS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Type of default expenditure to be used in project driven supply chain transactions. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Expenditure Types task. The default value is Null. For a list of attribute value interdependencies, see the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that identifies the type of pegging considered by the planning engine during the supply and demand netting process. A list of accepted values is defined in the lookup type ORA_EGP_HARD_PEGGING_LEVEL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, see the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Change Order Implementation Date
    Date when the affected item was implemented.
  • Title: Item Status
    Maximum Length: 10
    The code that uniquely identifies the item status. This attribute is reserved for internal purposes. Do not use.
  • Read Only: true
    Maximum Length: 255
    Value that uniquely identifies the item.
  • Unit of measure to use when issuing the item from inventory. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Class of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Classes task.
  • Title: Description
    Maximum Length: 240
    Description of the item.
  • ItemEffCategory
  • Value that uniquely identifies the item.
  • Title: Item
    Maximum Length: 300
    Number that identifies the item.
  • Item Revisions
    Title: Item Revisions
    The Item Revisions resource gets the revision associated with the affected item in the change order.
  • Value that indicates the status of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Statuses task.
  • ItemSupplierAssociation
  • Title: User Item Type
    Maximum Length: 30
    Value that indicates grouping of all items of a particular category that share the same set of item attributes used as a high-level grouping for processes.
  • Read Only: true
    Date and time when the affected item was most recently updated.
  • Read Only: true
    Maximum Length: 64
    User who most recently updated the affected item in the change.
  • Read Only: true
    Maximum Length: 32
    Login of the user who most recently updated the item in the change.
  • Value that indicates the lifecycle phase of an item.
  • Links
  • Abbreviation that identifies the organization of the item.
  • Value that uniquely identifies the organization for the item. The value of this attribute is VersionId for a pending or update operation, such as updating the item version.
  • Read Only: true
    Value that uniquely identifies the organization of the item.
  • Read Only: true
    Maximum Length: 255
    Value that uniquely identifies the organization of the item.
  • Value that indicates the packaging of an item. Review and update the value for this attribute using the Item work area, and the Edit Item page.
  • Value that indicates the unit of measure that is used to determine pricing for an item. A list of accepted values is defined in the lookup type EGP_ITEM_PRICING. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Primary. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Primary Unit of Measure
    Maximum Length: 3
    Abbreviation that identifies the unit of measure that the item uses.
  • Unit that is primarily used to measure quantities of the item.
  • Value that determines how to replenish an inventory that the requests have depleted. A list of accepted values is defined in the lookup type EGP_SOURCE_TYPES. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that uniquely identifies the request.
  • Title: Requires Fulfillment Location
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the fulfilment location of the item is required. If false, then the fulfilment location of the item is not required. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Secondary unit of measure of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the coverage template associated with the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Coverage Times task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Unit of measure of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Type of the item. A list of accepted values is defined in the lookup type EGP_ITEM_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
Nested Schema : ItemEffCategory
Type: array
Show Source
Nested Schema : Item Revisions
Type: array
Title: Item Revisions
The Item Revisions resource gets the revision associated with the affected item in the change order.
Show Source
Nested Schema : ItemSupplierAssociation
Type: array
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItem-ItemEffCategory-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItem-ItemRevision-item-response
Type: object
Show Source
Nested Schema : ItemRevisionEffCategory
Type: array
ItemService.ItemRevisionEffCategory
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItem-ItemRevision-ItemRevisionEffCategory-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItem-ItemSupplierAssociation-item-response
Type: object
Show Source
Nested Schema : ItemSupplierEffCategory
Type: array
ItemService.ItemSupplierEffCategory
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItem-ItemSupplierAssociation-ItemSupplierEffCategory-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItemAML-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItemAttachment-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItemStructure-item-response
Type: object
Show Source
Nested Schema : Structure Components
Type: array
Title: Structure Components
The Structure Components resource gets the components in a structure of an affected item.
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItemStructure-StructureComponent-item-response
Type: object
Show Source
Nested Schema : Reference Designators
Type: array
Title: Reference Designators
The Reference Designators resource manages the details of a reference designator.
Show Source
Nested Schema : Substitute Components
Type: array
Title: Substitute Components
The Substitute Components resource manages the details of a substitute component.
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItemStructure-StructureComponent-RedlinedReferenceDesignator-item-response
Type: object
Show Source
Nested Schema : Flexfields for Reference Designators
Type: array
Title: Flexfields for Reference Designators
The Flexfields for Reference Designators resource gets the descriptive flexfields associated with the reference designator.
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItemStructure-StructureComponent-RedlinedReferenceDesignator-ReferenceDesignatorDFF-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItemStructure-StructureComponent-RedlinedSubstituteComponent-item-response
Type: object
Show Source
Nested Schema : Flexfields for Substitute Components
Type: array
Title: Flexfields for Substitute Components
The Flexfields for Substitute Components resource gets the descriptive flexfields associated with the substitute component.
Show Source
Nested Schema : productChangeOrders-AffectedObject-AffectedItemStructure-StructureComponent-RedlinedSubstituteComponent-SubstituteComponentDFF-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-AffectedObject-ChangeLineDFF-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-Attachments-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-changeApprovers-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-ChangeObjectDFF-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-changeRequestAffectedItems-item-response
Type: object
Show Source
Nested Schema : Flexfields for Affected Items in Change Requests
Type: array
Title: Flexfields for Affected Items in Change Requests
The Flexfields for Affected Items in Change Requests resource gets the flexfields for affected items used in change requests.
Show Source
Nested Schema : productChangeOrders-changeRequestAffectedItems-changeRequestAffectedItemsDFF-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-nextStatuses-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-relationships-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-tasks-item-response
Type: object
Show Source
Nested Schema : productChangeOrders-team-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get all change orders.

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/productChangeOrders"

Example Response Body

The following shows an example of the response body in JSON format.

{
    "items": [
        {
            "ChangeId": 100000015189126,
            "BaseChangeMgmtTypeCode": "CHANGE_ORDER",
            "ChangeTypeId": 100000012644683,
            "ChangeNotice": "TestCO_zBIA_CO01",
            "ChangeName": "TestCO_zBIA_CO01",
            "Description": null,
            "OrganizationId": 204,
            "PriorityCode": "HIGH",
            "ReasonCode": null,
            "ApprovalDate": null,
            "ChangeTypeValue": "zBIACOTYPE1",
            "OrganizationCode": "V1",
            "PriorityCodeValue": "High",
            "ReasonCodeValue": null,
            "NeedByDate": null,
            "CanUpdate": "N",
            "AssigneeId": "8381FCACB5D3660664E60F8C139D37D3",
            "RequestorId": "8381FCACB5D3660664E60F8C139D37D3",
            "AssignedTo": "OPERATIONS",
            "RequestedBy": "OPERATIONS",
            "SourceTypeCode": "ECO",
            "StatusType": 8,
            "StatusCode": 8,
            "ApprovalStatus": 3,
            "StatusTypeValue": "Approval",
            "StatusCodeValue": "Approval",
            "ApprovalStatusValue": "Submitted for Approval",
            "EffectiveImmediatelyFlag": false,
            "EffectivityIncrementDays": 1,
            "InitiationDate": "2010-01-07T18:04:09+00:00",
            "ImplementationDate": null,
            "CancellationDate": null,
            "ApprovalRequestDate": "2010-01-22T00:12:26+00:00",
            "WfProcessInstanceId": null,
            "WfProcessTemplate": null,
            "CreatedBy": "OPERATIONS",
            "CreationDate": "2010-01-22T00:12:26.022+00:00",
            "LastUpdatedBy": "OPERATIONS",
            "LastUpdateDate": "2010-01-22T00:12:26.022+00:00",
            "LastUpdateLogin": "7DBD6109AD118711E04044987CF04E78",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126",
                    "name": "productChangeOrders",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000678"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126",
                    "name": "productChangeOrders",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/lov/PrioritiesLookupPVO1",
                    "name": "PrioritiesLookupPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/lov/StatusTypeLookupPVO1VA",
                    "name": "StatusTypeLookupPVO1VA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/lov/LOVForChangeType1",
                    "name": "LOVForChangeType1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/lov/ChangeStatusVOStatusCodeLOVVA",
                    "name": "ChangeStatusVOStatusCodeLOVVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/lov/ApprovalStatusTypesLookupPVO",
                    "name": "ApprovalStatusTypesLookupPVO",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/lov/UserPVO1",
                    "name": "UserPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/lov/ReasonsLookupPVO1",
                    "name": "ReasonsLookupPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/lov/UserPVO2",
                    "name": "UserPVO2",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/lov/LOVForOrganization",
                    "name": "LOVForOrganization",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/child/Attachments",
                    "name": "Attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/child/ChangeObjectDFF",
                    "name": "ChangeObjectDFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/child/changeRequestAffectedItems",
                    "name": "changeRequestAffectedItems",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/100000015189126/child/AffectedObject",
                    "name": "AffectedObject",
                    "kind": "collection"
                }
            ]
        },
        {
            "ChangeId": 300100007735000,
            "BaseChangeMgmtTypeCode": "CHANGE_ORDER",
            "ChangeTypeId": 100000011980006,
            "ChangeNotice": "QTP_Delete_CO_Apr23H17M11",
            "ChangeName": "QTP_Delete_CO_Apr23H17M11",
            "Description": null,
            "OrganizationId": 204,
            "PriorityCode": "HIGH",
            "ReasonCode": null,
            "ApprovalDate": null,
            "ChangeTypeValue": "ECO",
            "OrganizationCode": "V1",
            "PriorityCodeValue": "High",
            "ReasonCodeValue": null,
            "NeedByDate": null,
            "CanUpdate": "N",
            "AssigneeId": "71C7C80A48E3C2BDB42CB4269BAC82DD",
            "RequestorId": "71C7C80A48E3C2BDB42CB4269BAC82DD",
            "AssignedTo": "PIMQA",
            "RequestedBy": "PIMQA",
            "SourceTypeCode": "ECO",
            "StatusType": 5,
            "StatusCode": 1,
            "ApprovalStatus": 9,
            "StatusTypeValue": "Canceled",
            "StatusCodeValue": "Open",
            "ApprovalStatusValue": "Approval Not Required",
            "EffectiveImmediatelyFlag": false,
            "EffectivityIncrementDays": 1,
            "InitiationDate": "2012-04-23T17:14:37+00:00",
            "ImplementationDate": null,
            "CancellationDate": "2012-04-23T17:17:03.316+00:00",
            "ApprovalRequestDate": null,
            "WfProcessInstanceId": null,
            "WfProcessTemplate": null,
            "CreatedBy": "PIMQA",
            "CreationDate": "2012-04-23T17:13:59+00:00",
            "LastUpdatedBy": "PIMQA",
            "LastUpdateDate": "2012-04-23T17:17:03.034+00:00",
            "LastUpdateLogin": "BE579090E7601753E0432320F00AB41C",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000",
                    "name": "productChangeOrders",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000",
                    "name": "productChangeOrders",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/lov/PrioritiesLookupPVO1",
                    "name": "PrioritiesLookupPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/lov/StatusTypeLookupPVO1VA",
                    "name": "StatusTypeLookupPVO1VA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/lov/LOVForChangeType1",
                    "name": "LOVForChangeType1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/lov/ChangeStatusVOStatusCodeLOVVA",
                    "name": "ChangeStatusVOStatusCodeLOVVA",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/lov/ApprovalStatusTypesLookupPVO",
                    "name": "ApprovalStatusTypesLookupPVO",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/lov/UserPVO1",
                    "name": "UserPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/lov/ReasonsLookupPVO1",
                    "name": "ReasonsLookupPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/lov/UserPVO2",
                    "name": "UserPVO2",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/lov/LOVForOrganization",
                    "name": "LOVForOrganization",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/child/Attachments",
                    "name": "Attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/child/ChangeObjectDFF",
                    "name": "ChangeObjectDFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/child/changeRequestAffectedItems",
                    "name": "changeRequestAffectedItems",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/productChangeOrders/300100007735000/child/AffectedObject",
                    "name": "AffectedObject",
                    "kind": "collection"
                }
            ]
        },
  ...
    ],
    "count": 25,
    "hasMore": true,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/productChangeOrders",
            "name": "productChangeOrders",
            "kind": "collection"
        }
    ]
}
Back to Top