Get all pegging details

get

/fscmRestApi/resources/11.13.18.05/orderPromises/{UniqueOrderId}/child/AlternateOptions/{AlternateOptionsUniqID}/child/PeggingDetails

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key--- UniqueOrderId, OptionRank, FulfillmentLineId and SplitLineIdentifier ---for the Alternate Options resource and used to uniquely identify an instance of Alternate Options. The client should not generate the hash key value. Instead, the client should query on the Alternate Options collection resource with a filter on the primary key values in order to navigate to a specific instance of Alternate Options.

    For example: AlternateOptions?q=UniqueOrderId=<value1>;OptionRank=<value2>;FulfillmentLineId=<value3>;SplitLineIdentifier=<value4>
  • Value that uniquely identifies the order.
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

    Format: <attr1>=<val1>,<attr2>=<value2>
  • 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 pegging details according to the fulfillment line identifier.
      Finder Variables:
      • FulfillmentlineId; string; Value that uniquley identifies a fulfillment line.
      • LineId; integer; Value that uniquley identifies a pegging line.
      • OptionRank; integer; Value that uniquley identifies alternate availability.
      • UniqueOrderId; string; Value that uniquely identifies the order.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ATPCost; integer; Number that indicates the cost associated with the available-to-promise inventory used for promising the fulfillment line.
    • ATPmode; string; Value that indicates the mode of order promising used to promise the order. Valid values are infinite, lead-time, and supply chain search.
    • AllocConsumptionWeek; string; This column stores the start of the week when promising consumed the allocation.
    • AllocationNodeId; string; This column stores the unique identifier of the allocation node.
    • AllocationRule; string; Value that identifies the allocation rule applicable to the demand class associated with the order.
    • AlternateResource; string; Contains one of the following values: true or false. If true, then an alternate resources is considered. If false, then an alternate resources is not considered. This attribute does not have a default value.
    • ArrivalDate; string; Date when the purchased supply will be available at the destination organization.
    • AvailabilityOption; string; Value that identifies an availability option.
    • AvailableItem; string; Value that uniquely identifies the item that is available.
    • BOMCode; string; Abbreviation that identifies the bill of material used in the capable to promise calculations for the fulfillment line request.
    • BackToBackFlag; boolean; Contains one of the following values: true or false. If true, then the item is a back to back enabled item. If false, then the item is not a back to back enabled item. This attribute does not have a default value.
    • CarrierCalendar; string; Value that identifies the calendar for the suggested carrier from the ship-from organization to the customer ship-to site.
    • ConsumedAllocation; number; This column stores quantity that promising consumed for the allocation.
    • ConsumptionDate; string; Date when resource availability information needs to be returned.
    • DemandClass; string; Value that identifies the demand class that the order is associated with.
    • DepartmentId; string; Value that identifies the department or work center to which a resource belongs.
    • DestinationOrgId; string; Abbreviation that identifies the organization that represents the destination of supply for the transfer of supply.
    • DropshipSupplier; string; Name of the drop ship supplier that ships items directly to the customer.
    • DropshipSupplierSite; string; Name of the drop ship supplier site that ships items directly to the customer.
    • EndDate; string; Date when manufacturing ends for the item.
    • ExpectedCarrier; string; Value that identifies the suggested carrier from the source inventory organization to destination inventory organization.
    • ExpectedMode; string; Value that identifies the mode of transport for shipping the material from the source inventory organization to the destination inventory organization, suggested by order promising.
    • ExpectedService; string; Value that identifies the suggested service level used for shipping the material from the source inventory organization to destination inventory organization.
    • FixedLeadTime; string; Number of days of manufacturing lead time that is independent of the order quantity.
    • FulfillmentlineId; string; Value that indicates the unique order identifier for the request.
    • Item; string; Value that uniquely identifies the item that is requested.
    • LeadTime; string; Value that indicates the number of days of lead time.
    • LineId; integer; Value that uniquely identifies the order line.
    • ManufacturingCalendar; string; Calendar that is associated with the manufacturing operations at an organization.
    • OptionRank; integer; Number that indicates the rank of the availability option.
    • OrgId; string; Value that uniquely identifies the organization associated with the item.
    • ParentLineId; string; This column stores parent line identifier used in pegging.
    • PeggedATPType; string; Type of the supply.
    • PeggingdocId; string; Value that uniquely identifies the supply and demand pegging.
    • PickDate; string; This column stores the date on which the shipment is expected to be picked at the pickup organization by the customer.
    • PostprocessingLeadTime; string; Number of days required to make an item available in inventory from the time it received.
    • PreprocessingLeadTime; string; Number of days required to release a purchase order or create a job from the time the requirement is identified.
    • ProcessingLeadTime; string; Number of days required to procure or manufacture an item.
    • Quantity; integer; Number that indicates the quantity of the available item.
    • QuantityUOM; string; Value that indicates the unit of measure used for quantity.
    • ReceivingCalendar; string; Value that identifies the receiving calendar used for receiving the material at the inventory organization or customer ship-to site.
    • RedeployedFlag; boolean; This column indicates whether promising can redeploy quantity from allocation node.
    • RequiredDate; string; Date when the material is required.
    • RequiredQuantity; number; Number that indicates the quantity required for promising the fulfillment line.
    • ReservedArriveDate; string; This column stores the supply dock date of ordered item with reservation after rescheduling.
    • ReservedJobEndDate; string; This column stores the WIP job end date of ordered item with reservation after rescheduling.
    • ResourceCalendar; string; Value that identifies the calendar of the resource for which the availability is to be determined.
    • ResourceId; string; Value that identifies the manufacturing resource.
    • RoutingCode; string; Abbreviation that identifies the routing used in the capable to promise calculations for the fulfillment line request.
    • ShipDate; string; Date when the supply will be shipped from the supplier site or source organization.
    • ShippingCalendar; string; Value that identifies the shipping calendar used for shipping the material from supplier site to the inventory organization or the customer ship-to site.
    • SourceOrgId; string; Value that uniquely identifies the organization that is the source of supply.
    • StartDate; string; Date when manufacturing is expected to start for the item.
    • SupplierId; string; Value that uniquely identifies the item supplier from whom supply is procured.
    • SupplierSiteId; string; Value that uniquely identifies the item supplier site from which supply is procured.
    • TimezoneCode; string; This column stores the time zone code for the shipping or receiving partners.
    • TransitLeadTime; string; Number of days required for transporting the requested item from source organization to the destination organization.
    • UniqueOrderId; string; Value that uniquely identifies the fulfillment line.
    • VariableLeadTime; string; Number that indicates the portion of manufacturing lead time that is dependent on order quantity.
  • 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 : orderPromises-AlternateOptions-PeggingDetails
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : orderPromises-AlternateOptions-PeggingDetails-item-response
Type: object
Show Source
Back to Top