Create programs

post

/fscmRestApi/resources/11.13.18.05/channelPrograms

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
Nested Schema : Alternate Supplier Sites
Type: array
Title: Alternate Supplier Sites
The Alternate Supplier Sites resource manages alternate supplier sites of a supplier rebate program.
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : DFF
Type: array
Show Source
Nested Schema : Market Rules
Type: array
Title: Market Rules
The Market Rules resource manages rules for identifying eligible customers for a program. This resource has been superseded by the marketRulesV2 resource.
Show Source
Nested Schema : Market Rules V2
Type: array
Title: Market Rules V2
Manages rules for identifying eligible supplier programs. For example, a market rule could be that the customer is Seven Corporation.
Show Source
Nested Schema : Notes
Type: array
Title: Notes
The note objects resource is used to view the note objects.
Show Source
Nested Schema : Product Rules
Type: array
Title: Product Rules
The Product Rules resource manages rules for identifying eligible products for a program.
Show Source
Nested Schema : Program Rules
Type: array
Title: Program Rules
The Program Rules resource manages mandatory market rules for a program.
Show Source
Nested Schema : Volume Rules
Type: array
Title: Volume Rules
The Volume Rules resource manages volume rules of a volume program.
Show Source
Nested Schema : channelPrograms-alternateSupplierSites-item-post-request
Type: object
Show Source
Nested Schema : channelPrograms-attachments-item-post-request
Type: object
Show Source
Nested Schema : channelPrograms-DFF-item-post-request
Type: object
Show Source
Nested Schema : channelPrograms-marketRules-item-post-request
Type: object
Show Source
Nested Schema : Conditions
Type: array
Title: Conditions
The Conditions resource manages additional conditions for a market rule of a program.
Show Source
Nested Schema : channelPrograms-marketRules-conditions-item-post-request
Type: object
Show Source
  • Maximum Length: 30
    Abbreviation that identifies the comparison operator used in the market rule condition. A list of accepted values is defined in the lookup type ORA_CJM_QUALIFIER_OPERATOR.
  • Value that uniquely identifies the market rule condition. It's a primary key that the application generates when it creates the market rule condition.
  • Value that uniquely identifies the market rule.
  • Type of qualifier used to define the eligibility of the channel program. A list of accepted values is defined in the lookup type ORA_CJM_QUALIFIER_TYPE.
  • Maximum Length: 30
    Abbreviation that identifies the type of qualifier used to define channel program eligibility.
  • Maximum Length: 240
    Abbreviation that identifies the qualifier used in channel program qualification.
Nested Schema : channelPrograms-marketRulesV2-item-post-request
Type: object
Show Source
  • Number that identifies the trailing component of the display line number. The display line number is a concatenation of the rule number and the child rule number separated by a period. For example, if the display line number is 5.2, then the rule number is 5 and the child rule number is 2.
    Validation: It must be an integer >= 0. It can't have a duplicate display line number.
  • Maximum Length: 255
    Name of the comparison operator used in the market rule. A list of accepted values is defined in the lookup type ORA_CJM_QUALIFIER_OPERATOR.
  • Maximum Length: 30
    Abbreviation that identifies the comparison operator used in the market rule.
  • Date when the market rule becomes applicable.
  • Value that identifies the parent market rule.
  • Value that uniquely identifies the supplier program.
  • Maximum Length: 255
    Type of qualifier used to define the eligibility of the supplier program. A list of accepted values is defined in the lookup type ORA_CJM_QUALIFIER_TYPE for supplier ship and debit programs and the lookup type ORA_CJM_SUP_REBATE_QUAL for supplier rebate programs.
  • Maximum Length: 30
    Abbreviation that identifies the type of qualifier used to define the eligibility of the supplier program.
  • Maximum Length: 255
    Name of the qualifier used in the supplier program qualification.
  • Maximum Length: 240
    Abbreviation that identifies the qualifier used in the supplier program qualification.
  • Value that uniquely identifies the market rule. It's a primary key that the application generates when it creates the market rule.
  • Number that identifies the leading component of the display line number. The display line number is a concatenation of the rule number and the child rule number separated by a period. For example, if the display line number is 3.1, then the rule number is 3 and the child rule number is 1.
  • Date when the market rule is no longer applicable.
