Setting up input.params.mapping

Specify the mapping of RRS parameter names and their equivalent parameters in the Infor AI Platform. This field maps the parameters used by the integrating applications. The input.params.mapping use this format: <RRS parameter name>=<equivalent of that parameter in Infor AI Platform>.

By default, the defined values are itemNumber=ItemNumber, and userGroupId=Customer.

  1. From the application tray, select Infor ION API.
  2. On the Available APIs, select Infor AI Platform.
  3. On the COLEMANAI/aiplatform endpoint, click the Document icon under the Documentation column.
  4. Click GET /v1/endpoints/{endpoints}/schema.
  5. Click Try it out.
  6. Paste the Upcell name in the endpoint field.
  7. Click Execute.
  8. Copy the name fields from Infor AI Platform. These name fields are used to match with its equivalent Rhythm parameters such as itemNumber and userGroupId.
    {
    	"type": "object",
    	"properties": [
    		{
    			"name": "Customer",
    			"schema": {
    				"type": "string",
    				"nullable": true
    			}
    		},
    		{
    			"name": "ItemNumber",
    			"schema": {
    				"type": "string",
    				"nullable": true
    			}
    		},
    		{
    			"name": "Quantity",
    			"schema": {
    				"type": "integer",
    			"nullable": true
    			}
    		}
    	]
    }
    
  9. From the application tray, select Rhythm Services.
  10. Select Dashboard > Settings
  11. Paste the parameter mappings using the given format in the Value column for input.params.mapping.