Create a strategy assignment

post

/fscmRestApi/resources/11.13.18.05/collectionStrategies

Request

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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Account Number
    Maximum Length: 30
    The customer account to which the strategy is assigned.
  • Title: Business Unit
    Maximum Length: 240
    The business unit under which the strategy assignment is created.
  • The change strategy attribute is used to override the existing strategy with a new strategy. This is an optional attribute. The valid value is Y.
  • Title: Next Strategy Task
    Maximum Length: 255
    The next strategy task of the strategy assignment. When the strategy execution tasks are created, the value of Next Strategy Task is set to the open strategy task.
  • Title: Party Number
    Maximum Length: 30
    The unique identification number of the customer to which the strategy is assigned. This is a mandatory attribute.
  • Title: Score
    The score of the customer, account, or site used for the strategy assignment.
  • Title: Site
    Maximum Length: 150
    The customer site to which the strategy is assigned.
  • Tasks
    Title: Tasks
    The tasks resource is used to create, update, or view strategy tasks assigned to customers, customer accounts, or sites, depending on the customers' business levels. These strategy tasks can be executed or non-executed when they are predefined based on strategy group setup, or executed ad hoc, user-defined tasks.
  • Title: Strategy ID
    The unique identifier of the strategy assignment.
  • Title: Strategy Status
    Maximum Length: 255
    The status of the strategy assignment.
  • Title: Strategy Template
    Maximum Length: 240
    The strategy template used for the strategy assignment. This is a mandatory attribute.
  • Strategy Template Tasks
    Title: Strategy Template Tasks
    A strategy template task resource is used to retrieve all future tasks that are defined from the strategy setup template and skipped template tasks.
  • User Tasks
    Title: User Tasks
    The user tasks resource is used to create, update, or view any ad hoc strategy tasks that collectors want to add to the list of predefined strategy tasks for a particular strategy assignment.
Nested Schema : Tasks
Type: array
Title: Tasks
The tasks resource is used to create, update, or view strategy tasks assigned to customers, customer accounts, or sites, depending on the customers' business levels. These strategy tasks can be executed or non-executed when they are predefined based on strategy group setup, or executed ad hoc, user-defined tasks.
Show Source
Nested Schema : Strategy Template Tasks
Type: array
Title: Strategy Template Tasks
A strategy template task resource is used to retrieve all future tasks that are defined from the strategy setup template and skipped template tasks.
Show Source
Nested Schema : User Tasks
Type: array
Title: User Tasks
The user tasks resource is used to create, update, or view any ad hoc strategy tasks that collectors want to add to the list of predefined strategy tasks for a particular strategy assignment.
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : collectionStrategies-strategyTemplateTasks-item-post-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
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 : collectionStrategies-item-response
Type: object
Show Source
  • Title: Account Number
    Maximum Length: 30
    The customer account to which the strategy is assigned.
  • Title: Business Unit
    Maximum Length: 240
    The business unit under which the strategy assignment is created.
  • The change strategy attribute is used to override the existing strategy with a new strategy. This is an optional attribute. The valid value is Y.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the record.
  • Title: Creation Date
    Read Only: true
    The date when the record was created.
  • Title: Last Update Date
    Read Only: true
    The date when the record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the record.
  • Links
  • Title: Next Strategy Task
    Maximum Length: 255
    The next strategy task of the strategy assignment. When the strategy execution tasks are created, the value of Next Strategy Task is set to the open strategy task.
  • Title: Party Name
    Read Only: true
    Maximum Length: 360
    The name of the customer to which the strategy is assigned. The value of Party Name is populated by default based on the Party Number value.
  • Title: Party Number
    Maximum Length: 30
    The unique identification number of the customer to which the strategy is assigned. This is a mandatory attribute.
  • Title: Score
    The score of the customer, account, or site used for the strategy assignment.
  • Title: Site
    Maximum Length: 150
    The customer site to which the strategy is assigned.
  • Tasks
    Title: Tasks
    The tasks resource is used to create, update, or view strategy tasks assigned to customers, customer accounts, or sites, depending on the customers' business levels. These strategy tasks can be executed or non-executed when they are predefined based on strategy group setup, or executed ad hoc, user-defined tasks.
  • Title: Strategy ID
    The unique identifier of the strategy assignment.
  • Title: Strategy Status
    Maximum Length: 255
    The status of the strategy assignment.
  • Title: Strategy Template
    Maximum Length: 240
    The strategy template used for the strategy assignment. This is a mandatory attribute.
  • Strategy Template Tasks
    Title: Strategy Template Tasks
    A strategy template task resource is used to retrieve all future tasks that are defined from the strategy setup template and skipped template tasks.
  • User Tasks
    Title: User Tasks
    The user tasks resource is used to create, update, or view any ad hoc strategy tasks that collectors want to add to the list of predefined strategy tasks for a particular strategy assignment.