Nested Schema : channelPrograms-notes-item-post-request
Type: object
Show Source
Nested Schema : channelPrograms-productRules-item-post-request
Type: object
Show Source
Nested Schema : DFF
Type: array
Show Source
Nested Schema : channelPrograms-productRules-DFF-item-post-request
Type: object
Show Source
Nested Schema : channelPrograms-programRules-item-post-request
Type: object
Show Source
  • Maximum Length: 255
    Name of the comparison operator used in the program rule. A list of accepted values is defined in the lookup type ORA_CJM_QUALIFIER_OPERATOR.
  • Maximum Length: 30
    Abbreviation that identifies the comparison operator used in the program rule. A list of accepted values is defined in the lookup type ORA_CJM_QUALIFIER_OPERATOR.
  • Value that uniquely identifies the channel program.
  • Value that uniquely identifies the program rule.
  • Type of qualifier used to define eligibility of the channel program. A list of accepted values is defined in the lookup type ORA_CJM_QUALIFIER_TYPE.
  • Maximum Length: 30
    Abbreviation that identifies the type of qualifier used to define channel program eligibility.
  • Maximum Length: 255
    Name of the qualifier used in channel program qualification.
  • Maximum Length: 240
    Abbreviation that identifies the qualifier used in channel program qualification.
Nested Schema : channelPrograms-volumeRules-item-post-request
Type: object
Show Source
Nested Schema : Products
Type: array
Title: Products
The Products resource manages the eligible products for a volume program.
Show Source
Nested Schema : Tiers
Type: array
Title: Tiers
The Tiers resource manages the tier definition of a volume program.
Show Source
Nested Schema : channelPrograms-volumeRules-products-item-post-request
Type: object
Show Source
Nested Schema : Exclusions
Type: array
Title: Exclusions
The Exclusions resource manages the product or category exclusions from the volume program.
Show Source
Nested Schema : channelPrograms-volumeRules-products-exclusions-item-post-request
Type: object
Show Source
Nested Schema : channelPrograms-volumeRules-tiers-item-post-request
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 : channelPrograms-item-response
Type: object
Show Source
Nested Schema : Alternate Supplier Sites
Type: array
Title: Alternate Supplier Sites
The Alternate Supplier Sites resource manages alternate supplier sites of a supplier rebate program.
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : DFF
Type: array
Show Source
Nested Schema : Market Rules
Type: array
Title: Market Rules
The Market Rules resource manages rules for identifying eligible customers for a program. This resource has been superseded by the marketRulesV2 resource.
Show Source
Nested Schema : Market Rules V2
Type: array
Title: Market Rules V2
Manages rules for identifying eligible supplier programs. For example, a market rule could be that the customer is Seven Corporation.
Show Source
Nested Schema : Notes
Type: array
Title: Notes
The note objects resource is used to view the note objects.
Show Source
Nested Schema : Product Rules
Type: array
Title: Product Rules
The Product Rules resource manages rules for identifying eligible products for a program.
Show Source
Nested Schema : Program Rules
Type: array
Title: Program Rules
The Program Rules resource manages mandatory market rules for a program.
Show Source
Nested Schema : Volume Rules
Type: array
Title: Volume Rules
The Volume Rules resource manages volume rules of a volume program.
Show Source
Nested Schema : channelPrograms-alternateSupplierSites-item-response
Type: object
Show Source
Nested Schema : channelPrograms-attachments-item-response
Type: object
Show Source
Nested Schema : channelPrograms-DFF-item-response
Type: object
Show Source
Nested Schema : channelPrograms-marketRules-item-response
Type: object
Show Source
Nested Schema : Conditions
Type: array
Title: Conditions
The Conditions resource manages additional conditions for a market rule of a program.
Show Source
Nested Schema : channelPrograms-marketRules-conditions-item-response
Type: object
Show Source
Nested Schema : channelPrograms-marketRulesV2-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 255
    Number of the bill-to customer account.
  • Read Only: true
    Maximum Length: 255
    Address for the customer. It applies if the qualifier type is Customer, Bill-to Account or Ship To.
  • Number that identifies the trailing component of the display line number. The display line number is a concatenation of the rule number and the child rule number separated by a period. For example, if the display line number is 5.2, then the rule number is 5 and the child rule number is 2.
    Validation: It must be an integer >= 0. It can't have a duplicate display line number.
  • Maximum Length: 255
    Name of the comparison operator used in the market rule. A list of accepted values is defined in the lookup type ORA_CJM_QUALIFIER_OPERATOR.
  • Maximum Length: 30
    Abbreviation that identifies the comparison operator used in the market rule.
  • Read Only: true
    Maximum Length: 64
    Market Rules V2
  • Read Only: true
    Market Rules V2
  • Read Only: true
    Maximum Length: 255
    Market Rules V2
  • Read Only: true
    Contains one of the following values: true or false. If true, then it's a custom qualifier. If false, then it isn't a custom qualifier. The default value for this attribute is false.
  • Read Only: true
    Maximum Length: 255
    Type of dimension data. Valid values include text, number, date, and time stamp. A list of accepted values is defined in the lookup type ORA_QP_MTRXR_DIMN_DATA_TYPES.
  • Read Only: true
    Maximum Length: 255
    Lookup type code for the dimension of the lookup domain type.
  • Read Only: true
    Maximum Length: 255
    Type of domain. Valid values include lookup, view object query, and custom. A list of accepted values is defined in the lookup type ORA_QP_MTRXR_DIMN_DOMAIN_TYPES.
  • Date when the market rule becomes applicable.
  • Read Only: true
    Market Rules V2
  • Read Only: true
    Maximum Length: 64
    Market Rules V2
  • Links
  • Read Only: true
    Market Rules V2
  • Value that identifies the parent market rule.
  • Value that uniquely identifies the supplier program.
  • Read Only: true
    Value of the numeric qualifier used in the supplier program qualification.
  • Maximum Length: 255
    Type of qualifier used to define the eligibility of the supplier program. A list of accepted values is defined in the lookup type ORA_CJM_QUALIFIER_TYPE for supplier ship and debit programs and the lookup type ORA_CJM_SUP_REBATE_QUAL for supplier rebate programs.
  • Maximum Length: 30
    Abbreviation that identifies the type of qualifier used to define the eligibility of the supplier program.
  • Maximum Length: 255
    Name of the qualifier used in the supplier program qualification.
  • Maximum Length: 240
    Abbreviation that identifies the qualifier used in the supplier program qualification.
  • Value that uniquely identifies the market rule. It's a primary key that the application generates when it creates the market rule.
  • Number that identifies the leading component of the display line number. The display line number is a concatenation of the rule number and the child rule number separated by a period. For example, if the display line number is 3.1, then the rule number is 3 and the child rule number is 1.
  • Read Only: true
    Maximum Length: 255
    Name of the bill-to customer account site or the ship-to site.
  • Date when the market rule is no longer applicable.
