Create all extensible flexfields

post

/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemEffCategory

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Items Version 2 resource and used to uniquely identify an instance of Items Version 2. The client should not generate the hash key value. Instead, the client should query on the Items Version 2 collection resource in order to navigate to a specific instance of Items Version 2 to get the hash key.
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 : Discriminator: CategoryCode
Type: object
Discriminator: CategoryCode

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_item_categories_view_j__ItemRootIccPrivateVO-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 : Discriminator: CategoryCode
Type: object
Discriminator: CategoryCode

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_item_categories_view_j__ItemRootIccPrivateVO-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to create all extensible flexfields.

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/itemsV2/itemsV2UniqID/child/ItemEffCategory"

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.

{
	"OrganizationCode":"V1",
	"ItemClass" : "Compressors", 
	"ItemNumber" : "ASM2584000002", 
	"ItemDescription" : "Compressor, Rota, ASM series",

	"ItemEffCategory": [
	{
		"CategoryCode": "Compressors",
		"Characteristics":[
		{
			"CategoryCode": "Compressors",
			"ContextCode": "Characteristics",
			"Type": "Rotary",
			"Displacement":198
		}
		],
		"Pricing":[
		{
			"CategoryCode": "Compressors",
			"ContextCode": "Pricing",
			"Discount": 8
		}
		]
	}
	]
}

Example Response Body

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

