Get all orders for a plan, supplier, supplier site, and organization
get
/fscmRestApi/resources/11.13.18.05/buyerPlanningSupplies/buyerPlanningSupplies
To retrieve orders using buyerPlanningSupplies, the q parameter with specified PlanId, SupplierId, SupplierSiteId, and OrganizationId is required. For example, /fscmRestApi/scp/buyerPlanningSupplies?q=PlanId= and SupplierId= and SupplierSiteId= and OrganizationId=.
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children are processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children are 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 are considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework only returns the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload is filtered to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection is 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 -
totalResults: boolean
The resource collection representation includes the "estimated row count" when "?totalResults=true", otherwise the count isn't included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client doesn't specify this header in the request the server picks a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
- application/vnd.oracle.adf.resourcecollection+json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client doesn't specify this header in the request the server picks a default version for the API.
Nested Schema : buyerPlanningSupplies-getAll-allOf[0]
Type:
Show Source
object-
items: array
Items
Title:
ItemsThe items in the collection.
Nested Schema : CollectionProperties
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : buyerPlanningSupplies-getAll-response
Type:
Show Source
object-
CarryingCost: integer
(int64)
Percent of the item's cost that represents the inventory carrying cost.
-
ConsolidatedFlag: boolean
Title:
Consolidated FlagIndicates whether or not the order is consolidated. If the value is true, then the order is consolidated. -
ConsolidationTransactionId: integer
(int64)
Value that uniquely identifies associated consolidated orders.
-
CreatedBy: string
Title:
Created ByUser who created the order. -
CreationDate: string
(date)
Title:
Creation DateDate when the user created the order. -
EmployeeId: integer
(int64)
Value that uniquely identifies the planner associdate to the order as an employee.
-
FirmDate: string
(date)
Title:
Firm DateDate when supply is due. This attribute is a fixed value that can't be rescheduled by planning and is only populated when the firm status is firm. -
FirmQuantity: integer
(int64)
Title:
Firm QuantityFixed quantity of supply. This attribute value can't be changed by planning and is only populated when the firm status is firm. -
FirmStatus: string
Title:
Firm StatusStatus that indicates whether the order is firm or not. Valid values include Firm and Not firm. A list of accepted values is defined in the lookup type ORA_MSC_ORDER_FIRM_STATUS. -
FirmStatusCode: integer
(int64)
Title:
Firm Status CodeAbbreviation for a status that identifies whether the order is firm or not. Valid values include Firm and Not firm. A list of accepted values is defined in the lookup type ORA_MSC_ORDER_FIRM_STATUS. -
FixedDaysOfSupply: integer
(int64)
Number of days to use to modify the size and timing of each planned order quantity.
-
FixedLotMultiplier: integer
(int64)
Multiplier to use, in units for each day, for each fixed lot quantity or each repetitive rate.
-
FixedOrderQuantity: integer
(int64)
Quantity to use to modify the size of each planned order quantity or each repetitive daily rate.
-
HasPriceBreakFlag: boolean
Title:
Has Price Break FlagIndicates whether or not the order is associated to a purchase agreement with a price break. If the value is true, then there is an existing price break on the associated purchase agreement. -
ImplementDate: string
(date)
Title:
Implement DateDate when the order is released. -
ImplementDockDate: string
(date)
Title:
Implement Dock DateDate when the material should be on the receiving dock when the order is released. -
ImplementFirm: integer
(int64)
Title:
Implement FirmValue that indicates whether the order is firm or not. Valid values are 1: Firm and 2: Not Firm. A list of accepted values is defined in the lookup type MSC_YES_NO. -
ImplementQuantity: integer
(int64)
Title:
Implement QuantityQuantity of the order that's released. -
ImplementShipDate: string
(date)
Title:
Implement Ship DateDate when the order is shipped. -
InventoryItemId: integer
(int64)
Value that uniquely identifies the item associated with the supply.
-
Item: string
Title:
Item Name CodeName of the item associated with the supply. -
ItemDescription: string
Title:
Item Description CodeDescription of the item that's associated with the supply. -
ItemPlanner: string
Title:
Item PlannerAbbreviation that identifies the planner responsible for the item. -
LastUpdateDate: string
(date)
Title:
Last Update DateDate when the order was most recently updated. -
LastUpdatedBy: string
Title:
Last Update dByUser who most recently updated the supply. -
ListPrice: integer
(int64)
Value that indicates the list price of an item in primary unit of measure.
-
MappedItemId: integer
(int64)
Value that uniquely identifies the mapped fusion item associated with the supply.
-
MappedOrganizationId: integer
(int64)
Value that uniquely identifies the mapped fusion organization associated with the order.
-
MappedSupplierId: string
Title:
Mapped Supplier IdValue that uniquely identifies the mapped fusion source supplier. -
MarkForReleaseOption: integer
(int64)
Title:
Mark For Release OptionValue that indicates the release status of the order. Valid values are 1: Marked For Release or 2: Not Marked For Release. When marking or not marking orders for release, the request body must include only the MarkForReleaseOption attribute. -
MaximumOrderQuantity: integer
(int64)
Maximum order quantity of the item.
-
MinimumOrderQuantity: integer
(int64)
Minimum order quantity of the item.
-
NewDockDate: string
(date)
Title:
New Dock DateDate when the order is recommended to arrive at the receiving dock. -
NewOrderQuantity: integer
(int64)
Value that identifies the order quantity in buyer planning in primary unit of measure.
-
NewShipDate: string
(date)
Title:
New Ship DateDate when the order was originally to arrive at the receiving dock. -
ObjectVersionNumber: string
Title:
Object Version NumberNumber of times the supply row was updated. This attribute is used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. -
OldDockDate: string
(date)
Title:
Old Dock DateDate when the order is recommended to be shipped. -
OldOrderQuantity: integer
(int64)
Value that identifies the original order quantity in buyer planning in primary unit of measure.
-
OldShipDate: string
(date)
Title:
Old Ship DateDate when the order was originally to be shipped. -
OrderCost: integer
(int64)
Value that indicates the cost of placing an order.
-
OrderNumber: string
Title:
Order NumberNumber that identifies the order associated with the supply. -
OrderType: string
Title:
Order Type NameType??of??order??such??as??planned??order,??purchase??order,??or??purchase??requisition.??A??list??of??accepted??values??is??defined??in??the??lookup??type??MSC_ORDER_TYPE. -
OrderTypeCode: integer
(int64)
Title:
Order Type CodeCode that indicates the type of order. A list of accepted values is defined in the lookup type MSC_ORDER_TYPE. -
Organization: string
Title:
Organization NameName of the organization associated with the order. -
OrganizationCalendarCode: string
Title:
Organization Calendar CodeAbbreviation that indicates the organization's calendar. -
OrganizationCode: string
Title:
Organization CodeAbbreviation that indicates the organization associated with the order. -
OrganizationCurrency: string
Title:
Organization CurrencyValue that indicates the organization's default currency. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization associated with the order.
-
PartKey1: string
Value that uniquely identifies the order based on planId, transactionID and a system generated part key.
-
PlanId: integer
(int64)
Value that uniquely identifies the plan.
-
PlanName: string
Title:
Plan NameName of the plan. -
PlannerCode: string
Title:
Planner CodeAbbreviation that indicates the planner associdate to the order. -
PlanningTimeFenceDays: integer
(int64)
Time horizon, in number of days, in which supply orders aren't scheduled to be due.
-
PoLineId: string
Title:
Po Line IdValue that uniquely identifies the purchase order line. -
PoLineLocationId: integer
(int64)
Value that uniquely identifies the purchase order line location.
-
PostProcessingLeadTime: integer
(int64)
Number of days required to make an item available in inventory once the supply is complete.
-
PriceSavings: number
(float)
Value that indicates the amount of savings realized from actions taken against the order in buyer planning.
-
PrimaryUom: string
Title:
Primary UomName of the primary unit of measure associated with the order quantity. -
PrimaryUomCode: string
Title:
Primary Uom CodeAbbreviation that identifies the primary unit of measure associated with the order quantity. -
ProcessingLeadTime: integer
(int64)
Number of days required to procure or manufacture an item.
-
RangeFilterDate: string
(date)
Title:
Range Filter DateDate range used to filter orders. -
ReleaseGroupCode: string
Title:
Release Group CodeAbbreviation??that??identifies??a??custom??grouping??created??in??buyer??planning??used??by??procurement??in??the??purchase??order??creation??process. -
ReleaseStatus: string
Title:
Release StatusValue that indicates the release status of the order. A list of accepted values is defined in the lookup type ORA_MSC_ORDER_RELEASE_STATUS. -
ReleaseStatusCode: string
Title:
Release Status CodeRelease status of the order such as ready for release, marked for release or released. A list of accepted values is defined in the lookup type ORA_MSC_BP_RELEASE_STATUS. -
SegmentId: integer
(int64)
Value that uniquely identifies the segment.
-
SegmentName: string
Title:
Segment NameName of the segment used for a set of items. -
SourceUom: string
Title:
Source UomUnit of measure for items sourced from planning. -
SourceUomCode: string
Title:
Source Uom CodeAbbreviation that identifies the unit of measure for items sourced from planning. -
SrInstanceId: integer
(int64)
Value that uniquely identifies the source system of the order.
-
StandardCost: integer
(int64)
Value that indicates the standard cost of an item in primary unit of measure.
-
SubinventoryCode: string
Title:
Subinventory CodeSubinventory code associated with the supply. -
Supplier: string
Title:
Supplier NameName of the source supplier. -
SupplierId: integer
(int64)
Value that uniquely identifies the source supplier.
-
SupplierSite: string
Title:
Supplier Site CodeAbbreviation that indicates the specific supplier site from where the item is being sourced. -
SupplierSiteId: integer
(int64)
Value that uniquely identifies the specific supplier site from where the item is being sourced.
-
TransactionId: integer
(int64)
Value that uniquely identifies the supply transaction. This value is internally generated by the application.
-
UnitVolume: integer
(int64)
Volume of one item.
-
UnitWeight: integer
(int64)
Weight of one item.
-
VolumeUom: string
Title:
Volume UomUnit of measure to use for the item volume. -
VolumeUomCode: string
Title:
Volume Uom CodeCode that indicates the unit of measure to use for the item volume. -
WeightUom: string
Title:
Weight UomUnit of measure to use for the item weight. -
WeightUomCode: string
Title:
Weight Uom CodeAbbreviation that identifies the unit of measure to use for the item weight.
Nested Schema : ItemProperties
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : buyerPlanningSupplies-getAll-item-response-allOf[2]
Type:
objectNested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
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/buyerPlanningSupplies"
Example 1
This example shows how to get one order for a plan, supplier, supplier site, and organization.
Example 1 cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/buyerPlanningSupplies?q=PlanId=PlanId and SupplierId=SupplierId and SupplierSiteId=SupplierSiteId and OrganizationId=OrganizationId and TransactionId=TransactionId"
Example 1 Response Body
The following example includes the contents of the response body
in JSON format:
{
"items": [
{
"PlanId": "300100583717750",
"PlanName": "BP_SCC_PLAN1",
"TransactionId": "99965425",
"ConsolidatedFlag": false,
"ConsolidationTransactionId": null,
"PartKey1": "999999999999999999",
"SrInstanceId": "100010026240309",
"OrderTypeCode": 5,
"OrderType": "Planned order",
"OrderNumber": "99965425",
"ReleaseStatusCode": 14,
"ReleaseStatus": "Marked for release",
"MarkForReleaseOption": null,
"SegmentId": "300100570073440",
"SegmentName": "SCC QA Segment2",
"ReleaseGroupCode": "test2",
"MappedSupplierId": "300100569166970",
"SupplierId": "2736180",
"Supplier": "SCC-AllMeds",
"SupplierSiteId": "7463779",
"SupplierSite": "Boulder-Site1",
"MappedOrganizationId": "300100569182022",
"OrganizationId": "147202",
"Organization": "BP2",
"OrganizationCode": "BP2",
"OrganizationCalendarCode": "10002",
"SubinventoryCode": null,
"MappedItemId": "-1",
"InventoryItemId": "26563124",
"Item": "BP-Syringe-02",
"ItemDescription": "BP-Syringe-02",
"NewOrderQuantity": 128,
"OldOrderQuantity": null,
"NewDockDate": "2024-01-10",
"OldDockDate": null,
"NewShipDate": "2024-01-10",
"OldShipDate": null,
"FirmStatusCode": 2,
"FirmStatus": "Not firm",
"FirmQuantity": null,
"FirmDate": null,
"ImplementQuantity": 128,
"ImplementDockDate": "2024-01-10",
"ImplementShipDate": "2024-01-10",
"ImplementDate": "2024-01-12",
"ImplementFirm": 2,
"PrimaryUomCode": "Ea",
"PrimaryUom": "Each",
"SourceUomCode": null,
"SourceUom": null,
"UnitVolume": 110,
"VolumeUomCode": "M3",
"VolumeUom": "Cubic meter",
"UnitWeight": 110,
"WeightUomCode": "G",
"WeightUom": "Gram",
"CarryingCost": null,
"HasPriceBreakFlag": false,
"ListPrice": 10,
"OrderCost": null,
"StandardCost": null,
"PriceSavings": null,
"OrganizationCurrency": "USD",
"FixedDaysOfSupply": null,
"FixedLotMultiplier": 10,
"FixedOrderQuantity": null,
"MaximumOrderQuantity": 1000,
"MinimumOrderQuantity": 1,
"PlanningTimeFenceDays": 1,
"ProcessingLeadTime": 2,
"PostProcessingLeadTime": 2,
"ItemPlanner": "Smith, Elizabeth",
"EmployeeId": "280",
"PoLineId": null,
"PoLineLocationId": null,
"RangeFilterDate": "2024-01-10",
"PlannerCode": "BP_PLAN1",
"ObjectVersionNumber": 4,
"CreatedBy": "COLLABPLANNER",
"CreationDate": "2023-07-31",
"LastUpdatedBy": "COLLABPLANNER",
"LastUpdateDate": "2023-08-02",
"links": [
{
. . .
}
]
}
],
"count": 1,
"hasMore": false,
"limit": 25,
"offSet": 0
}Example 2
This example shows how to get all orders for a plan, supplier, supplier site, and organization.
Example 2 cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/buyerPlanningSupplies?q=PlanId=PlanId and SupplierId=SupplierId and SupplierSiteId=SupplierSiteId and OrganizationId=OrganizationId"
Example 2 Response Body
The following example includes the contents of the response body in JSON format:
{
"items": [
{
"PlanId": "300100583717750",
"PlanName": "BP_SCC_PLAN1",
"TransactionId": "99489498",
"ConsolidatedFlag": false,
"ConsolidationTransactionId": null,
"PartKey1": "999999999999999999",
"SrInstanceId": "100010026240309",
"OrderTypeCode": 1,
"OrderType": "Purchase order",
"OrderNumber": "PO-201()(1)(1)",
"ReleaseStatusCode": 6,
"ReleaseStatus": "Ineligible",
"MarkForReleaseOption": null,
"SegmentId": "300100570073440",
"SegmentName": "SCC QA Segment2",
"ReleaseGroupCode": null,
"MappedSupplierId": "300100569166970",
"SupplierId": "2736180",
"Supplier": "SCC-AllMeds",
"SupplierSiteId": "7463779",
"SupplierSite": "Boulder-Site1",
"MappedOrganizationId": "300100569182022",
"OrganizationId": "147202",
"OrganizationCode": "BP2",
"Organization": "BP2",
"OrganizationCalendarCode": "10002",
"SubinventoryCode": null,
"MappedItemId": "-1",
"InventoryItemId": "26563124",
"Item": "BP-Syringe-02",
"ItemDescription": "BP-Syringe-02",
"NewOrderQuantity": 11,
"OldOrderQuantity": null,
"NewDockDate": "2024-01-15",
"OldDockDate": null,
"NewShipDate": "2024-01-15",
"OldShipDate": null,
"FirmStatusCode": 2,
"FirmStatus": "Not firm",
"FirmQuantity": null,
"FirmDate": null,
"ImplementQuantity": null,
"ImplementDockDate": null,
"ImplementShipDate": null,
"ImplementDate": null,
"ImplementFirm": null,
"PrimaryUomCode": "Ea",
"PrimaryUom": "Each",
"SourceUomCode": null,
"SourceUom": null,
"UnitVolume": 110,
"VolumeUomCode": "M3",
"VolumeUom": "Cubic meter",
"UnitWeight": 110,
"WeightUomCode": "G",
"WeightUom": "Gram",
"CarryingCost": null,
"HasPriceBreakFlag": false,
"ListPrice": 10,
"OrderCost": null,
"StandardCost": null,
"PriceSavings": null,
"OrganizationCurrency": "USD",
"FixedDaysOfSupply": null,
"FixedLotMultiplier": 10,
"FixedOrderQuantity": null,
"MaximumOrderQuantity": 1000,
"MinimumOrderQuantity": 1,
"PlanningTimeFenceDays": 1,
"ProcessingLeadTime": 2,
"PostProcessingLeadTime": 2,
"ItemPlanner": "Smith, Elizabeth",
"EmployeeId": "280",
"PoLineId": null,
"PoLineLocationId": "-999",
"RangeFilterDate": "2024-01-15",
"PlannerCode": "BP_PLAN1",
"ObjectVersionNumber": 1,
"CreatedBy": "COLLABPLANNER",
"CreationDate": "2023-07-31",
"LastUpdatedBy": "COLLABPLANNER",
"LastUpdateDate": "2023-07-31",
"links": [
{
. . .
}
]
},
{
"PlanId": "300100583717750",
"PlanName": "BP_SCC_PLAN1",
"TransactionId": "99486641",
"ConsolidatedFlag": false,
"ConsolidationTransactionId": null,
"PartKey1": "999999999999999999",
"SrInstanceId": "100010026240309",
"OrderTypeCode": 2,
"OrderType": "Purchase requisition",
"OrderNumber": "PR-202",
"ReleaseStatusCode": 6,
"ReleaseStatus": "Ineligible",
"MarkForReleaseOption": null,
"SegmentId": "300100570073440",
"SegmentName": "SCC QA Segment2",
"ReleaseGroupCode": null,
"MappedSupplierId": "300100569166970",
"SupplierId": "2736180",
"Supplier": "SCC-AllMeds",
"SupplierSiteId": "7463779",
"SupplierSite": "Boulder-Site1",
"MappedOrganizationId": "300100569182022",
"OrganizationId": "147202",
"OrganizationCode": "BP2",
"Organization": "BP2",
"OrganizationCalendarCode": "10002",
"SubinventoryCode": null,
"MappedItemId": "-1",
"InventoryItemId": "26563124",
"Item": "BP-Syringe-02",
"ItemDescription": "BP-Syringe-02",
"NewOrderQuantity": 19,
"OldOrderQuantity": null,
"NewDockDate": "2024-01-15",
"OldDockDate": null,
"NewShipDate": "2024-01-15",
"OldShipDate": null,
"FirmStatusCode": 2,
"FirmStatus": "Not firm",
"FirmQuantity": null,
"FirmDate": null,
"ImplementQuantity": null,
"ImplementDockDate": null,
"ImplementShipDate": null,
"ImplementDate": null,
"ImplementFirm": null,
"PrimaryUomCode": "Ea",
"PrimaryUom": "Each",
"SourceUomCode": null,
"SourceUom": null,
"UnitVolume": 110,
"VolumeUomCode": "M3",
"VolumeUom": "Cubic meter",
"UnitWeight": 110,
"WeightUomCode": "G",
"WeightUom": "Gram",
"CarryingCost": null,
"HasPriceBreakFlag": false,
"ListPrice": 10,
"OrderCost": null,
"StandardCost": null,
"PriceSavings": null,
"OrganizationCurrency": "USD",
"FixedDaysOfSupply": null,
"FixedLotMultiplier": 10,
"FixedOrderQuantity": null,
"MaximumOrderQuantity": 1000,
"MinimumOrderQuantity": 1,
"PlanningTimeFenceDays": 1,
"ProcessingLeadTime": 2,
"PostProcessingLeadTime": 2,
"ItemPlanner": "Smith, Elizabeth",
"EmployeeId": "280",
"PoLineId": "PR-202:1",
"PoLineLocationId": null,
"RangeFilterDate": "2024-01-15",
"PlannerCode": "BP_PLAN1",
"ObjectVersionNumber": 1,
"CreatedBy": "COLLABPLANNER",
"CreationDate": "2023-07-31",
"LastUpdatedBy": "COLLABPLANNER",
"LastUpdateDate": "2023-07-31",
"links": [
{
. . .
}
]
},
{
"PlanId": "300100583717750",
"PlanName": "BP_SCC_PLAN1",
"TransactionId": "99965425",
"ConsolidatedFlag": false,
"ConsolidationTransactionId": null,
"PartKey1": "999999999999999999",
"SrInstanceId": "100010026240309",
"OrderTypeCode": 5,
"OrderType": "Planned order",
"OrderNumber": "99965425",
"ReleaseStatusCode": 14,
"ReleaseStatus": "Marked for release",
"MarkForReleaseOption": null,
"SegmentId": "300100570073440",
"SegmentName": "SCC QA Segment2",
"ReleaseGroupCode": "test2",
"MappedSupplierId": "300100569166970",
"SupplierId": "2736180",
"Supplier": "SCC-AllMeds",
"SupplierSiteId": "7463779",
"SupplierSite": "Boulder-Site1",
"MappedOrganizationId": "300100569182022",
"OrganizationId": "147202",
"OrganizationCode": "BP2",
"Organization": "BP2",
"OrganizationCalendarCode": "10002",
"SubinventoryCode": null,
"MappedItemId": "-1",
"InventoryItemId": "26563124",
"Item": "BP-Syringe-02",
"ItemDescription": "BP-Syringe-02",
"NewOrderQuantity": 128,
"OldOrderQuantity": null,
"NewDockDate": "2024-01-10",
"OldDockDate": null,
"NewShipDate": "2024-01-10",
"OldShipDate": null,
"FirmStatusCode": 2,
"FirmStatus": "Not firm",
"FirmQuantity": null,
"FirmDate": null,
"ImplementQuantity": 128,
"ImplementDockDate": "2024-01-10",
"ImplementShipDate": "2024-01-10",
"ImplementDate": "2024-01-12",
"ImplementFirm": 2,
"PrimaryUomCode": "Ea",
"PrimaryUom": "Each",
"SourceUomCode": null,
"SourceUom": null,
"UnitVolume": 110,
"VolumeUomCode": "M3",
"VolumeUom": "Cubic meter",
"UnitWeight": 110,
"WeightUomCode": "G",
"WeightUom": "Gram",
"CarryingCost": null,
"HasPriceBreakFlag": false,
"ListPrice": 10,
"OrderCost": null,
"StandardCost": null,
"PriceSavings": null,
"OrganizationCurrency": "USD",
"FixedDaysOfSupply": null,
"FixedLotMultiplier": 10,
"FixedOrderQuantity": null,
"MaximumOrderQuantity": 1000,
"MinimumOrderQuantity": 1,
"PlanningTimeFenceDays": 1,
"ProcessingLeadTime": 2,
"PostProcessingLeadTime": 2,
"ItemPlanner": "Smith, Elizabeth",
"EmployeeId": "280",
"PoLineId": null,
"PoLineLocationId": null,
"RangeFilterDate": "2024-01-10",
"PlannerCode": "BP_PLAN1",
"ObjectVersionNumber": 4,
"CreatedBy": "COLLABPLANNER",
"CreationDate": "2023-07-31",
"LastUpdatedBy": "COLLABPLANNER",
"LastUpdateDate": "2023-08-02",
"links": [
{
. . .
}
]
}
],
"count": 3,
"hasMore": true,
"limit": 3,
"offSet": 0
}