Nested Schema : channelPrograms-notes-item-response
Type: object
Show Source
Nested Schema : channelPrograms-productRules-item-response
Type: object
Show Source
Nested Schema : DFF
Type: array
Show Source
Nested Schema : channelPrograms-productRules-DFF-item-response
Type: object
Show Source
Nested Schema : channelPrograms-programRules-item-response
Type: object
Show Source
Nested Schema : channelPrograms-volumeRules-item-response
Type: object
Show Source
Nested Schema : Products
Type: array
Title: Products
The Products resource manages the eligible products for a volume program.
Show Source
Nested Schema : Tiers
Type: array
Title: Tiers
The Tiers resource manages the tier definition of a volume program.
Show Source
Nested Schema : channelPrograms-volumeRules-products-item-response
Type: object
Show Source
Nested Schema : Exclusions
Type: array
Title: Exclusions
The Exclusions resource manages the product or category exclusions from the volume program.
Show Source
Nested Schema : channelPrograms-volumeRules-products-exclusions-item-response
Type: object
Show Source
Nested Schema : channelPrograms-volumeRules-tiers-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to create programs.

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/channelPrograms"

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.

{
	"ProgramType": "Sales Initiated",
	"ProgramTemplate": "Supplier Ship and Debit",
	"BusinessUnit": "Vision Operations",
	"ProgramName": "CA Vendor Rebate",
	"Owner": "CHANNEL_USER",
	"Status": "Active",
	"Currency": "US Dollar",
	"ToDate": "2021-06-03",
	"FromDate": "2020-06-03",
	"Supplier": "CDS, Inc",
	"SupplierId": 1178,
	"SupplierSite": "PITTSBURGH",
	"SupplierSiteId": 2854,
	"productRules" : 
	[{
		"ItemLevelCode":"ITEM",
		"Item": "AS72111",
		"UOMCode":"Ea",
		"DiscountTypeCode":"DISCOUNT_AMOUNT",
		"DiscountValue": 10,
		"ToDate": "2021-06-03",
		"FromDate": "2020-06-03"
	},
	{
		"ItemLevelCode":"ITEM",
		"Item": "XA6000",
		"UOMCode":"Ea",
		"DiscountTypeCode":"DISCOUNT_AMOUNT",
		"DiscountValue": 20,
		"ToDate": "2021-06-03",
		"FromDate": "2020-06-03"
	},
	{
		"ItemLevelCode":"ITEM",
		"Item": "AS77111",
		"UOMCode":"Ea",
		"DiscountTypeCode":"DISCOUNT_AMOUNT",
		"DiscountValue": 30,
		"ToDate": "2021-06-03",
		"FromDate": "2020-06-03"
	}] 
	,
	"programRules" : [ {
		

		"QualifierType": "Order Type",
		"ComparisonOperatorCode": "E",
		"QualifierValueCode": "MIX"
	}]
	,
	"marketRules" : [{
		
		"QualifierType": "Customer",
		"QualifierValueCode": "1006",    
		"ComparisonOperatorCode": "E"

	}
	]
}

