Get all sales order lines

get

/fscmRestApi/resources/11.13.18.05/backlogDemands

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 a demand according to the demand identifier.
      Finder Variables
      • DemandId; integer; Value that uniquely identifies a demand within a backlog management plan run.
  • 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:
    • AllowSplits; string; Value that indicates whether the demand can be split for fulfillment.
    • AllowSplitsCode; integer; Number that indicates whether splits are allowed for the demand. The valid values are 1 and 2 where 1 indicates that split is allowed and 2 indicates that split isn't allowed for the demand.
    • AttributeChar1; string; Value for the descriptive flexfield attribute number 1 of type character for the demand in a backlog management plan.
    • AttributeChar10; string; Value for the descriptive flexfield attribute number 10 of type character for the demand in a backlog management plan.
    • AttributeChar11; string; Value for the descriptive flexfield attribute number 11 of type character for the demand in a backlog management plan.
    • AttributeChar12; string; Value for the descriptive flexfield attribute number 12 of type character for the demand in a backlog management plan.
    • AttributeChar13; string; Value for the descriptive flexfield attribute number 13 of type character for the demand in a backlog management plan.
    • AttributeChar14; string; Value for the descriptive flexfield attribute number 14 of type character for the demand in a backlog management plan.
    • AttributeChar15; string; Value for the descriptive flexfield attribute number 15 of type character for the demand in a backlog management plan.
    • AttributeChar16; string; Value for the descriptive flexfield attribute number 16 of type character for the demand in a backlog management plan.
    • AttributeChar17; string; Value for the descriptive flexfield attribute number 17 of type character for the demand in a backlog management plan.
    • AttributeChar18; string; Value for the descriptive flexfield attribute number 18 of type character for the demand in a backlog management plan.
    • AttributeChar19; string; Value for the descriptive flexfield attribute number 19 of type character for the demand in a backlog management plan.
    • AttributeChar2; string; Value for the descriptive flexfield attribute number 2 of type character for the demand in a backlog management plan.
    • AttributeChar20; string; Value for the descriptive flexfield attribute number 20 of type character for the demand in a backlog management plan.
    • AttributeChar3; string; Value for the descriptive flexfield attribute number 3 of type character for the demand in a backlog management plan.
    • AttributeChar4; string; Value for the descriptive flexfield attribute number 4 of type character for the demand in a backlog management plan.
    • AttributeChar5; string; Value for the descriptive flexfield attribute number 5 of type character for the demand in a backlog management plan.
    • AttributeChar6; string; Value for the descriptive flexfield attribute number 6 of type character for the demand in a backlog management plan.
    • AttributeChar7; string; Value for the descriptive flexfield attribute number 7 of type character for the demand in a backlog management plan.
    • AttributeChar8; string; Value for the descriptive flexfield attribute number 8 of type character for the demand in a backlog management plan.
    • AttributeChar9; string; Value for the descriptive flexfield attribute number 9 of type character for the demand in a backlog management plan.
    • AttributeDate1; string; Value for the descriptive flexfield attribute number 1 of type date for the demand in a backlog management plan.
    • AttributeDate10; string; Value for the descriptive flexfield attribute number 10 of type date for the demand in a backlog management plan.
    • AttributeDate11; string; Value for the descriptive flexfield attribute number 11 of type date for the demand in a backlog management plan.
    • AttributeDate12; string; Value for the descriptive flexfield attribute number 12 of type date for the demand in a backlog management plan.
    • AttributeDate13; string; Value for the descriptive flexfield attribute number 13 of type date for the demand in a backlog management plan.
    • AttributeDate14; string; Value for the descriptive flexfield attribute number 14 of type date for the demand in a backlog management plan.
    • AttributeDate15; string; Value for the descriptive flexfield attribute number 15 of type date for the demand in a backlog management plan.
    • AttributeDate16; string; Value for the descriptive flexfield attribute number 16 of type date for the demand in a backlog management plan.
    • AttributeDate17; string; Value for the descriptive flexfield attribute number 17 of type date for the demand in a backlog management plan.
    • AttributeDate18; string; Value for the descriptive flexfield attribute number 18 of type date for the demand in a backlog management plan.
    • AttributeDate19; string; Value for the descriptive flexfield attribute number 19 of type date for the demand in a backlog management plan.
    • AttributeDate2; string; Value for the descriptive flexfield attribute number 2 of type date for the demand in a backlog management plan.
    • AttributeDate20; string; Value for the descriptive flexfield attribute number 20 of type date for the demand in a backlog management plan.
    • AttributeDate3; string; Value for the descriptive flexfield attribute number 3 of type date for the demand in a backlog management plan.
    • AttributeDate4; string; Value for the descriptive flexfield attribute number 4 of type date for the demand in a backlog management plan.
    • AttributeDate5; string; Value for the descriptive flexfield attribute number 5 of type date for the demand in a backlog management plan.
    • AttributeDate6; string; Value for the descriptive flexfield attribute number 6 of type date for the demand in a backlog management plan.
    • AttributeDate7; string; Value for the descriptive flexfield attribute number 7 of type date for the demand in a backlog management plan.
    • AttributeDate8; string; Value for the descriptive flexfield attribute number 8 of type date for the demand in a backlog management plan.
    • AttributeDate9; string; Value for the descriptive flexfield attribute number 9 of type date for the demand in a backlog management plan.
    • AttributeNumber1; integer; Value for the descriptive flexfield attribute number 1 of type number for the demand in a backlog management plan.
    • AttributeNumber10; integer; Value for the descriptive flexfield attribute number 10 of type number for the demand in a backlog management plan.
    • AttributeNumber2; integer; Value for the descriptive flexfield attribute number 2 of type number for the demand in a backlog management plan.
    • AttributeNumber3; integer; Value for the descriptive flexfield attribute number 3 of type number for the demand in a backlog management plan.
    • AttributeNumber4; integer; Value for the descriptive flexfield attribute number 4 of type number for the demand in a backlog management plan.
    • AttributeNumber5; integer; Value for the descriptive flexfield attribute number 5 of type number for the demand in a backlog management plan.
    • AttributeNumber6; integer; Value for the descriptive flexfield attribute number 6 of type number for the demand in a backlog management plan.
    • AttributeNumber7; integer; Value for the descriptive flexfield attribute number 7 of type number for the demand in a backlog management plan.
    • AttributeNumber8; integer; Value for the descriptive flexfield attribute number 8 of type number for the demand in a backlog management plan.
    • AttributeNumber9; integer; Value for the descriptive flexfield attribute number 9 of type number for the demand in a backlog management plan.
    • AvailableItem; string; Name of item used to promise the fulfillment line.
    • AvailableQuantity; number; Indicates the quantity that was available to promise the fulfillment line.
    • BaseDemandId; integer; Value that uniquely identifies the baseline demand from which split demand can be created. If there isn't a split, this is same as the demand ID.
    • BmRunId; integer; Value that uniquely identifies the backlog management plan run.
    • CategoryId; string; Unique identifier of the category associated with an item requested on the demand.
    • CompletedQuantity; number; Sales order quantity that has already been completed.
    • ConfigurationItem; string; Value that identifies the unique configuration item corresponding to the configuration sent for promising. This attribute is applicable only in the case of assemble to order demands.
    • ConfigurationItemId; string; Unique identifier of the configuration item.
    • ConstraintRank; integer; Value that identifies the item constraint ranking based on the difference between their respective item availability dates and requested dates.
    • CreationDate; string; Date when the user created the demand.
    • CustomerId; integer; Value that uniquely identifies the customer on the demand.
    • CustomerName; string; Name of the customer on the demand.
    • CustomerShipSite; string; Name of the customer site on the demand.
    • CustomerSiteId; integer; Value that uniquely identifies the customer site of the demand.
    • DaysLate; integer; Number of days that the demand is late.
    • DaysOfImprovement; integer; Difference between the planned and scheduled shipment or arrival dates for a demand line, measured in days.
    • DaysPotentiallyImprove; integer; Value that identifies the number of days by which the planned date will improve if all items with a constraint rank higher than or equal to this item's constraint rank are removed.
    • DemandClass; string; Name of the demand class on the demand.
    • DemandClassCode; string; Code that identifies the demand class associated with the order. A list of accepted values is defined in the MSC_SR_LOOKUP_VALUES_TL table where LOOKUP_TYPE is DEMAND_CLASS.
    • DemandFulfillmentLeadTime; integer; Value that indicates the delivery lead time entered on the fulfillment line.
    • DemandId; integer; Value that uniquely identifies a demand within a backlog management plan run.
    • DemandLeadTimeDate; string; Date that corresponds to the lead time available to fulfill the demand.
    • DemandPriority; integer; Priority of a demand within the backlog management plan run.
    • DemandSourceInstance; string; Name of the source system in which the demand originated.
    • DemandSourceSystemId; integer; Unique identifier of the source system in which the demand originated.
    • DemandSourceType; integer; Type of source system from which data is collected.
    • DestinationTimeZone; string; Time zone associated with the entity that's receiving the sales order. The destination entity can be a customer or an organization.
    • DestinationType; string; Indicates where a supply is destined. For example, whether a supply will be shipped directly to a customer or received into inventory. A list of accepted values is defined in the lookup type ORA_INV_TO_DESTINATION_TYPE.
    • DisplayAttributeCode; integer; Indicates whether values are populated for either of the three planning attributes of the display attribute type for an order line. The valid values are 1 and 2. The value 1 indicates that display attributes are populated for the order line and 2 indicates that the display attributes aren't populated.
    • EarliestAcceptArrivalDate; string; Earliest arrival date that's acceptable on the fulfillment line.
    • EarliestAcceptShipDate; string; Earliest ship date that's acceptable on the fulfillment line.
    • EarliestAcceptableDate; string; Earliest date that's acceptable on the fulfillment line.
    • EarliestPromisedDate; string; Earliest date when the item can be available.
    • EnforceCurrentCommit; string; Contains one of the following values: Yes or No. If Yes, then the existing scheduled information on the demand must be respected when planning the demand. If No, then the existing commitments can be ignored. The default value is Yes.
    • EnforceCurrentCommitCode; integer; Numeric value that indicates whether supply must be allocated to meet the existing scheduled dates on a demand line. Valid values are 1 and 2. If the value is 2, then the user can disregard the existing scheduled dates.
    • ErrorText; string; Value that indicates the reason why the demand wasn't planned.
    • ExpectedArrivalDate; string; Date when the requested item line is expected to arrive at the customer ship-to site from the ship-from organization.
    • ExpectedCarrier; string; Value that identifies the planned carrier from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
    • ExpectedCarrierId; integer; Value that uniquely identifies the planned carrier from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
    • ExpectedDate; string; Date when the requested item line is expected to be shipped from the ship-from organization for ship type order or arrive at the customer ship-to site from the ship-from organization for arrival type order.
    • ExpectedDshipSuppSite; string; Name of the planned drop ship supplier site from where material is to be shipped to the customer ship-to site.
    • ExpectedDshipSupplier; string; Name of the planned drop ship supplier from where material is to be shipped to the customer ship-to site.
    • ExpectedModeOfTransport; string; Value that identifies the planned transport mode from the source inventory organization to the destination inventory organization that was entered on the fulfillment line.
    • ExpectedModeOfTransportId; integer; Value that uniquely identifies the planned transport mode from the source inventory organization to destination inventory organization that was entered on the fulfillment line.
    • ExpectedOrganizationId; integer; Unique identifier of planned ship from organization from where material is to be shipped to the customer ship-to site.
    • ExpectedServiceLevel; string; Value that identifies the planned service level used for shipping from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
    • ExpectedServiceLevelId; integer; Value that uniquely identifies the planned service level used for shipping from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
    • ExpectedShipDate; string; Date when the requested item line is expected to be shipped from the ship-from organization to the customer ship-to site.
    • ExpectedShipFromWareName; string; Name of the planned ship from organization from where material is to be shipped to the customer ship-to site.
    • ExpectedShipFromWarehouse; string; Code of the planned ship from organization from where material is to be shipped to the customer ship-to site.
    • ExpectedShipMethod; string; Value that identifies the planned shipping method from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
    • ExpectedShipMethodId; string; Value that uniquely identifies the planned shipping method from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
    • ExpectedSupplierId; integer; Value that identifies the drop ship supplier from where material is to be shipped to the customer ship-to site.
    • ExpectedSupplierSiteId; integer; Value that identifies the drop ship supplier site from where material is to be shipped to the customer ship-to site.
    • FirmSalesOrder; string; Value that indicates whether a demand has been locked.
    • FirmSalesOrderCode; integer; Numeric value that indicates whether the supply for a demand can be changed. The valid values are 1 and 2.
    • FulfillmentCost; number; Number that indicates the expected shipping cost associated with the fulfillment line or availability option.
    • FulfillmentLine; string; Value that identifies the fulfillment line.
    • FulfillmentLineNumber; integer; Number that uniquely identifies the fulfillment line.
    • FulfillmentMode; string; Mode of the demand fulfillment. Valid values are drop shipment, back to back, shipment from internal warehouse. A list of accepted values is defined in the lookup type ORA_MSC_OP_FULFILLMENT_MODE.
    • GlobalAttributeChar21; string; Value that identifies planning attribute number 101 of the display attribute type associated with the demand in a backlog management plan.
    • GlobalAttributeChar22; string; Value that identifies planning attribute number 102 of the display attribute type associated with the demand in a backlog management plan.
    • GlobalAttributeChar23; string; Value that identifies planning attribute number 103 of the display attribute type associated with the demand in a backlog management plan.
    • GlobalAttributeNumber13; integer; Value that identifies planning attribute number 3 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber14; integer; Value that identifies planning attribute number 4 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber15; integer; Value that identifies planning attribute number 5 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber16; integer; Value that identifies planning attribute number 6 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber17; integer; Value that identifies planning attribute number 7 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber18; integer; Value that identifies planning attribute number 8 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber19; integer; Value that identifies planning attribute number 9 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber20; integer; Value that identifies planning attribute number 10 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber21; integer; Value that identifies planning attribute number 11 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber22; integer; Value that identifies planning attribute number 12 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber23; integer; Value that identifies planning attribute number 13 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber24; integer; Value that identifies planning attribute number 14 associated with the demand in a backlog management plan.
    • GlobalAttributeNumber25; integer; Value that identifies planning attribute number 15 associated with the demand in a backlog management plan.
    • InquiryDemand; integer; Indicates whether a demand is for simulation. Demands for simulations aren't true sales orders but order simulations created by the backlog planner, to review how the actual sales order might be planned after it's created.
    • InternalOrderType; string; Value that indicates the type of internal order. Valid values include TO, TOE, ISO, and ISOE.
    • InventoryItemId; integer; Value that uniquely identifies the item that's requested on the demand.
    • Item; string; Name of the item that's requested on the demand.
    • ItemDescription; string; Description of the item that's requested on the demand.
    • ItemSubType; string; Name of the item subtype. This can have values such as assemble-to-order model, Pick-to-order option item depending on the item and product structure attributes.
    • ItemSubTypeCode; integer; Unique identifier of the item subtype. A list of accepted values is defined in the lookup type ORA_MSC_OP_CTO_ITEM_SUB_TYPE.
    • ItemType; integer; Value that indicates the type of bill of material. A list of accepted values is defined in the lookup type ORA_MSC_BOM_ITEM_TYPE.
    • ItemTypeCode; string; Value that uniquely identifies the type of bill of material. A list of accepted codes is defined in the lookup type ORA_MSC_BOM_ITEM_TYPE.
    • LastUpdateDate; string; Date and time when the user most recently updated the demand record.
    • LastUpdatedBy; string; User who most recently updated the demand record.
    • LatestAcceptableArrivalDate; string; Last arrival date that's acceptable on the fulfillment line.
    • LatestAcceptableDate; string; Last date that's acceptable on the fulfillment line.
    • LatestAcceptableShipDate; string; Last ship date that's acceptable on the fulfillment line.
    • ManualOverride; string; Value that indicates whether the planned information on the demand has been manually overridden.
    • ManualOverrideCode; integer; Value that indicates whether the planned information on the demand has been manually overridden.
    • NameOfCategory; string; Name of the category to which the item is assigned.
    • OrchOrderHeaderId; integer; Unique identifier of order header for the orders coming from Oracle Fusion Order Management.
    • OrchOrderLineId; integer; Uniquely identifies the orchestration line in Oracle Order Management Cloud for a demand.
    • OrchOrderLineNumber; string; Number that uniquely identifies the orchestration line in Oracle Order Management Cloud for a demand.
    • OrchOrderNumber; string; Number that uniquely identifies the orchestration in Oracle Order Management Cloud for a demand.
    • OrderDateTypeCode; integer; Value that indicates whether the request is the arrival date or ship date type. Depending on the request type, the requested date represents the requested ship date and requested arrival date respectively.
    • OrderLineNumber; string; Identifier for the order promising demand. Depending on the order type indicates the sales order line number or the fulfillment line number orders.
    • OrderLineStatus; string; Status of the sales order line that indicates whether an order is in picked, frozen, shipped, or in any other status. The order lines that are in the picked, frozen, shipped, or canceled status aren't released. A list of accepted values is defined in the lookup type ORA_MSC_BM_ORDER_LINE_STATUS.
    • OrderLineStatusCode; integer; Identifies the status of the sales order line as it progresses through its life cycle.
    • OrderMargin; number; Quantity that shows the difference between the revenue and the cost of promising the fulfillment line based on the current promising result.
    • OrderNumber; string; Order identifier on a sales order.
    • OrderRevenue; number; Revenue from the demand.
    • OrderType; string; Indicates the order type such as sales order or forecast.
    • OrderTypeCode; integer; Name of the demand order type. Indicates whether the demand is a simulation demand, sales order, or fulfillment line.
    • OrderedUOM; string; Name of the unit of measure that's associated with the order quantity.
    • OrgForDrill; integer; Unique identifier for the scheduled ship-from organization.
    • OrgTimeZone; string; Time zone associated with the organization from where the material is being sourced.
    • OrigParentFulLine; string; Value that uniquely identifies the fulfillment line for the root parent configure to order model. This attribute is applicable only for configured to order items.
    • OriginalQuantity; number; Quantity associated with the order. This value is extracted from the source application.
    • OriginalSetType; string; Type of the set to which the demand line originally belonged before it was removed.
    • OriginalShipSetName; string; Name of a ship set to which a demand line originally belonged before that demand line was removed.
    • OverridePriority; string; Manually overridden priority on the sales order line used for running simulation plan.
    • ParentFulfillmentLine; string; For an order with assemble-to-order elements, this attribute indicates the immediate parent of an assemble-to-order component.
    • PlanScope; string; Indicates whether a demand line is involved in the simulation run or not. The valid values are 1 and 2. The value 1 indicates that the order line is involved in the simulation run and 2 indicates that the order line isn't involved in the simulation run.
    • PlannedDate; string; When the request type of a demand is ship, the planned date is the date on which the demand is planned to be shipped. When the request type of a demand is arrival, the planned date is the date on which the demand is planned to arrive.
    • PlannedDateWithoutItem; string; Date when the configure to order item order or set order can be fulfilled, if all items with a constraint rank higher than or equal to this item's constraint rank are removed.
    • PlannerCode; string; Code associated with the planner responsible for the demand.
    • PlanningAttrVal11; string; Value for the planning attribute number 11 that represents the attribute project, for the demand in a backlog management plan.
    • PlanningAttrVal12; string; Value for the planning attribute number 12 that represents the attribute task, for the demand in a backlog management plan.
    • PlanningAttrVal13; string; Value for the planning attribute number 13 for the demand in a backlog management plan.
    • PlanningAttrVal14; string; Value for the planning attribute number 14 for the demand in a backlog management plan.
    • PlanningAttrVal15; string; Value for the planning attribute number 15 for the demand in a backlog management plan.
    • PlanningAttrVal16; string; Value for the planning attribute number 16 for the demand in a backlog management plan.
    • PlanningAttrVal17; string; Value for the planning attribute number 17 for the demand in a backlog management plan.
    • PlanningAttrVal18; string; Value for the planning attribute number 18 for the demand in a backlog management plan.
    • PlanningAttrVal19; string; Value for the planning attribute number 19 for the demand in a backlog management plan.
    • PlanningAttrVal20; string; Value for the planning attribute number 20 for the demand in a backlog management plan.
    • PlanningAttrVal21; string; Value for the planning attribute number 21 for the demand in a backlog management plan.
    • PlanningAttrVal22; string; Value for the planning attribute number 22 for the demand in a backlog management plan.
    • PlanningAttrVal23; string; Value for the planning attribute number 23 for the demand in a backlog management plan.
    • PlanningAttrVal24; string; Value for the planning attribute number 24 for the demand in a backlog management plan.
    • PlanningAttrVal25; string; Value for the planning attribute number 25 for the demand in a backlog management plan.
    • PlanningAttrVal26; string; Value for the planning attribute number 26 that represents the attribute project group, for the demand in a backlog management plan.
    • Project; integer; Name of a project stamped on the demand. A project is a planned piece of work that has a specific purpose. Demands and supplies can be allocated to specific projects.
    • ProjectGroup; integer; Name of a group that contains projects assigned to the group.
    • PromiseDate; string; Date when the demand is planned in the backlog management plan.
    • PromisedArrivalDate; string; Date when the demand is planned to arrive at the customer site in the backlog management plan.
    • PromisedShipDate; string; Date when the demand is planned to be shipped from the warehouse to the customer site in the backlog management plan.
    • PromisingSystem; string; Name of the source system in which the demand originated.
    • PullIn; string; Contains one of the following values: Yes or No. If Yes, then the order can be planned earlier than its current Scheduled date until its Requested Date. If No, then the order can't be planned earlier than its existing Scheduled Date. The default value is Yes.
    • PullInCode; integer; An attribute to specify whether the existing scheduled date for a demand line can be improved during planning. Valid values are 1 and 2 where 1 indicates that demand line can be improved.
    • ReasonCode; integer; Code that indicates the reason why the demand wasn't planned.
    • ReceivingOrgId; integer; Unique identifier of the of the customer or destination organization for an internal sales order.
    • ReleaseStatus; integer; Value that indicates the release status. Values include Release, Released, Marked for Release, or blank. If Release, then the demand is eligible for release to the order management application. If Marked for Release, then the demand has been confirmed to be released to the order management application. If Released, then the line has already been released to order management.
    • ReleaseStatusMeaning; string; Indicates whether the order has been released or not.
    • RemovedFromSet; integer; Indicates that a demand line has been removed from a ship or arrival set.
    • RequestDate; string; Date when the material is requested to be available. Depending on the order date type code this attribute represents the requested ship date or the requested arrival date.
    • RequestShipDate; string; Date when the material is requested to be shipped from the warehouse.
    • RequestType; string; Request type indicates whether the request is a ship type or arrival type request.
    • RequestedArrivalDate; string; Date when the material is requested to arrive at the customer location.
    • RequestedCarrier; string; Name of the requested carrier.
    • RequestedCarrierId; integer; Unique identifier of the carrier that's requested on the fulfillment line.
    • RequestedDropShipSupplier; string; Name of the requested drop ship supplier.
    • RequestedDshipSupplierSite; string; Name of the requested drop ship supplier site.
    • RequestedModeOfTransport; string; Mode of transport that must be used when shipping the requested item to the customer.
    • RequestedModeOfTransportId; integer; Unique identifier of the mode of transport that must be used when shipping the requested item to the customer.
    • RequestedOrganization; string; Unique code of the scheduled ship-from organization from where the order promising demand is requested to be shipped to the customer.
    • RequestedOrganizationId; integer; Unique identifier of the scheduled ship-from organization from where the order promising demand is requested to be shipped to the customer.
    • RequestedOrganizationName; string; Name of the scheduled ship-from organization from where the order promising demand is requested to be shipped to the customer.
    • RequestedQuantity; number; Quantity that's requested on the order promising demand. The order promising demand can be either a sales order or a fulfillment line.
    • RequestedServiceLevel; string; Service level that must be used to ship material to the customer.
    • RequestedServiceLevelId; integer; Unique identifier of the service level that must be used to ship material to the customer.
    • RequestedShipMethod; string; Shipping method that must be used to ship material to the customer. The ship method is a combination of carrier, mode of transport, and service level.
    • RequestedSupplierId; integer; Unique identifier of the requested drop ship supplier.
    • RequestedSupplierSiteId; integer; Unique identifier of the requested drop ship supplier site.
    • ReservationStatus; string; Status that indicates the extent of reservation of the fulfillment line in the fulfillment system. Valid values are Yes and No.
    • ReservationStatusValue; integer; Value that indicates the extent of reservation of the fulfillment line in the fulfillment system. Valid values are 1 and 2.
    • ReservedQuantity; number; Quantity of the fulfillment line that's been reserved in the fulfillment system
    • ReservedSupplyDocumentNumber; string; Unique identifier for the supply document that's been reserved against the order promising demand. There can be multiple supplies reserved against an order promising demand in which case, the supply document number values are separated by a comma.
    • ReservedSupplyDocumentType; string; Order type of the supply document that has been reserved against the order promising demand line. This can be any supply order type, such as transfer order or purchase order. There can be multiple supplies reserved against an order promising demand in which case, the supply document type values are separated by a comma.
    • RootFulfillmentLine; string; For an order having assemble-to-order elements, this attribute indicates the top-most model.
    • RowModified; string; Contains one of the following values: 1 or null. If 1, the demand record has been modified or newly created in the simulation plan. If null, the demand record hasn't been modified or newly created in the simulation plan. Default value is null.
    • SalesOrderLineId; string; Unique identifier for the sales order line.
    • SalesOrderNumber; string; Order identifier on a sales order.
    • ScheduleArrivalDate; string; Date on which the order has been scheduled to arrive.
    • ScheduleDate; string; When the request type of a demand is ship, the scheduled date is the date on which the demand is scheduled to be shipped. When the request type of a demand is arrival, the scheduled date is the date on which the demand is scheduled to arrive.
    • ScheduleShipDate; string; Date for shipping the material from a warehouse for a line that's already been scheduled.
    • ScheduledCarrier; string; Carrier used for shipping when the line was scheduled.
    • ScheduledDaysOfDelays; integer; Number of days the fulfillment line was delayed when it was scheduled.
    • ScheduledDropshipSupSite; string; Name of the drop ship supplier used for shipping material to the customer when the line was scheduled.
    • ScheduledDropshipSupplier; string; Name of the drop ship supplier used for shipping material to the customer when the line was scheduled.
    • ScheduledItem; string; Item used to schedule the line when the line was originally scheduled.
    • ScheduledItemDescription; string; Description of the item used to schedule the line.
    • ScheduledModeOfTransport; string; Name of the shipping mode used for scheduling the order promising demand line.
    • ScheduledQuantity; number; Quantity of the fulfillment line that's been scheduled.
    • ScheduledQuantityUOM; string; Unit of measure for the scheduled item.
    • ScheduledServiceLevel; string; Service level of the transport that was used to schedule the line
    • ScheduledShipFromOrgId; integer; Unique identifier for the scheduled ship-from organization.
    • ScheduledShipFromWareName; string; Name of the scheduled ship-from organization.
    • ScheduledShipFromWarehouse; string; Unique code for the scheduled ship-from organization.
    • ScheduledSupplierId; integer; Value that uniquely identifies the drop ship supplier on the fulfillment line from where material has been scheduled to be shipped to the customer ship-to site.
    • ScheduledSupplierSiteId; integer; Value that uniquely identifies the drop ship supplier site on the fulfillment line from where material has been scheduled to be shipped to the customer ship-to site.
    • SchedulingStatus; string; Status that indicates whether the fulfillment line has been scheduled.
    • SchedulingStatusCode; integer; Status code that indicates whether the fulfillment line has been scheduled. Valid values are 1 and 2 where 1 indicates scheduled and 2 indicates not scheduled.
    • SellingPrice; number; Price at which the item on the order line is sold.
    • SetHeaderName; string; Concatenation of the order number and set name attributes for a set order. The attributes are separated by a colon.
    • SetName; string; Name of the shipment set or arrival set.
    • SetType; string; Type of the set. This can have values such as ship set and arrival set. Groups of demand that must be shipped together or must arrive together.
    • SetTypeCode; integer; Type of the set. This can have values 1 or 2 where 1 represents ship set and 2 represents arrival set.
    • ShipToOrganization; string; Value that uniquely identifies the organization code for the receiving organization of an internal sales order.
    • ShipToOrganizationName; string; Name of the receiving organization of an internal sales order.
    • ShipToZone; string; Name of the zone that the customer belongs to.
    • SimulatedDaysOfDelay; integer; Value that shows the planned days of delay or the difference between the planned date and the requested date.
    • SimulationDemand; string; Value that indicates whether a demand is of the simulation type. Demands of the simulation type aren't true sales orders but order simulations created by the backlog planner, to review how the actual sales order might be planned after it's created. The possible values are Yes or No.
    • SoLineNumber; string; Number that uniquely identifies the sales order line for the demand.
    • SourceDocumentLineNumber; string; Number that identifies the source document for the internal order fulfillment line request.
    • SourceDocumentNumber; string; Number that identifies the source document for the internal order fulfillment line request.
    • SourceDocumentOrderType; string; Order type of the document in the source system against which fulfillment line has been created. A list of accepted values is defined in the lookup type MSC_ORDER_TYPE.
    • SourceOrgInstanceId; integer; Unique identifier of the instance that the shipping organization belongs to.
    • SourceOrganizationId; integer; Value that uniquely identifies the source organization on the demand.
    • SourceTimeZone; string; Time zone associated with the entity that's sourcing the sales order. The sourcing entity can be a supplier or an organization.
    • SplitIndicator; integer; Indicates whether the order line was actually split.
    • SupplierSiteSourceSystem; string; Source system associated with the requested drop ship supplier.
    • SupplierSiteSourceSystemId; integer; Unique identifier of the source system for the supplier site.
    • SupplyPickDate; string; Date to pick and pack the item that's to be shipped from the warehouse.
    • Task; integer; Name of an activity in a project. Demands and supplies can be allocated to a task in a project.
    • UOMCode; string; Abbreviation that identifies the unit of measure associated with the order quantity.
    • UserDefinedPriority; string; Priority of a demand defined on the order line, collected either from Oracle Fusion Cloud Order Management or from an external source and shown in the backlog management plan.
    • UsingAssemblyDemandDate; string; For planned order associated with demands, this field refers to the assembly date with this item as a component.
    • UsingAssemblyItemId; integer; For component demands, this field refers to the unique identifier of the assembly item that uses this item as a component.
    • UsingRequirementQuantity; number; Number that specifies the open quantity for the demand or the demand quantity that hasn't been shipped.
    • UsrDefDmdLeadTimeDate; string; Date that corresponds to the lead time available to fulfill the demand.
    • ZoneId; integer; A unique value designating a geographic boundary, such as a country or a range of postal codes where the demand quantity is being shipped. For example, a zone may include France, Italy, and England.
  • 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 : backlogDemands
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : backlogDemands-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 4000
    Value that indicates whether the demand can be split for fulfillment.
  • Number that indicates whether splits are allowed for the demand. The valid values are 1 and 2 where 1 indicates that split is allowed and 2 indicates that split isn't allowed for the demand.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 1 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 10 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 11 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 12 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 13 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 14 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 15 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 16 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 17 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 18 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 19 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 2 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 20 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 3 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 4 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 5 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 6 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 7 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 8 of type character for the demand in a backlog management plan.
  • Maximum Length: 150
    Value for the descriptive flexfield attribute number 9 of type character for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 1 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 10 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 11 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 12 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 13 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 14 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 15 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 16 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 17 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 18 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 19 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 2 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 20 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 3 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 4 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 5 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 6 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 7 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 8 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 9 of type date for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 1 of type number for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 10 of type number for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 2 of type number for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 3 of type number for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 4 of type number for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 5 of type number for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 6 of type number for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 7 of type number for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 8 of type number for the demand in a backlog management plan.
  • Value for the descriptive flexfield attribute number 9 of type number for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 300
    Name of item used to promise the fulfillment line.
  • Read Only: true
    Indicates the quantity that was available to promise the fulfillment line.
  • Value that uniquely identifies the baseline demand from which split demand can be created. If there isn't a split, this is same as the demand ID.
  • Value that uniquely identifies the backlog management plan run.
  • Unique identifier of the category associated with an item requested on the demand.
  • Sales order quantity that has already been completed.
  • Read Only: true
    Maximum Length: 4000
    Value that identifies the unique configuration item corresponding to the configuration sent for promising. This attribute is applicable only in the case of assemble to order demands.
  • Read Only: true
    Maximum Length: 1200
    Unique identifier of the configuration item.
  • Value that identifies the item constraint ranking based on the difference between their respective item availability dates and requested dates.
  • Read Only: true
    Date when the user created the demand.
  • Value that uniquely identifies the customer on the demand.
  • Maximum Length: 4000
    Name of the customer on the demand.
  • Maximum Length: 4000
    Name of the customer site on the demand.
  • Value that uniquely identifies the customer site of the demand.
  • Number of days that the demand is late.
  • Read Only: true
    Difference between the planned and scheduled shipment or arrival dates for a demand line, measured in days.
  • Value that identifies the number of days by which the planned date will improve if all items with a constraint rank higher than or equal to this item's constraint rank are removed.
  • Maximum Length: 34
    Name of the demand class on the demand.
  • Maximum Length: 4000
    Code that identifies the demand class associated with the order. A list of accepted values is defined in the MSC_SR_LOOKUP_VALUES_TL table where LOOKUP_TYPE is DEMAND_CLASS.
  • Value that indicates the delivery lead time entered on the fulfillment line.
  • Value that uniquely identifies a demand within a backlog management plan run.
  • Date that corresponds to the lead time available to fulfill the demand.
  • Priority of a demand within the backlog management plan run.
  • Maximum Length: 360
    Name of the source system in which the demand originated.
  • Unique identifier of the source system in which the demand originated.
  • Type of source system from which data is collected.
  • Read Only: true
    Maximum Length: 4000
    Time zone associated with the entity that's receiving the sales order. The destination entity can be a customer or an organization.
  • Read Only: true
    Maximum Length: 4000
    Indicates where a supply is destined. For example, whether a supply will be shipped directly to a customer or received into inventory. A list of accepted values is defined in the lookup type ORA_INV_TO_DESTINATION_TYPE.
  • Read Only: true
    Indicates whether values are populated for either of the three planning attributes of the display attribute type for an order line. The valid values are 1 and 2. The value 1 indicates that display attributes are populated for the order line and 2 indicates that the display attributes aren't populated.
  • Earliest date that's acceptable on the fulfillment line.
  • Earliest arrival date that's acceptable on the fulfillment line.
  • Earliest ship date that's acceptable on the fulfillment line.
  • Earliest date when the item can be available.
  • Read Only: true
    Maximum Length: 4000
    Contains one of the following values: Yes or No. If Yes, then the existing scheduled information on the demand must be respected when planning the demand. If No, then the existing commitments can be ignored. The default value is Yes.
  • Numeric value that indicates whether supply must be allocated to meet the existing scheduled dates on a demand line. Valid values are 1 and 2. If the value is 2, then the user can disregard the existing scheduled dates.
  • Read Only: true
    Maximum Length: 80
    Value that indicates the reason why the demand wasn't planned.
  • Date when the requested item line is expected to arrive at the customer ship-to site from the ship-from organization.
  • Read Only: true
    Maximum Length: 4000
    Value that identifies the planned carrier from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
  • Value that uniquely identifies the planned carrier from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
  • Date when the requested item line is expected to be shipped from the ship-from organization for ship type order or arrive at the customer ship-to site from the ship-from organization for arrival type order.
  • Maximum Length: 4000
    Name of the planned drop ship supplier from where material is to be shipped to the customer ship-to site.
  • Maximum Length: 4000
    Name of the planned drop ship supplier site from where material is to be shipped to the customer ship-to site.
  • Maximum Length: 4000
    Value that identifies the planned transport mode from the source inventory organization to the destination inventory organization that was entered on the fulfillment line.
  • Value that uniquely identifies the planned transport mode from the source inventory organization to destination inventory organization that was entered on the fulfillment line.
  • Unique identifier of planned ship from organization from where material is to be shipped to the customer ship-to site.
  • Maximum Length: 4000
    Value that identifies the planned service level used for shipping from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
  • Value that uniquely identifies the planned service level used for shipping from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
  • Date when the requested item line is expected to be shipped from the ship-from organization to the customer ship-to site.
  • Maximum Length: 4000
    Code of the planned ship from organization from where material is to be shipped to the customer ship-to site.
  • Maximum Length: 4000
    Name of the planned ship from organization from where material is to be shipped to the customer ship-to site.
  • Read Only: true
    Maximum Length: 4000
    Value that identifies the planned shipping method from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
  • Maximum Length: 30
    Value that uniquely identifies the planned shipping method from the ship-from organization to the customer ship-to site that you enter on the fulfillment line.
  • Value that identifies the drop ship supplier from where material is to be shipped to the customer ship-to site.
  • Value that identifies the drop ship supplier site from where material is to be shipped to the customer ship-to site.
  • Read Only: true
    Maximum Length: 4000
    Value that indicates whether a demand has been locked.
  • Read Only: true
    Numeric value that indicates whether the supply for a demand can be changed. The valid values are 1 and 2.
  • Read Only: true
    Number that indicates the expected shipping cost associated with the fulfillment line or availability option.
  • Maximum Length: 400
    Value that identifies the fulfillment line.
  • Number that uniquely identifies the fulfillment line.
  • Maximum Length: 80
    Mode of the demand fulfillment. Valid values are drop shipment, back to back, shipment from internal warehouse. A list of accepted values is defined in the lookup type ORA_MSC_OP_FULFILLMENT_MODE.
  • Maximum Length: 100
    Value that identifies planning attribute number 101 of the display attribute type associated with the demand in a backlog management plan.
  • Maximum Length: 100
    Value that identifies planning attribute number 102 of the display attribute type associated with the demand in a backlog management plan.
  • Maximum Length: 100
    Value that identifies planning attribute number 103 of the display attribute type associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 3 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 4 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 5 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 6 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 7 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 8 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 9 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 10 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 11 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 12 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 13 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 14 associated with the demand in a backlog management plan.
  • Value that identifies planning attribute number 15 associated with the demand in a backlog management plan.
  • Indicates whether a demand is for simulation. Demands for simulations aren't true sales orders but order simulations created by the backlog planner, to review how the actual sales order might be planned after it's created.
  • Read Only: true
    Maximum Length: 4
    Value that indicates the type of internal order. Valid values include TO, TOE, ISO, and ISOE.
  • Value that uniquely identifies the item that's requested on the demand.
  • Maximum Length: 300
    Name of the item that's requested on the demand.
  • Maximum Length: 240
    Description of the item that's requested on the demand.
  • Read Only: true
    Maximum Length: 4000
    Name of the item subtype. This can have values such as assemble-to-order model, Pick-to-order option item depending on the item and product structure attributes.
  • Unique identifier of the item subtype. A list of accepted values is defined in the lookup type ORA_MSC_OP_CTO_ITEM_SUB_TYPE.
  • Value that indicates the type of bill of material. A list of accepted values is defined in the lookup type ORA_MSC_BOM_ITEM_TYPE.
  • Maximum Length: 80
    Value that uniquely identifies the type of bill of material. A list of accepted codes is defined in the lookup type ORA_MSC_BOM_ITEM_TYPE.
  • Read Only: true
    Date and time when the user most recently updated the demand record.
  • Read Only: true
    Maximum Length: 64
    User who most recently updated the demand record.
  • Last arrival date that's acceptable on the fulfillment line.
  • Last date that's acceptable on the fulfillment line.
  • Last ship date that's acceptable on the fulfillment line.
  • Links
  • Read Only: true
    Maximum Length: 4000
    Value that indicates whether the planned information on the demand has been manually overridden.
  • Value that indicates whether the planned information on the demand has been manually overridden.
  • Maximum Length: 4000
    Name of the category to which the item is assigned.
  • Unique identifier of order header for the orders coming from Oracle Fusion Order Management.
  • Uniquely identifies the orchestration line in Oracle Order Management Cloud for a demand.
  • Maximum Length: 100
    Number that uniquely identifies the orchestration line in Oracle Order Management Cloud for a demand.
  • Maximum Length: 50
    Number that uniquely identifies the orchestration in Oracle Order Management Cloud for a demand.
  • Value that indicates whether the request is the arrival date or ship date type. Depending on the request type, the requested date represents the requested ship date and requested arrival date respectively.
  • Maximum Length: 25
    Name of the unit of measure that's associated with the order quantity.
  • Maximum Length: 450
    Identifier for the order promising demand. Depending on the order type indicates the sales order line number or the fulfillment line number orders.
  • Read Only: true
    Maximum Length: 4000
    Status of the sales order line that indicates whether an order is in picked, frozen, shipped, or in any other status. The order lines that are in the picked, frozen, shipped, or canceled status aren't released. A list of accepted values is defined in the lookup type ORA_MSC_BM_ORDER_LINE_STATUS.
  • Read Only: true
    Identifies the status of the sales order line as it progresses through its life cycle.
  • Read Only: true
    Quantity that shows the difference between the revenue and the cost of promising the fulfillment line based on the current promising result.
  • Maximum Length: 400
    Order identifier on a sales order.
  • Read Only: true
    Revenue from the demand.
  • Maximum Length: 80
    Indicates the order type such as sales order or forecast.
  • Name of the demand order type. Indicates whether the demand is a simulation demand, sales order, or fulfillment line.
  • Unique identifier for the scheduled ship-from organization.
  • Read Only: true
    Maximum Length: 4000
    Time zone associated with the organization from where the material is being sourced.
  • Quantity associated with the order. This value is extracted from the source application.
  • Read Only: true
    Maximum Length: 4000
    Type of the set to which the demand line originally belonged before it was removed.
  • Maximum Length: 50
    Name of a ship set to which a demand line originally belonged before that demand line was removed.
  • Maximum Length: 400
    Value that uniquely identifies the fulfillment line for the root parent configure to order model. This attribute is applicable only for configured to order items.
  • Maximum Length: 40
    Manually overridden priority on the sales order line used for running simulation plan.
  • Maximum Length: 400
    For an order with assemble-to-order elements, this attribute indicates the immediate parent of an assemble-to-order component.
  • Read Only: true
    When the request type of a demand is ship, the planned date is the date on which the demand is planned to be shipped. When the request type of a demand is arrival, the planned date is the date on which the demand is planned to arrive.
  • Date when the configure to order item order or set order can be fulfilled, if all items with a constraint rank higher than or equal to this item's constraint rank are removed.
  • Maximum Length: 4000
    Code associated with the planner responsible for the demand.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 11 that represents the attribute project, for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 12 that represents the attribute task, for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 13 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 14 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 15 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 16 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 17 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 18 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 19 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 20 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 21 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 22 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 23 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 24 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 25 for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 4000
    Value for the planning attribute number 26 that represents the attribute project group, for the demand in a backlog management plan.
  • Read Only: true
    Maximum Length: 255
    Indicates whether a demand line is involved in the simulation run or not. The valid values are 1 and 2. The value 1 indicates that the order line is involved in the simulation run and 2 indicates that the order line isn't involved in the simulation run.
  • Name of a project stamped on the demand. A project is a planned piece of work that has a specific purpose. Demands and supplies can be allocated to specific projects.
  • Name of a group that contains projects assigned to the group.
  • Date when the demand is planned to arrive at the customer site in the backlog management plan.
  • Date when the demand is planned in the backlog management plan.
  • Date when the demand is planned to be shipped from the warehouse to the customer site in the backlog management plan.
  • Maximum Length: 50
    Name of the source system in which the demand originated.
  • Read Only: true
    Maximum Length: 4000
    Contains one of the following values: Yes or No. If Yes, then the order can be planned earlier than its current Scheduled date until its Requested Date. If No, then the order can't be planned earlier than its existing Scheduled Date. The default value is Yes.
  • An attribute to specify whether the existing scheduled date for a demand line can be improved during planning. Valid values are 1 and 2 where 1 indicates that demand line can be improved.
  • Code that indicates the reason why the demand wasn't planned.
  • Unique identifier of the of the customer or destination organization for an internal sales order.
  • Value that indicates the release status. Values include Release, Released, Marked for Release, or blank. If Release, then the demand is eligible for release to the order management application. If Marked for Release, then the demand has been confirmed to be released to the order management application. If Released, then the line has already been released to order management.
  • Read Only: true
    Maximum Length: 4000
    Indicates whether the order has been released or not.
  • Indicates that a demand line has been removed from a ship or arrival set.
  • Read Only: true
    Date when the material is requested to be available. Depending on the order date type code this attribute represents the requested ship date or the requested arrival date.
  • Date when the material is requested to arrive at the customer location.
  • Read Only: true
    Maximum Length: 4000
    Name of the requested carrier.
  • Read Only: true
    Unique identifier of the carrier that's requested on the fulfillment line.
  • Read Only: true
    Maximum Length: 4000
    Name of the requested drop ship supplier.
  • Read Only: true
    Maximum Length: 4000
    Name of the requested drop ship supplier site.
  • Read Only: true
    Maximum Length: 4000
    Mode of transport that must be used when shipping the requested item to the customer.
  • Read Only: true
    Unique identifier of the mode of transport that must be used when shipping the requested item to the customer.
  • Read Only: true
    Maximum Length: 49
    Unique code of the scheduled ship-from organization from where the order promising demand is requested to be shipped to the customer.
  • Read Only: true
    Unique identifier of the scheduled ship-from organization from where the order promising demand is requested to be shipped to the customer.
  • Read Only: true
    Maximum Length: 240
    Name of the scheduled ship-from organization from where the order promising demand is requested to be shipped to the customer.
  • Quantity that's requested on the order promising demand. The order promising demand can be either a sales order or a fulfillment line.
  • Read Only: true
    Maximum Length: 4000
    Service level that must be used to ship material to the customer.
  • Read Only: true
    Unique identifier of the service level that must be used to ship material to the customer.
  • Read Only: true
    Maximum Length: 4000
    Shipping method that must be used to ship material to the customer. The ship method is a combination of carrier, mode of transport, and service level.
  • Read Only: true
    Unique identifier of the requested drop ship supplier.
  • Read Only: true
    Unique identifier of the requested drop ship supplier site.
  • Date when the material is requested to be shipped from the warehouse.
  • Read Only: true
    Maximum Length: 4000
    Request type indicates whether the request is a ship type or arrival type request.
  • Read Only: true
    Maximum Length: 4000
    Status that indicates the extent of reservation of the fulfillment line in the fulfillment system. Valid values are Yes and No.
  • Value that indicates the extent of reservation of the fulfillment line in the fulfillment system. Valid values are 1 and 2.
  • Quantity of the fulfillment line that's been reserved in the fulfillment system
  • Read Only: true
    Maximum Length: 4000
    Unique identifier for the supply document that's been reserved against the order promising demand. There can be multiple supplies reserved against an order promising demand in which case, the supply document number values are separated by a comma.
  • Read Only: true
    Maximum Length: 4000
    Order type of the supply document that has been reserved against the order promising demand line. This can be any supply order type, such as transfer order or purchase order. There can be multiple supplies reserved against an order promising demand in which case, the supply document type values are separated by a comma.
  • Maximum Length: 400
    For an order having assemble-to-order elements, this attribute indicates the top-most model.
  • Read Only: true
    Contains one of the following values: 1 or null. If 1, the demand record has been modified or newly created in the simulation plan. If null, the demand record hasn't been modified or newly created in the simulation plan. Default value is null.
  • Maximum Length: 400
    Unique identifier for the sales order line.
  • Maximum Length: 240
    Order identifier on a sales order.
  • Date on which the order has been scheduled to arrive.
  • When the request type of a demand is ship, the scheduled date is the date on which the demand is scheduled to be shipped. When the request type of a demand is arrival, the scheduled date is the date on which the demand is scheduled to arrive.
  • Maximum Length: 4000
    Carrier used for shipping when the line was scheduled.
  • Number of days the fulfillment line was delayed when it was scheduled.
  • Maximum Length: 4000
    Name of the drop ship supplier used for shipping material to the customer when the line was scheduled.
  • Maximum Length: 4000
    Name of the drop ship supplier used for shipping material to the customer when the line was scheduled.
  • Maximum Length: 300
    Item used to schedule the line when the line was originally scheduled.
  • Maximum Length: 240
    Description of the item used to schedule the line.
  • Maximum Length: 4000
    Name of the shipping mode used for scheduling the order promising demand line.
  • Quantity of the fulfillment line that's been scheduled.
  • Read Only: true
    Maximum Length: 4000
    Unit of measure for the scheduled item.
  • Maximum Length: 4000
    Service level of the transport that was used to schedule the line
  • Unique identifier for the scheduled ship-from organization.
  • Maximum Length: 4000
    Unique code for the scheduled ship-from organization.
  • Maximum Length: 4000
    Name of the scheduled ship-from organization.
  • Value that uniquely identifies the drop ship supplier on the fulfillment line from where material has been scheduled to be shipped to the customer ship-to site.
  • Value that uniquely identifies the drop ship supplier site on the fulfillment line from where material has been scheduled to be shipped to the customer ship-to site.
  • Date for shipping the material from a warehouse for a line that's already been scheduled.
  • Read Only: true
    Maximum Length: 4000
    Status that indicates whether the fulfillment line has been scheduled.
  • Status code that indicates whether the fulfillment line has been scheduled. Valid values are 1 and 2 where 1 indicates scheduled and 2 indicates not scheduled.
  • Read Only: true
    Price at which the item on the order line is sold.
  • Maximum Length: 280
    Concatenation of the order number and set name attributes for a set order. The attributes are separated by a colon.
  • Read Only: true
    Maximum Length: 50
    Name of the shipment set or arrival set.
  • Read Only: true
    Maximum Length: 4000
    Type of the set. This can have values such as ship set and arrival set. Groups of demand that must be shipped together or must arrive together.
  • Read Only: true
    Type of the set. This can have values 1 or 2 where 1 represents ship set and 2 represents arrival set.
  • Read Only: true
    Maximum Length: 4000
    Value that uniquely identifies the organization code for the receiving organization of an internal sales order.
  • Read Only: true
    Maximum Length: 4000
    Name of the receiving organization of an internal sales order.
  • Read Only: true
    Maximum Length: 4000
    Name of the zone that the customer belongs to.
  • Read Only: true
    Value that shows the planned days of delay or the difference between the planned date and the requested date.
  • Read Only: true
    Maximum Length: 4000
    Value that indicates whether a demand is of the simulation type. Demands of the simulation type aren't true sales orders but order simulations created by the backlog planner, to review how the actual sales order might be planned after it's created. The possible values are Yes or No.
  • Maximum Length: 150
    Number that uniquely identifies the sales order line for the demand.
  • Maximum Length: 150
    Number that identifies the source document for the internal order fulfillment line request.
  • Maximum Length: 240
    Number that identifies the source document for the internal order fulfillment line request.
  • Read Only: true
    Maximum Length: 100
    Order type of the document in the source system against which fulfillment line has been created. A list of accepted values is defined in the lookup type MSC_ORDER_TYPE.
  • Value that uniquely identifies the source organization on the demand.
  • Unique identifier of the instance that the shipping organization belongs to.
  • Read Only: true
    Maximum Length: 4000
    Time zone associated with the entity that's sourcing the sales order. The sourcing entity can be a supplier or an organization.
  • Indicates whether the order line was actually split.
  • Read Only: true
    Maximum Length: 4000
    Source system associated with the requested drop ship supplier.
  • Unique identifier of the source system for the supplier site.
  • Date to pick and pack the item that's to be shipped from the warehouse.
  • Name of an activity in a project. Demands and supplies can be allocated to a task in a project.
  • Maximum Length: 4000
    Abbreviation that identifies the unit of measure associated with the order quantity.
  • Read Only: true
    Maximum Length: 100
    Priority of a demand defined on the order line, collected either from Oracle Fusion Cloud Order Management or from an external source and shown in the backlog management plan.
  • Read Only: true
    For planned order associated with demands, this field refers to the assembly date with this item as a component.
  • For component demands, this field refers to the unique identifier of the assembly item that uses this item as a component.
  • Number that specifies the open quantity for the demand or the demand quantity that hasn't been shipped.
  • Date that corresponds to the lead time available to fulfill the demand.
  • A unique value designating a geographic boundary, such as a country or a range of postal codes where the demand quantity is being shipped. For example, a zone may include France, Italy, and England.
