Create one backlog management simulation plan run job
/fscmRestApi/resources/11.13.18.05/bmSimulationPlanRunJobs
Request
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
- application/json
object
-
BmRunId: integer
Value that uniquely identifies the backlog management plan run.
-
BmRunType: integer
Mode of the plan run, whether it's Refresh and Plan or Run Plan.
-
CreatedBy: string
Maximum Length:
64
Name of the user who initially created the backlog management simulation plan run job. -
CreationDate: string
(date-time)
Date when the user initially created the backlog management simulation plan run job.
-
DemandPriorityRuleId: integer
(int64)
Unique identifier of the demand priority rule used in a backlog management simulation plan run job.
-
DemandPriorityRuleName: string
Name of a demand priority rule used in a backlog management simulation plan run job.
-
EditedAttributeList: string
List of all attributes that are edited on the backlog analysis page across all the demands in search results.
-
EditedDemandList: string
List of all demands along with the edited values for the demand attributes.
-
ExecutionId: integer
(int64)
Value that uniquely identifies the process of the backlog management plan run.
-
LastUpdateDate: string
(date-time)
Date when the user most recently updated the data in the backlog management plan run.
-
LastUpdatedBy: string
Maximum Length:
64
User who most recently updated the data in the backlog management plan run. -
Message: string
Maximum Length:
255
Message that indicates if the attribute was successfully created or not in a demand priority rule. -
PlanStartDate: string
(date-time)
Plan start date used for the backlog management plan run.
-
SearchCriteria: string
Filter criteria applied on the backlog analysis page that's used in the backlog management simulation plan run job.
-
SimulationPlanRunExecutions: array
Simulation Plan Run Executions
Title:
Simulation Plan Run Executions
The progress and status of each run of a backlog management simulation plan. -
SplitAttributeList: string
List of attributes that are specific to split demands, which get changed due to the previous plan run.
-
SplitDemandList: string
List of demands that were split because of the backlog management simulation plan run job.
array
Simulation Plan Run Executions
object
Response
- application/json
Default Response
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
object
-
BmRunId: integer
Value that uniquely identifies the backlog management plan run.
-
BmRunType: integer
Mode of the plan run, whether it's Refresh and Plan or Run Plan.
-
CreatedBy: string
Maximum Length:
64
Name of the user who initially created the backlog management simulation plan run job. -
CreationDate: string
(date-time)
Date when the user initially created the backlog management simulation plan run job.
-
DemandPriorityRuleId: integer
(int64)
Unique identifier of the demand priority rule used in a backlog management simulation plan run job.
-
DemandPriorityRuleName: string
Name of a demand priority rule used in a backlog management simulation plan run job.
-
EditedAttributeList: string
List of all attributes that are edited on the backlog analysis page across all the demands in search results.
-
EditedDemandList: string
List of all demands along with the edited values for the demand attributes.
-
ExecutionId: integer
(int64)
Value that uniquely identifies the process of the backlog management plan run.
-
LastUpdateDate: string
(date-time)
Date when the user most recently updated the data in the backlog management plan run.
-
LastUpdatedBy: string
Maximum Length:
64
User who most recently updated the data in the backlog management plan run. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Message: string
Maximum Length:
255
Message that indicates if the attribute was successfully created or not in a demand priority rule. -
PlanStartDate: string
(date-time)
Plan start date used for the backlog management plan run.
-
SearchCriteria: string
Filter criteria applied on the backlog analysis page that's used in the backlog management simulation plan run job.
-
SimulationPlanRunExecutions: array
Simulation Plan Run Executions
Title:
Simulation Plan Run Executions
The progress and status of each run of a backlog management simulation plan. -
SplitAttributeList: string
List of attributes that are specific to split demands, which get changed due to the previous plan run.
-
SplitDemandList: string
List of demands that were split because of the backlog management simulation plan run job.
array
Links
array
Simulation Plan Run Executions
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
object
-
BmRunId: integer
Read Only:
true
Value that uniquely identifies the simulation plan run execution. -
CreatedBy: string
Read Only:
true
Maximum Length:64
Name of the user who initially created the backlog management simulation plan run. -
CreationDate: string
(date-time)
Read Only:
true
Date when the user initially created the backlog management simulation plan run. -
ExecutionId: integer
(int64)
Read Only:
true
Identifier of the scheduled process that's launched for the backlog plan run. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the backlog management simulation plan run. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the backlog management simulation plan run. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PlanRunStatus: number
Read Only:
true
Status of the backlog management simulation plan run. Valid values are 1 for success and 2 for failure and percentage completion. This attribute doesn't have a default value. -
RunPercentageCompleted: number
Read Only:
true
Percent completion of the backlog management plan run. -
StepSequenceNumber: number
Read Only:
true
Value that identifies the step of the backlog management plan run. There are 10 steps.
array
Links
- SimulationPlanRunExecutions
-
Parameters:
- bmSimulationPlanRunJobsUniqID:
$request.path.bmSimulationPlanRunJobsUniqID
The progress and status of each run of a backlog management simulation plan. - bmSimulationPlanRunJobsUniqID:
Examples
This example describes how to create one backlog management simulation plan run job.
Example cURL Command
Use the following cURL command to submit a request on the REST resource.
curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/bmSimulationPlanRunJobs"
Example Request Body
The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it creates.
{ "DemandPriorityRuleId":300100178581705, "SearchCriteria":" :DELIMETER: OrderNumber like '%BLM-PHANTOM-SO%'", "BmRunType":2,"EditedAttributeList":null, "EditedDemandList":null, "Message":"1", "SplitAttributeList":null, "SplitDemandList":null }
Example Response Body
The following example includes the contents of the response body in JSON format:
{ "BmRunId": 44011, "ExecutionId": 278453, "BmRunType": 2, "PlanStartDate": "2030-01-07", "DemandPriorityRuleId": 300100178581705, "DemandPriorityRuleName": "Default_reqdate_revenue", "SearchCriteria": " :DELIMETER: OrderNumber like '%BLM-PHANTOM-SO%'", "EditedAttributeList": null, "EditedDemandList": null, "SplitAttributeList": null, "SplitDemandList": null, "CreatedBy": "BLM_ALL", "CreationDate": "2025-02-22T00:16:04.139+00:00", "LastUpdatedBy": "BLM_ALL", "LastUpdateDate": "2025-02-22T00:16:04.139+00:00", "Message": "1", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/bmSimulationPlanRunJobs/00020000000EACED00057708000000000000ABEB0000000EACED000577080000000000043FB5", "name": "bmSimulationPlanRunJobs", "kind": "item" }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/bmSimulationPlanRunJobs/00020000000EACED00057708000000000000ABEB0000000EACED000577080000000000043FB5", "name": "bmSimulationPlanRunJobs", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/bmSimulationPlanRunJobs/00020000000EACED00057708000000000000ABEB0000000EACED000577080000000000043FB5/child/SimulationPlanRunExecutions", "name": "SimulationPlanRunExecutions", "kind": "collection" } ] }