Example Response Body

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

{
	"ProgramId": 300100185773684,
	"ProgramType": "Sales Initiated",
	"ProgramTypeId": 300100185735482,
	"ProgramTemplate": "Supplier Ship and Debit",
	"ProgramTemplateCode": "SUPPLIER_SHIP_AND_DEBIT",
	"BusinessUnit": "Vision Operations",
	"BusinessUnitId": 204,
	"ProgramName": "CA Vendor Rebate",
	"ProgramCode": "SSD13001",
	"Owner": "CHANNEL_USER",
	"OwnerId": 300100181693728,
	"Status": "Active",
	"StatusId": 300100183528749,
	"Currency": "US Dollar",
	"CurrencyCode": "USD",
	"Description": null,
	"CreatedBy": "channel_user",
	"CreationDate": "2020-06-03T02:03:38+00:00",
	"LastUpdatedBy": "channel_user",
	"LastUpdateDate": "2020-06-03T02:03:38.628+00:00",
	"Supplier": "CDS, Inc",
	"SupplierId": 1178,
	"SupplierNumber": "5102",
	"SupplierSite": "PITTSBURGH",
	"SupplierSiteId": 2854,
	"SupplierAuthorizationNumber": null,
	"SupplierQuoteNumber": null,
	"EffectiveDateTypeCode": "REQ_SHIP_DATE",
	"FromDate": "2020-06-03",
	"ToDate": "2021-06-03",
	"ApplyManuallyToOrderFlag": false,
	"OverrideProgramFlag": true,
	"productRules": [
	{
		"ProgramLineId": 300100185773685,
		"ProgramId": 300100185773684,
		"ItemLevel": "Item",
		"ItemLevelCode": "ITEM",
		"ItemId": "628",
		"Item": "AS72111",
		"ItemDescription": "Envoy Deluxe Laptop",
		"UnitOfMeasure": "Each",
		"UOMCode": "Ea",
		"DiscountType": "Amount",
		"DiscountTypeCode": "DISCOUNT_AMOUNT",
		"DiscountValue": 10,
		"MaximumQuantity": null,
		"FromDate": "2020-06-03",
		"ToDate": "2021-06-03",
		"CreatedBy": "channel_user",
		"CreationDate": "2020-06-03T02:03:38.136+00:00",
		"LastUpdatedBy": "channel_user",
		"LastUpdateDate": "2020-06-03T02:03:38.648+00:00",
		"SupplierItemId": null,
		"SupplierItem": null,
		"SupplierItemDescription": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/productRules/300100185773685",
			"name": "productRules",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/productRules/300100185773685",
			"name": "productRules",
			"kind": "item"
		},
		{
			"rel": "parent",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684",
			"name": "channelPrograms",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/productRules/300100185773685/child/DFF",
			"name": "DFF",
			"kind": "collection"
		}
		]
	},
	{
		"ProgramLineId": 300100185773686,
		"ProgramId": 300100185773684,
		"ItemLevel": "Item",
		"ItemLevelCode": "ITEM",
		"ItemId": "11923",
		"Item": "XA6000",
		"ItemDescription": "Lite Desktop",
		"UnitOfMeasure": "Each",
		"UOMCode": "Ea",
		"DiscountType": "Amount",
		"DiscountTypeCode": "DISCOUNT_AMOUNT",
		"DiscountValue": 20,
		"MaximumQuantity": null,
		"FromDate": "2020-06-03",
		"ToDate": "2021-06-03",
		"CreatedBy": "channel_user",
		"CreationDate": "2020-06-03T02:03:38.187+00:00",
		"LastUpdatedBy": "channel_user",
		"LastUpdateDate": "2020-06-03T02:03:38.651+00:00",
		"SupplierItemId": null,
		"SupplierItem": null,
		"SupplierItemDescription": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/productRules/300100185773686",
			"name": "productRules",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/productRules/300100185773686",
			"name": "productRules",
			"kind": "item"
		},
		{
			"rel": "parent",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684",
			"name": "channelPrograms",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/productRules/300100185773686/child/DFF",
			"name": "DFF",
			"kind": "collection"
		}
		]
	},
	{
		"ProgramLineId": 300100185773687,
		"ProgramId": 300100185773684,
		"ItemLevel": "Item",
		"ItemLevelCode": "ITEM",
		"ItemId": "8317",
		"Item": "AS77111",
		"ItemDescription": "Envoy Deluxe Laptop",
		"UnitOfMeasure": "Each",
		"UOMCode": "Ea",
		"DiscountType": "Amount",
		"DiscountTypeCode": "DISCOUNT_AMOUNT",
		"DiscountValue": 30,
		"MaximumQuantity": null,
		"FromDate": "2020-06-03",
		"ToDate": "2021-06-03",
		"CreatedBy": "channel_user",
		"CreationDate": "2020-06-03T02:03:38.199+00:00",
		"LastUpdatedBy": "channel_user",
		"LastUpdateDate": "2020-06-03T02:03:38.654+00:00",
		"SupplierItemId": null,
		"SupplierItem": null,
		"SupplierItemDescription": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/productRules/300100185773687",
			"name": "productRules",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/productRules/300100185773687",
			"name": "productRules",
			"kind": "item"
		},
		{
			"rel": "parent",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684",
			"name": "channelPrograms",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/productRules/300100185773687/child/DFF",
			"name": "DFF",
			"kind": "collection"
		}
		]
	}
	],
	"programRules": [
	{
		"ProgramId": 300100185773684,
		"QualifierId": 300100185773688,
		"QualifierTypeCode": "ORDER_TYPE",
		"QualifierType": "Order Type",
		"QualifierValueCode": "MIX",
		"QualifierValue": "Mixed Orders",
		"ComparisonOperatorCode": "E",
		"CreatedBy": "channel_user",
		"CreationDate": "2020-06-03T02:03:38.212+00:00",
		"LastUpdatedBy": "channel_user",
		"LastUpdateDate": "2020-06-03T02:03:38.656+00:00",
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/programRules/300100185773688",
			"name": "programRules",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/programRules/300100185773688",
			"name": "programRules",
			"kind": "item"
		},
		{
			"rel": "parent",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684",
			"name": "channelPrograms",
			"kind": "item"
		}
		]
	}
	],
	"marketRules": [
	{
		"QualifierId": 300100185773689,
		"ProgramId": 300100185773684,
		"QualifierTypeCode": "SOLD_TO_PARTY_ID",
		"QualifierType": "Customer",
		"QualifierValueCode": "1006",
		"QualifierValue": "Computer Service and Rentals",
		"ComparisonOperatorCode": "E",
		"FromDate": null,
		"ToDate": null,
		"CreatedBy": "channel_user",
		"CreationDate": "2020-06-03T02:03:38.235+00:00",
		"LastUpdatedBy": "channel_user",
		"LastUpdateDate": "2020-06-03T02:03:38.658+00:00",
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/marketRules/300100185773689",
			"name": "marketRules",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/marketRules/300100185773689",
			"name": "marketRules",
			"kind": "item"
		},
		{
			"rel": "parent",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684",
			"name": "channelPrograms",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/marketRules/300100185773689/child/conditions",
			"name": "conditions",
			"kind": "collection"
		}
		]
	}
	],
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684",
		"name": "channelPrograms",
		"kind": "item",
		"properties": {
			"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
		}
	},
	{
		"rel": "canonical",
		"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684",
		"name": "channelPrograms",
		"kind": "item"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/DFF",
		"name": "DFF",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/marketRules",
		"name": "marketRules",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/productRules",
		"name": "productRules",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/channelPrograms/300100185773684/child/programRules",
		"name": "programRules",
		"kind": "collection"
	}
	]
}
Back to Top