Back to Top

Examples

This example describes how to get all sales order lines.

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

Example Response Body

The following example includes the contents of the response body in JSON format:
{
    "items": [
        {
            "AllowSplitsCode": 2,
            "AttributeChar1": "AMS CLUB",
            "AttributeChar10": null,
            "AttributeChar11": null,
            "AttributeChar12": null,
            "AttributeChar13": null,
            "AttributeChar14": null,
            "AttributeChar15": null,
            "AttributeChar16": null,
            "AttributeChar17": null,
            "AttributeChar18": null,
            "AttributeChar19": null,
            "AttributeChar2": "BY_SPS",
            "AttributeChar20": null,
            "AttributeChar3": null,
            "AttributeChar4": null,
            "AttributeChar5": null,
            "AttributeChar6": null,
            "AttributeChar7": null,
            "AttributeChar8": null,
            "AttributeChar9": null,
            "AttributeDate1": null,
            "AttributeDate10": null,
            "AttributeDate11": null,
            "AttributeDate12": null,
            "AttributeDate13": null,
            "AttributeDate14": null,
            "AttributeDate15": null,
            "AttributeDate16": null,
            "AttributeDate17": null,
            "AttributeDate18": null,
            "AttributeDate19": null,
            "AttributeDate2": null,
            "AttributeDate20": null,
            "AttributeDate3": null,
            "AttributeDate4": null,
            "AttributeDate5": null,
            "AttributeDate6": null,
            "AttributeDate7": null,
            "AttributeDate8": null,
            "AttributeDate9": null,
            "AttributeNumber1": 10,
            "AttributeNumber10": null,
            "AttributeNumber2": null,
            "AttributeNumber3": null,
            "AttributeNumber4": null,
            "AttributeNumber5": null,
            "AttributeNumber6": null,
            "AttributeNumber7": null,
            "AttributeNumber8": null,
            "AttributeNumber9": null,
            "BaseDemandId": 3099559,
            "BmRunId": -1,
            "ItemType": 4,
            "ItemTypeCode": "Standard",
            "RequestedCarrierId": null,
            "CategoryId": "696144",
            "CompletedQuantity": null,
            "ConfigurationItemId": null,
            "ConstraintRank": null,
            "CreationDate": "2030-02-06",
            "CustomerId": 300100127519957,
            "CustomerName": "Maru Pvt Ltd_BLM",
            "CustomerShipSite": "BLM_Customer Location 9",
            "CustomerSiteId": 999990018178963,
            "DaysLate": 0,
            "DaysPotentiallyImprove": null,
            "DemandClass": null,
            "DemandClassCode": null,
            "DemandFulfillmentLeadTime": null,
            "DemandId": 3099559,
            "DemandLeadTimeDate": "2030-02-20",
            "DemandPriority": 4880,
            "DemandSourceInstance": "BLM",
            "DemandSourceSystemId": 300100168869648,
            "DemandSourceType": null,
            "EarliestAcceptArrivalDate": null,
            "EarliestAcceptShipDate": null,
            "EarliestAcceptableDate": null,
            "EarliestPromisedDate": null,
            "EnforceCurrentCommitCode": 1,
            "ExpectedArrivalDate": "2030-01-21",
            "ExpectedCarrier": null,
            "ExpectedCarrierId": null,
            "ExpectedDate": "2030-01-21",
            "ExpectedDshipSuppSite": null,
            "ExpectedDshipSupplier": null,
            "ExpectedModeOfTransport": null,
            "ExpectedModeOfTransportId": null,
            "ExpectedOrganizationId": 45642,
            "ExpectedServiceLevel": null,
            "ExpectedServiceLevelId": null,
            "ExpectedShipDate": "2030-01-21",
            "ExpectedShipFromWareName": "Phoenix Warehouse_BLM",
            "ExpectedShipFromWarehouse": "BLM:BLM_M5",
            "ExpectedShipMethodId": null,
            "ExpectedSupplierId": null,
            "ExpectedSupplierSiteId": null,
            "FirmSalesOrderCode": 2,
            "FulfillmentLine": "BLM-PHANTOM-SO1:Line 1",
            "FulfillmentLineNumber": null,
            "FulfillmentMode": "Shipment from internal warehouse",
            "Project": null,
            "Task": null,
            "GlobalAttributeNumber13": null,
            "GlobalAttributeNumber14": null,
            "GlobalAttributeNumber15": null,
            "GlobalAttributeNumber16": null,
            "GlobalAttributeNumber17": null,
            "GlobalAttributeNumber18": null,
            "GlobalAttributeNumber19": null,
            "GlobalAttributeNumber20": null,
            "GlobalAttributeNumber21": null,
            "GlobalAttributeNumber22": null,
            "GlobalAttributeNumber23": null,
            "GlobalAttributeNumber24": null,
            "GlobalAttributeNumber25": null,
            "ProjectGroup": null,
            "InquiryDemand": 2,
            "InventoryItemId": 26489072,
            "Item": "BLM-RT-ITEMPHA",
            "ItemDescription": "BLM-RT-ITEMPHA",
            "ItemSubTypeCode": 10,
            "LastUpdateDate": "2025-02-19",
            "LastUpdatedBy": "BLM_ALL",
            "LatestAcceptableArrivalDate": null,
            "LatestAcceptableDate": null,
            "LatestAcceptableShipDate": null,
            "ManualOverrideCode": 2,
            "RequestedModeOfTransportId": null,
            "NameOfCategory": "BLM_CAT_PHANTOM",
            "OrchOrderHeaderId": null,
            "OrchOrderLineId": null,
            "OrchOrderLineNumber": null,
            "OrchOrderNumber": null,
            "OrderDateTypeCode": 1,
            "OrderLineNumber": "Line 1",
            "OrderLineStatusCode": null,
            "OrderNumber": "BLM-PHANTOM-SO1",
            "OrderType": "Sales order",
            "OrderTypeCode": 1,
            "OrderedUOM": "Egb",
            "RequestedOrganization": "BLM:BLM_M5",
            "RequestedOrganizationId": 45642,
            "RequestedOrganizationName": "Phoenix Warehouse_BLM",
            "OrigParentFulLine": null,
            "OriginalQuantity": null,
            "OriginalShipSetName": null,
            "OverridePriority": null,
            "ParentFulfillmentLine": null,
            "PlannedDateWithoutItem": null,
            "PlannerCode": "BLM_PLAN",
            "PromiseDate": null,
            "PromisedArrivalDate": "2030-01-21",
            "PromisedShipDate": "2030-01-21",
            "PullInCode": 1,
            "ReasonCode": null,
            "ReceivingOrgId": null,
            "ReleaseStatus": null,
            "RemovedFromSet": 2,
            "RequestDate": "2030-01-21",
            "RequestShipDate": "2030-01-21",
            "RequestedArrivalDate": null,
            "RequestedQuantity": 2,
            "ReservationStatusValue": 2,
            "ReservedQuantity": null,
            "RootFulfillmentLine": null,
            "SalesOrderLineId": "BLM-PHANTOM-SO1:Line 1",
            "SalesOrderNumber": "BLM-PHANTOM-SO1",
            "ScheduleArrivalDate": "2030-01-21",
            "ScheduleDate": "2030-01-21",
            "ScheduleShipDate": "2030-01-21",
            "ScheduledCarrier": null,
            "ScheduledDaysOfDelays": 0,
            "ScheduledDropshipSupSite": null,
            "ScheduledDropshipSupplier": null,
            "ScheduledItem": "BLM-RT-ITEMPHA",
            "ScheduledItemDescription": "BLM-RT-ITEMPHA",
            "ScheduledModeOfTransport": null,
            "ScheduledQuantity": 2,
            "ScheduledServiceLevel": null,
            "ScheduledShipFromOrgId": 45642,
            "ScheduledShipFromWareName": "Phoenix Warehouse_BLM",
            "ScheduledShipFromWarehouse": "BLM:BLM_M5",
            "ScheduledSupplierId": null,
            "ScheduledSupplierSiteId": null,
            "SchedulingStatusCode": 1,
            "RequestedServiceLevelId": null,
            "SetHeaderName": null,
            "SetTypeCode": null,
            "SetName": null,
            "SoLineNumber": "Line 1",
            "SourceDocumentOrderType": "Sales order",
            "SourceDocumentLineNumber": "Line 1",
            "SourceDocumentNumber": "BLM-PHANTOM-SO1",
            "SourceOrgInstanceId": null,
            "SourceOrganizationId": 45642,
            "SplitIndicator": 1,
            "RequestedSupplierId": null,
            "RequestedSupplierSiteId": null,
            "SupplierSiteSourceSystemId": null,
            "SupplyPickDate": "2030-01-21",
            "UOMCode": "Each_BLM",
            "UserDefinedPriority": null,
            "UsingAssemblyDemandDate": "2030-01-21",
            "UsingAssemblyItemId": -1,
            "UsingRequirementQuantity": 2,
            "UsrDefDmdLeadTimeDate": null,
            "ZoneId": null,
            "SimulatedDaysOfDelay": 0,
            "DaysOfImprovement": 0,
            "DestinationTimeZone": "Coordinated Universal Time",
            "SourceTimeZone": "Coordinated Universal Time",
            "OrgTimeZone": "Coordinated Universal Time",
            "RequestedDropShipSupplier": null,
            "RequestedDshipSupplierSite": null,
            "ReservedSupplyDocumentNumber": null,
            "ReservedSupplyDocumentType": null,
            "PlannedDate": "2030-01-21",
            "AvailableQuantity": 2,
            "AvailableItem": "BLM-RT-ITEMPHA",
            "RequestedCarrier": null,
            "RequestedServiceLevel": null,
            "RequestedModeOfTransport": null,
            "RequestedShipMethod": null,
            "ExpectedShipMethod": null,
            "ItemSubType": "Standard",
            "OrderRevenue": 6400,
            "OrderMargin": 3600,
            "SellingPrice": 3200,
            "FulfillmentCost": 2800,
            "ErrorText": null,
            "InternalOrderType": null,
            "SchedulingStatus": "Scheduled",
            "ReservationStatus": "No",
            "RequestType": "Ship",
            "FirmSalesOrder": "No",
            "ManualOverride": "No",
            "SimulationDemand": "No",
            "EnforceCurrentCommit": "Yes",
            "PullIn": "Yes",
            "SetType": null,
            "AllowSplits": "No",
            "OrderLineStatus": null,
            "ShipToZone": null,
            "ShipToOrganization": null,
            "ShipToOrganizationName": null,
            "SupplierSiteSourceSystem": null,
            "ConfigurationItem": null,
            "DestinationType": "Inventory",
            "ScheduledQuantityUOM": "Each_BLM",
            "PromisingSystem": null,
            "ReleaseStatusMeaning": null,
            "PlanningAttrVal11": null,
            "PlanningAttrVal12": null,
            "PlanningAttrVal13": null,
            "PlanningAttrVal14": null,
            "PlanningAttrVal15": null,
            "PlanningAttrVal16": null,
            "PlanningAttrVal17": null,
            "PlanningAttrVal18": null,
            "PlanningAttrVal19": null,
            "PlanningAttrVal20": null,
            "PlanningAttrVal21": null,
            "PlanningAttrVal22": null,
            "PlanningAttrVal23": null,
            "PlanningAttrVal24": null,
            "PlanningAttrVal25": null,
            "PlanningAttrVal26": null,
            "OriginalSetType": null,
            "GlobalAttributeChar21": null,
            "GlobalAttributeChar22": null,
            "GlobalAttributeChar23": null,
            "RowModified": null,
            "PlanScope": null,
            "DisplayAttributeCode": 2,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/backlogDemands/3099559",
                    "name": "backlogDemands",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/backlogDemands/3099559",
                    "name": "backlogDemands",
                    "kind": "item"
                }
            ]
        },
        {
            "AllowSplitsCode": 2,
            "AttributeChar1": "AMS CLUB",
            "AttributeChar10": null,
            "AttributeChar11": null,
            "AttributeChar12": null,
            "AttributeChar13": null,
            "AttributeChar14": null,
            "AttributeChar15": null,
            "AttributeChar16": null,
            "AttributeChar17": null,
            "AttributeChar18": null,
            "AttributeChar19": null,
            "AttributeChar2": "BY_SPS",
            "AttributeChar20": null,
            "AttributeChar3": null,
            "AttributeChar4": null,
            "AttributeChar5": null,
            "AttributeChar6": null,
            "AttributeChar7": null,
            "AttributeChar8": null,
            "AttributeChar9": null,
            "AttributeDate1": null,
            "AttributeDate10": null,
            "AttributeDate11": null,
            "AttributeDate12": null,
            "AttributeDate13": null,
            "AttributeDate14": null,
            "AttributeDate15": null,
            "AttributeDate16": null,
            "AttributeDate17": null,
            "AttributeDate18": null,
            "AttributeDate19": null,
            "AttributeDate2": null,
            "AttributeDate20": null,
            "AttributeDate3": null,
            "AttributeDate4": null,
            "AttributeDate5": null,
            "AttributeDate6": null,
            "AttributeDate7": null,
            "AttributeDate8": null,
            "AttributeDate9": null,
            "AttributeNumber1": 10,
            "AttributeNumber10": null,
            "AttributeNumber2": null,
            "AttributeNumber3": null,
            "AttributeNumber4": null,
            "AttributeNumber5": null,
            "AttributeNumber6": null,
            "AttributeNumber7": null,
            "AttributeNumber8": null,
            "AttributeNumber9": null,
            "BaseDemandId": 3099560,
            "BmRunId": -1,
            "ItemType": 4,
            "ItemTypeCode": "Standard",
            "RequestedCarrierId": null,
            "CategoryId": "696144",
            "CompletedQuantity": null,
            "ConfigurationItemId": null,
            "ConstraintRank": null,
            "CreationDate": "2030-02-06",
            "CustomerId": 300100127519957,
            "CustomerName": "Maru Pvt Ltd_BLM",
            "CustomerShipSite": "BLM_Customer Location 9",
            "CustomerSiteId": 999990018178963,
            "DaysLate": 0,
            "DaysPotentiallyImprove": null,
            "DemandClass": null,
            "DemandClassCode": null,
            "DemandFulfillmentLeadTime": null,
            "DemandId": 3099560,
            "DemandLeadTimeDate": "2030-02-20",
            "DemandPriority": 5210,
            "DemandSourceInstance": "BLM",
            "DemandSourceSystemId": 300100168869648,
            "DemandSourceType": null,
            "EarliestAcceptArrivalDate": null,
            "EarliestAcceptShipDate": null,
            "EarliestAcceptableDate": null,
            "EarliestPromisedDate": null,
            "EnforceCurrentCommitCode": 1,
            "ExpectedArrivalDate": "2030-01-28",
            "ExpectedCarrier": null,
            "ExpectedCarrierId": null,
            "ExpectedDate": "2030-01-28",
            "ExpectedDshipSuppSite": null,
            "ExpectedDshipSupplier": null,
            "ExpectedModeOfTransport": null,
            "ExpectedModeOfTransportId": null,
            "ExpectedOrganizationId": 45642,
            "ExpectedServiceLevel": null,
            "ExpectedServiceLevelId": null,
            "ExpectedShipDate": "2030-01-28",
            "ExpectedShipFromWareName": "Phoenix Warehouse_BLM",
            "ExpectedShipFromWarehouse": "BLM:BLM_M5",
            "ExpectedShipMethodId": null,
            "ExpectedSupplierId": null,
            "ExpectedSupplierSiteId": null,
            "FirmSalesOrderCode": 2,
            "FulfillmentLine": "BLM-PHANTOM-SO2:Line 1",
            "FulfillmentLineNumber": null,
            "FulfillmentMode": "Shipment from internal warehouse",
            "Project": null,
            "Task": null,
            "GlobalAttributeNumber13": null,
            "GlobalAttributeNumber14": null,
            "GlobalAttributeNumber15": null,
            "GlobalAttributeNumber16": null,
            "GlobalAttributeNumber17": null,
            "GlobalAttributeNumber18": null,
            "GlobalAttributeNumber19": null,
            "GlobalAttributeNumber20": null,
            "GlobalAttributeNumber21": null,
            "GlobalAttributeNumber22": null,
            "GlobalAttributeNumber23": null,
            "GlobalAttributeNumber24": null,
            "GlobalAttributeNumber25": null,
            "ProjectGroup": null,
            "InquiryDemand": 2,
            "InventoryItemId": 26489072,
            "Item": "BLM-RT-ITEMPHA",
            "ItemDescription": "BLM-RT-ITEMPHA",
            "ItemSubTypeCode": 10,
            "LastUpdateDate": "2025-02-19",
            "LastUpdatedBy": "BLM_ALL",
            "LatestAcceptableArrivalDate": null,
            "LatestAcceptableDate": null,
            "LatestAcceptableShipDate": null,
            "ManualOverrideCode": 2,
            "RequestedModeOfTransportId": null,
            "NameOfCategory": "BLM_CAT_PHANTOM",
            "OrchOrderHeaderId": null,
            "OrchOrderLineId": null,
            "OrchOrderLineNumber": null,
            "OrchOrderNumber": null,
            "OrderDateTypeCode": 2,
            "OrderLineNumber": "Line 1",
            "OrderLineStatusCode": null,
            "OrderNumber": "BLM-PHANTOM-SO2",
            "OrderType": "Sales order",
            "OrderTypeCode": 1,
            "OrderedUOM": "Egb",
            "RequestedOrganization": "BLM:BLM_M5",
            "RequestedOrganizationId": 45642,
            "RequestedOrganizationName": "Phoenix Warehouse_BLM",
            "OrigParentFulLine": null,
            "OriginalQuantity": null,
            "OriginalShipSetName": null,
            "OverridePriority": null,
            "ParentFulfillmentLine": null,
            "PlannedDateWithoutItem": null,
            "PlannerCode": "BLM_PLAN",
            "PromiseDate": null,
            "PromisedArrivalDate": "2030-01-28",
            "PromisedShipDate": "2030-01-28",
            "PullInCode": 1,
            "ReasonCode": null,
            "ReceivingOrgId": null,
            "ReleaseStatus": null,
            "RemovedFromSet": 2,
            "RequestDate": "2030-01-28",
            "RequestShipDate": null,
            "RequestedArrivalDate": "2030-01-28",
            "RequestedQuantity": 6,
            "ReservationStatusValue": 2,
            "ReservedQuantity": null,
            "RootFulfillmentLine": null,
            "SalesOrderLineId": "BLM-PHANTOM-SO2:Line 1",
            "SalesOrderNumber": "BLM-PHANTOM-SO2",
            "ScheduleArrivalDate": "2030-01-28",
            "ScheduleDate": "2030-01-28",
            "ScheduleShipDate": "2030-01-28",
            "ScheduledCarrier": null,
            "ScheduledDaysOfDelays": 0,
            "ScheduledDropshipSupSite": null,
            "ScheduledDropshipSupplier": null,
            "ScheduledItem": "BLM-RT-ITEMPHA",
            "ScheduledItemDescription": "BLM-RT-ITEMPHA",
            "ScheduledModeOfTransport": null,
            "ScheduledQuantity": 6,
            "ScheduledServiceLevel": null,
            "ScheduledShipFromOrgId": 45642,
            "ScheduledShipFromWareName": "Phoenix Warehouse_BLM",
            "ScheduledShipFromWarehouse": "BLM:BLM_M5",
            "ScheduledSupplierId": null,
            "ScheduledSupplierSiteId": null,
            "SchedulingStatusCode": 1,
            "RequestedServiceLevelId": null,
            "SetHeaderName": null,
            "SetTypeCode": null,
            "SetName": null,
            "SoLineNumber": "Line 1",
            "SourceDocumentOrderType": "Sales order",
            "SourceDocumentLineNumber": "Line 1",
            "SourceDocumentNumber": "BLM-PHANTOM-SO2",
            "SourceOrgInstanceId": null,
            "SourceOrganizationId": 45642,
            "SplitIndicator": 1,
            "RequestedSupplierId": null,
            "RequestedSupplierSiteId": null,
            "SupplierSiteSourceSystemId": null,
            "SupplyPickDate": "2030-01-28",
            "UOMCode": "Each_BLM",
            "UserDefinedPriority": null,
            "UsingAssemblyDemandDate": "2030-01-28",
            "UsingAssemblyItemId": -1,
            "UsingRequirementQuantity": 6,
            "UsrDefDmdLeadTimeDate": null,
            "ZoneId": null,
            "SimulatedDaysOfDelay": 0,
            "DaysOfImprovement": 0,
            "DestinationTimeZone": "Coordinated Universal Time",
            "SourceTimeZone": "Coordinated Universal Time",
            "OrgTimeZone": "Coordinated Universal Time",
            "RequestedDropShipSupplier": null,
            "RequestedDshipSupplierSite": null,
            "ReservedSupplyDocumentNumber": null,
            "ReservedSupplyDocumentType": null,
            "PlannedDate": "2030-01-28",
            "AvailableQuantity": 6,
            "AvailableItem": "BLM-RT-ITEMPHA",
            "RequestedCarrier": null,
            "RequestedServiceLevel": null,
            "RequestedModeOfTransport": null,
            "RequestedShipMethod": null,
            "ExpectedShipMethod": null,
            "ItemSubType": "Standard",
            "OrderRevenue": 19200,
            "OrderMargin": 16400,
            "SellingPrice": 3200,
            "FulfillmentCost": 2800,
            "ErrorText": null,
            "InternalOrderType": null,
            "SchedulingStatus": "Scheduled",
            "ReservationStatus": "No",
            "RequestType": "Arrival",
            "FirmSalesOrder": "No",
            "ManualOverride": "No",
            "SimulationDemand": "No",
            "EnforceCurrentCommit": "Yes",
            "PullIn": "Yes",
            "SetType": null,
            "AllowSplits": "No",
            "OrderLineStatus": null,
            "ShipToZone": null,
            "ShipToOrganization": null,
            "ShipToOrganizationName": null,
            "SupplierSiteSourceSystem": null,
            "ConfigurationItem": null,
            "DestinationType": "Inventory",
            "ScheduledQuantityUOM": "Each_BLM",
            "PromisingSystem": null,
            "ReleaseStatusMeaning": null,
            "PlanningAttrVal11": null,
            "PlanningAttrVal12": null,
            "PlanningAttrVal13": null,
            "PlanningAttrVal14": null,
            "PlanningAttrVal15": null,
            "PlanningAttrVal16": null,
            "PlanningAttrVal17": null,
            "PlanningAttrVal18": null,
            "PlanningAttrVal19": null,
            "PlanningAttrVal20": null,
            "PlanningAttrVal21": null,
            "PlanningAttrVal22": null,
            "PlanningAttrVal23": null,
            "PlanningAttrVal24": null,
            "PlanningAttrVal25": null,
            "PlanningAttrVal26": null,
            "OriginalSetType": null,
            "GlobalAttributeChar21": null,
            "GlobalAttributeChar22": null,
            "GlobalAttributeChar23": null,
            "RowModified": null,
            "PlanScope": null,
            "DisplayAttributeCode": 2,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/backlogDemands/3099560",
                    "name": "backlogDemands",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/backlogDemands/3099560",
                    "name": "backlogDemands",
                    "kind": "item"
                }
            ]
        }
    ],
    "count": 2,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/backlogDemands",
            "name": "backlogDemands",
            "kind": "collection"
        }
    ]
}
Back to Top