Nested Schema : Tasks
Type: array
Title: Tasks
The tasks resource is used to create, update, or view strategy tasks assigned to customers, customer accounts, or sites, depending on the customers' business levels. These strategy tasks can be executed or non-executed when they are predefined based on strategy group setup, or executed ad hoc, user-defined tasks.
Show Source
Nested Schema : Strategy Template Tasks
Type: array
Title: Strategy Template Tasks
A strategy template task resource is used to retrieve all future tasks that are defined from the strategy setup template and skipped template tasks.
Show Source
Nested Schema : User Tasks
Type: array
Title: User Tasks
The user tasks resource is used to create, update, or view any ad hoc strategy tasks that collectors want to add to the list of predefined strategy tasks for a particular strategy assignment.
Show Source
Nested Schema : collectionStrategies-strategyExecutionTasks-item-response
Type: object
Show Source
Nested Schema : collectionStrategies-strategyTemplateTasks-item-response
Type: object
Show Source
Nested Schema : collectionStrategies-strategyUserTasks-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to create a strategy assignment by submitting a POST request on the REST resource using cURL.

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X POST -d <payload> https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collectionStrategies

Example Request Payload

The following example shows the contents of the request body in JSON format:

{
  "Score": 60.4,
  "StrategyTemplate": "W3 Site Collections Strategy",
  "BusinessUnit": "Vision Operations",
  "PartyNumber":"CDRM_739286",
  "AccountNumber":"CDRM_149201",
  "SiteUse": "CDRM_121208",
  "StrategyStatus": "Open"
}

Example of Response Body

The following example shows the contents of the response body in JSON format:

{
    "StrategyId": 300100169827834,
    "Score": 60.4,
    "AccountNumber": "CDRM_149201",
    "PartyName": "IEX_Customer001",
    "PartyNumber": "CDRM_739286",
    "SiteUse": "CDRM_121208",
    "NextStrategyTask": null,
    "CreatedBy": "COLLECTIONS_MGR_OPERATIONS",
    "CreationDate": "2018-10-18T07:12:21+00:00",
    "LastUpdateDate": "2018-10-18T07:12:21.226+00:00",
    "LastUpdatedBy": "COLLECTIONS_MGR_OPERATIONS",
    "StrategyStatus": "Open",
    "BusinessUnit": "Vision Operations",
    "StrategyTemplate": "W3 Site Collections Strategy",
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collectionStrategies/300100169827834",
            "name": "collectionStrategies",
            "kind": "item",
            "properties": {
                             "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                          }
        },
        {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collectionStrategies/300100169827834",
            "name": "collectionStrategies",
            "kind": "item"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collectionStrategies/300100169827834/lov/businessUnits",
            "name": "businessUnits",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collectionStrategies/300100169827834/lov/customerSiteUses",
            "name": "customerSiteUses",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collectionStrategies/300100169827834/lov/customerAccounts",
            "name": "customerAccounts",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collectionStrategies/300100169827834/lov/parties",
            "name": "parties",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collectionStrategies/300100169827834/lov/strategyTemplates",
            "name": "strategyTemplates",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collectionStrategies/300100169827834/lov/strategyStatuses",
            "name": "strategyStatuses",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collectionStrategies/300100169827834/child/strategyUserTasks",
            "name": "strategyUserTasks",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collectionStrategies/300100169827834/child/strategyExecutionTasks",
            "name": "strategyExecutionTasks",
            "kind": "collection"
        }
    ]
}
Back to Top