{
	"ItemId": 300100179051989,
	"OrganizationId": 204,
	"OrganizationCode": "V1",
	"ItemClass": "Compressors",
	"Template": null,
	"ItemNumber": "ASM2584000002",
	"ItemDescription": " Compressor, Rota, ASM series ",
	"ApprovalStatusValue": null,
	"ItemStatusValue": null,
	"LifecyclePhaseValue": null,
	"StyleItemFlag": null,
	"StyleItemNumberValue": null,
	"Keyword": null,
	"IgnoreDuplicateItemFlag": "false",
	"UserItemTypeValue": null,
	"PackTypeValue": null,
	"LongDescription": null,
	"FormattedDescription": null,
	"PrimaryUOMValue": null,
	"TrackingUnitofMeasure": null,
	"TransactionConversionValue": null,
	"SecondaryUnitofMeasureValue": null,
	"DefaultingControlValue": null,
	"PositiveDeviationFactor": 0,
	"NegativeDeviationFactor": 0,
	"CopyItemAndApplyTemplatesFlag": null,
	"CopyAssociationsFlag": false,
	"CopyAttachmentsFlag": false,
	"CopyCategoriesFlag": false,
	"CopyFromItemValue": null,
	"CopyFromRevisionValue": null,
	"CopyFromVersionValue": null,
	"CopyOrganizationAssignmentsFlag": false,
	"LastSubmittedNewItemRequest": null,
	"ChangeNotice": null,
	"ChangeOrderLineSequenceNumber": null,
	"StructureItemTypeValue": null,
	"CreateConfiguredItem": null,
	"ConfigModelTypeValue": null,
	"EffectivityControlValue": null,
	"BaseItemValue": null,
	"AutoCreatedConfigurationFlag": false,
	"PickComponentsFlag": false,
	"AssembleToOrderFlag": false,
	"CostingEnabledFlag": true,
	"IncludeInRollUpFlag": true,
	"StandardLotSize": null,
	"InventoryAssetFlag": true,
	"BuildInWIPFlag": true,
	"WIPSupplyTypeValue": null,
	"WIPSupplyLocatorValue": null,
	"WIPSupplySubinventoryValue": null,
	"OvercompletionToleranceTypeValue": null,
	"OvercompletionToleranceValue": null,
	"InventoryCarryPenalty": null,
	"OperationSlackPenalty": null,
	"RecipeEnabledFlag": true,
	"ProcessQualityEnabledFlag": false,
	"ProcessCostingEnabledFlag": false,
	"ProcessExecutionEnabledFlag": true,
	"ProcessSupplySubinventoryValue": null,
	"ProcessSupplyLocatorValue": null,
	"ProcessYieldSubinventoryValue": null,
	"ProcessYieldLocatorValue": null,
	"HazardousMaterialFlag": true,
	"CASNumber": null,
	"AssetTrackedFlag": false,
	"AssetClassValue": null,
	"ServiceRequestEnabledValue": null,
	"DefectTrackingOnFlag": null,
	"CommsActivationReqdFlag": null,
	"ServiceDurationTypeValue": null,
	"ServiceDuration": null,
	"ServiceDurationPeriodValue": null,
	"ServiceStartTypeValue": null,
	"ServiceStartDelay": 0,
	"AllowSuspendFlag": false,
	"AllowTerminateFlag": false,
	"RequiresFulfillmentLocFlag": false,
	"RequiresItemAssociationFlag": false,
	"CreateFixedAssetFlag": null,
	"InstanceClassValue": null,
	"BillingTypeValue": null,
	"ServiceBillingEnabledFlag": false,
	"RecoveredPartDispositionValue": null,
	"InventoryItemFlag": true,
	"StockEnabledFlag": true,
	"MaterialTransactionEnabledFlag": true,
	"ReservableFlag": true,
	"CheckMaterialShortageFlag": false,
	"RevisionQuantityControlFlag": false,
	"BulkPickedFlag": false,
	"LotControlValue": null,
	"StartingLotPrefix": null,
	"StartingLotNumber": null,
	"MaturityDays": null,
	"HoldDays": null,
	"LotExpirationControlValue": null,
	"ShelfLifeDays": 0,
	"RetestInterval": null,
	"ExpirationActionValue": null,
	"ExpirationActionInterval": null,
	"ChildLotEnabledFlag": false,
	"ChildLotFormatValidationFlag": false,
	"CopyLotAttributeFlag": false,
	"ChildLotPrefix": null,
	"ChildLotStartingNumber": null,
	"ChildLotParent": null,
	"LotTranslateEnabledFlag": false,
	"LotSplitEnabledFlag": false,
	"LotDivisibleFlag": false,
	"LotSubstitutionEnabledFlag": null,
	"LotMergeEnabledFlag": false,
	"GradeControlFlag": false,
	"DefaultGradeValue": null,
	"SerialGenerationValue": null,
	"SerialStartingPrefix": null,
	"SerialStartingNumber": null,
	"NegativeMeasurementError": null,
	"PositiveMeasurementError": null,
	"CycleCountEnabledFlag": false,
	"LotStatusEnabledFlag": false,
	"SerialStatusEnabledFlag": false,
	"DefaultLotStatusValue": null,
	"DefaultSerialStatusValue": null,
	"RestrictSubinventoriesFlag": false,
	"RestrictLocatorsFlag": false,
	"StockLocatorControlValue": null,
	"DimensionUOMValue": null,
	"UnitWidthQuantity": null,
	"UnitLengthQuantity": null,
	"UnitHeightQuantity": null,
	"WeightUOMValue": null,
	"UnitWeightQuantity": null,
	"VolumeUOMValue": null,
	"UnitVolumeQuantity": null,
	"ContainerItemFlag": null,
	"ContainerTypeValue": null,
	"MaximumLoadWeight": null,
	"VehicleItemFlag": null,
	"InternalVolume": null,
	"MinimumFillPercent": null,
	"WarehouseEquipmentFlag": false,
	"EventFlag": null,
	"CollateralFlag": null,
	"CustomerOrderFlag": true,
	"CustomerOrderEnabledFlag": true,
	"ATPComponentsValue": null,
	"PickingRuleValue": null,
	"RMAInspectionRequiredFlag": false,
	"EligibilityRuleFlag": null,
	"ReturnableFlag": false,
	"ATPValue": null,
	"FinancingAllowedFlag": null,
	"SalesProductTypeValue": null,
	"TransactionEnabledFlag": true,
	"OrderManagementIndivisibleFlag": null,
	"DefaultSalesOrderSourceTypeValue": null,
	"ElectronicFormatFlag": null,
	"ShippableFlag": true,
	"DefaultShippingOrganizationValue": null,
	"ShipModelCompleteFlag": false,
	"DownloadableFlag": null,
	"OverShipmentTolerance": null,
	"UnderShipmentTolerance": null,
	"OverReturnTolerance": null,
	"UnderReturnTolerance": null,
	"InvoiceEnabledFlag": true,
	"AccountingRuleValue": null,
	"PaymentTermsValue": null,
	"OutputTaxClassificationCodeValue": null,
	"InvoicedFlag": true,
	"InvoicingRuleValue": null,
	"SalesAccountValue": null,
	"WebStatusValue": null,
	"BackOrderableFlag": null,
	"OrderableOnWebFlag": true,
	"MinimumLicenseQuantity": null,
	"InventoryPlanningMethodValue": null,
	"PlanningMakeBuyValue": null,
	"Planner": null,
	"SubcontractingComponentValue": null,
	"MinimumMinmaxQuantity": null,
	"MaximumMinmaxQuantity": null,
	"MinimumOrderQuantity": null,
	"MaximumOrderQuantity": null,
	"OrderCost": null,
	"SourceOrganizationValue": null,
	"SourceSubinventoryOrganizationValue": null,
	"SourceSubinventoryValue": null,
	"FixedOrderQuantity": null,
	"FixedDaysSupply": null,
	"FixedLotSizeMultiplier": null,
	"ReleaseAuthorizationRequiredValue": null,
	"AutomaticallyExpireASNFlag": false,
	"ConsignedFlag": false,
	"ReplenishmentMinimumOrder": null,
	"MaximumOrder": null,
	"VMIFixedOrderQuantity": null,
	"ForecastTypelValue": null,
	"ForecastHorizon": null,
	"PlanningMethodValue": null,
	"RoundingControlTypeFlag": true,
	"CreateSupplyFlag": true,
	"PlanningTimeFence": null,
	"DemandTimeFence": null,
	"ReleaseTimeFence": null,
	"ShrinkageRate": null,
	"ForecastControlValue": null,
	"AcceptableEarlyDays": null,
	"PlanningTimeDays": 1,
	"DemandTimeDays": null,
	"ReleaseTimeDays": null,
	"MRPCalculateATPFlag": null,
	"PreprocessingDays": null,
	"PostprocessingDays": 0,
	"ProcessingDays": null,
	"VariableLeadTime": null,
	"CumulativeTotalLeadTime": null,
	"FixedLeadTime": null,
	"CumulativeManufacturingLeadTime": null,
	"LeadTimeLotSize": 1,
	"PurchasingFlag": true,
	"UseApprovedSupplierFlag": false,
	"NegotiationRequiredFlag": null,
	"PurchasingInputTaxClassificationValue": null,
	"UnitOfIssueValue": null,
	"InvoiceCloseTolerancePercentage": null,
	"HazardClassValue": null,
	"AssetCategoryValue": null,
	"PurchasableFlag": true,
	"TaxableFlag": true,
	"BuyerOrganizationValue": null,
	"DefaultBuyerValue": null,
	"ReceiptCloseTolerancePercentage": null,
	"UNNumberValue": null,
	"ListPrice": null,
	"PriceTolerancePercentage": null,
	"MarketPrice": null,
	"RoundingFactor": null,
	"OutsideProcessingUnitTypeValue": null,
	"MatchApprovalLevelValue": null,
	"MatchConfigurationOptionValue": null,
	"EnforceShipToLocation": null,
	"ReceiptDateActionValue": null,
	"DaysEarlyReceiptAllowed": null,
	"DaysLateReceiptAllowed": null,
	"AllowSubstituteReceiptsFlag": null,
	"AllowUnorderedReceiptsFlag": null,
	"QuantityReceivedToleranceAction": null,
	"QuantityReceivedTolerancePercentage": null,
	"ItemExtensibleFlexfieldCategoryCode": "KM_IC",
	"CreationDate": "2019-05-13T13:01:55.003+00:00",
	"LastUpdateDate": "2019-05-13T13:02:26.579+00:00",
	"BackToBackEnabledFlag": false,
	"ContractManufacturingFlag": false,
	"DaysOfCover": null,
	"DemandPeriod": null,
	"SafetyStockPlanningMethodValue": null,
	"OutsideProcessServiceFlag": false,
	"AllowMaintenanceAssetFlag": false,
	"EnableGenealogyTrackingFlag": false,
	"EngineeredItemFlag": false,
	"StandardCoverage": null,
	"ProcurementBusinessUnitName": null,
	"ForcePurchaseLeadTimeFlag": true,
	"ReplacementTypeValue": null,
	"BuyerEmailAddress": null,
	"AssetTrackedValue": null,
	"RequestId": null,
	"ReplenishmentMaximumOrder": null,
	"CreatedBy": "User",
	"CreationDateTime": "2019-05-13T13:01:55.003+00:00",
	"LastUpdateDateTime": "2019-05-13T13:02:26.579+00:00",
	"LastUpdateLogin": "87A9871F7AD0083FE0535EBFF20A795C",
	"LastUpdatedBy": "User",
	"InternallyTransferableFlag": false,
	"TransferOrdersEnabledFlag": false,
	"ReplenishmentMaximumDaysOfSupply": null,
	"CustomerSelfServiceEnabledFlag": false,
	"AllowPurchasingDocumentDescriptionUpdateFlag": true,
	"EnableContractCoverage": true,
	"CarryingCostPercentage": null,
	"ReplenishmentMinimumDaysOfSupply": null,
	"AllowExpressTransactionsFlag": null,
	"ReplenishmentSourceType": null,
	"ReceiptRoutingValue": null,
	"PricingUnitOfMeasure": null,
	"InvoiceMatchOptionValue": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F08491C5D7FFFFFFFFFFFFFFFF",
			"name": "ItemRevision",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F08491C5D7FFFFFFFFFFFFFFFF",
			"name": "ItemRevision",
			"kind": "item"
		},
		{
			"rel": "parent",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC",
			"name": "itemsV2",
			"kind": "item"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F08491C5D7FFFFFFFFFFFFFFFF/lov/LovRevisionreasonValue",
			"name": "LovRevisionreasonValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F08491C5D7FFFFFFFFFFFFFFFF/child/ItemRevisionTranslation",
			"name": "ItemRevisionTranslation",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F08491C5D7FFFFFFFFFFFFFFFF/child/RevisionAttachment",
			"name": "RevisionAttachment",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F08491C5D7FFFFFFFFFFFFFFFF/child/ItemRevisionDFF",
			"name": "ItemRevisionDFF",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemRevision/00030000000EACED00057708000110F08491C5D7FFFFFFFFFFFFFFFF/child/ItemRevisionEffCategory",
			"name": "ItemRevisionEffCategory",
			"kind": "collection"
		}
		]
	}
	],
	"ItemDFF": [
	{
		"InventoryItemId": 300100179051989,
		"OrganizationId": 204,
		"_ITM_Glob_Seg_Char_1": null,
		"_zBIAItemDFF": null,
		"rt2ditemdff2dchar15": null,
		"rt2ditemdff2dnumber8": null,
		"rt2ditemdff2ddate": null,
		"hcopchar": null,
		"itemMultiplier": null,
		"__FLEX_Context": "Golden Tax Adaptor",
		"__FLEX_Context_DisplayValue": "Golden Tax Adaptor",
		"ItemModel": "Item Model_XX01",
		"TaxDenomination": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemDFF/00020000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC",
			"name": "ItemDFF",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemDFF/00020000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC",
			"name": "ItemDFF",
			"kind": "item"
		},
		{
			"rel": "parent",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC",
			"name": "itemsV2",
			"kind": "item"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemDFF/00020000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LVVO_ItemModel",
			"name": "LVVO_ItemModel",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemDFF/00020000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LVVO___FLEX_Context",
			"name": "LVVO___FLEX_Context",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemDFF/00020000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LVVO_TaxDenomination",
			"name": "LVVO_TaxDenomination",
			"kind": "collection"
		}
		]
	}
	],
	
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC",
		"name": "itemsV2",
		"kind": "item",
		"properties": {
			"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E00020000000278"
		}
	},
	{
		"rel": "canonical",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC",
		"name": "itemsV2",
		"kind": "item"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovReceivingRoutingValue",
		"name": "LovReceivingRoutingValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovPaymentTermsValue",
		"name": "LovPaymentTermsValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovTradeItemDescriptorValue",
		"name": "LovTradeItemDescriptorValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/SafetyStockPlanningMethodVA",
		"name": "SafetyStockPlanningMethodVA",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovDimensionUOMValue",
		"name": "LovDimensionUOMValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovInventoryPlanningValue",
		"name": "LovInventoryPlanningValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovInventoryItemStatusValue",
		"name": "LovInventoryItemStatusValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovStyleItemNumbervalue",
		"name": "LovStyleItemNumbervalue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovItemCatalogGroupValue",
		"name": "LovItemCatalogGroupValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovDefaultGradeValue",
		"name": "LovDefaultGradeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovServiceDurationTypeValue",
		"name": "LovServiceDurationTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/ReplacementTypeValueVA",
		"name": "ReplacementTypeValueVA",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovProcessYieldSubinventoryValue",
		"name": "LovProcessYieldSubinventoryValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovAssetTrackedValue",
		"name": "LovAssetTrackedValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovSubcontractingComponentValue",
		"name": "LovSubcontractingComponentValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovCopyFromRevisionValue",
		"name": "LovCopyFromRevisionValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovPurchasingTaxValue",
		"name": "LovPurchasingTaxValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovServRequestEnabledValue",
		"name": "LovServRequestEnabledValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovIbItemInstanceClassValue",
		"name": "LovIbItemInstanceClassValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovOvercompletionToleranceTypeValue",
		"name": "LovOvercompletionToleranceTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovUNNumberValue",
		"name": "LovUNNumberValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovCopyFromItemValue",
		"name": "LovCopyFromItemValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovRecoveredPartDispValue",
		"name": "LovRecoveredPartDispValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovSecondaryDefaultIndValue",
		"name": "LovSecondaryDefaultIndValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovConfigOrgsValue",
		"name": "LovConfigOrgsValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovOutsideOperationUOMTypeValue",
		"name": "LovOutsideOperationUOMTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovSerialNumberControlValue",
		"name": "LovSerialNumberControlValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovReceiptDaysExceptionValue",
		"name": "LovReceiptDaysExceptionValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovDefaultShippingOrgValue",
		"name": "LovDefaultShippingOrgValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovSourceTypeValue",
		"name": "LovSourceTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovReleaseTimeFenceValue",
		"name": "LovReleaseTimeFenceValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovMRPPlanningValue",
		"name": "LovMRPPlanningValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovDefaultSerialStatusValue",
		"name": "LovDefaultSerialStatusValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovSoAuthorizationValue",
		"name": "LovSoAuthorizationValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovMaterialBillableValue",
		"name": "LovMaterialBillableValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovConfigModelTypeValue",
		"name": "LovConfigModelTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovTrackingQuantityIndValue",
		"name": "LovTrackingQuantityIndValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovShelfLifeValue",
		"name": "LovShelfLifeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovSecondaryUomValue",
		"name": "LovSecondaryUomValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovUnitOfIssueValue",
		"name": "LovUnitOfIssueValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovAccountingRuleValue",
		"name": "LovAccountingRuleValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovCurrentPhaseValue",
		"name": "LovCurrentPhaseValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/ContractCoveragePVO1",
		"name": "ContractCoveragePVO1",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovATPValue",
		"name": "LovATPValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovContainerTypeValue",
		"name": "LovContainerTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovDemandTimeFenceValue",
		"name": "LovDemandTimeFenceValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovSalesProductTypeValue",
		"name": "LovSalesProductTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovDefaultSoSourceTypeValue",
		"name": "LovDefaultSoSourceTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovSourceSubinventoryValue",
		"name": "LovSourceSubinventoryValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovOntPricingQuantitySourceValue",
		"name": "LovOntPricingQuantitySourceValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovPlannerValue",
		"name": "LovPlannerValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovWebStatusValue",
		"name": "LovWebStatusValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovWeightUOMValue",
		"name": "LovWeightUOMValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovInvoiceMatchOption",
		"name": "LovInvoiceMatchOption",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovBaseItemValue",
		"name": "LovBaseItemValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovParentChildGenerationValue",
		"name": "LovParentChildGenerationValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovVolumeUOMValue",
		"name": "LovVolumeUOMValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovProcessSupplySubinventoryValue",
		"name": "LovProcessSupplySubinventoryValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovDefaultLotStatusValue",
		"name": "LovDefaultLotStatusValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovLocationControlValue",
		"name": "LovLocationControlValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovATOForecastControlValue",
		"name": "LovATOForecastControlValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovATPComponentsValue",
		"name": "LovATPComponentsValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovServiceStartTypeValue",
		"name": "LovServiceStartTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovPlanningMakeBuyValue",
		"name": "LovPlanningMakeBuyValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovQuantityRcvExceptionValue",
		"name": "LovQuantityRcvExceptionValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovPlanningTimeFenceValue",
		"name": "LovPlanningTimeFenceValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovEnforceShipToLocationValue",
		"name": "LovEnforceShipToLocationValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovEffectivityControlValue",
		"name": "LovEffectivityControlValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovApprovalStatusValue",
		"name": "LovApprovalStatusValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovAssetClassValue",
		"name": "LovAssetClassValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovCopyFromVersionValue",
		"name": "LovCopyFromVersionValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovAllowedUnitsLookupValue",
		"name": "LovAllowedUnitsLookupValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovVmiForecastTypeValue",
		"name": "LovVmiForecastTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovBuyerOrganizationValue",
		"name": "LovBuyerOrganizationValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovWIPSupplyTypeValue",
		"name": "LovWIPSupplyTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovOrganizationValue",
		"name": "LovOrganizationValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovTemplateValue",
		"name": "LovTemplateValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovItemTypeValue",
		"name": "LovItemTypeValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovServiceDurationPeriodValue",
		"name": "LovServiceDurationPeriodValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovConfigMatchValue",
		"name": "LovConfigMatchValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovInvoicingRuleValue",
		"name": "LovInvoicingRuleValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovSourceSubinventoryOrganizationValue",
		"name": "LovSourceSubinventoryOrganizationValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovPrimaryUOMValue",
		"name": "LovPrimaryUOMValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovSourceOrganizationValue",
		"name": "LovSourceOrganizationValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovTaxValue",
		"name": "LovTaxValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovWIPSupplySubinventoryValue",
		"name": "LovWIPSupplySubinventoryValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovLotControlValue",
		"name": "LovLotControlValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovPickingRuleValue",
		"name": "LovPickingRuleValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovHazardClassValue",
		"name": "LovHazardClassValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovExpirationActionValue",
		"name": "LovExpirationActionValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovBuyerValue",
		"name": "LovBuyerValue",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/lov/LovBOMItemTypeValue",
		"name": "LovBOMItemTypeValue",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemRevision",
		"name": "ItemRevision",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/LovEamActivitySourceValue",
		"name": "LovEamActivitySourceValue",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemTranslation",
		"name": "ItemTranslation",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/LovEndAssemblyPeggingValue",
		"name": "LovEndAssemblyPeggingValue",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/LovSubstitutionWindowValue",
		"name": "LovSubstitutionWindowValue",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemDFF",
		"name": "ItemDFF",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/LovEamItemTypeValue",
		"name": "LovEamItemTypeValue",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemAttachment",
		"name": "ItemAttachment",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemEffCategory",
		"name": "ItemEffCategory",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/LovRepairProgramValue",
		"name": "LovRepairProgramValue",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemGlobalDFF",
		"name": "ItemGlobalDFF",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/LovEamActivityCauseValue",
		"name": "LovEamActivityCauseValue",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/LovEamActivityTypeValue",
		"name": "LovEamActivityTypeValue",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemSupplierAssociation",
		"name": "ItemSupplierAssociation",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/LovEamActShutdownStatusValue",
		"name": "LovEamActShutdownStatusValue",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/LovCopyFromOrgValue",
		"name": "LovCopyFromOrgValue",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC0000000EACED00057708000110F08491C5D50000000EACED0005770800000000000000CC/child/ItemCategory",
		"name": "ItemCategory",
		"kind": "collection"
	}
	]
}

Back to Top