Create Sales Order With Extensible Flexfield

When you want to create a sales order with order header extensible flexfield, you need to get the metadata for the sales order extensible flexfield.

You can use the Sales Orders for Order Hub resource to get the metadata for the sales order extensible flexfield.

Let's discuss the scenario, where Richard Jones is an integration user with Order Entry Specialist role. Richard wants to create a sales order with order header extensible flexfields using REST API. Richard can:

  1. Get the metadata for a sales order extensible flexfield
  2. Use the sales order header extensible flexfield metadata to create a sales order

Get Metadata for Sales Order Extensible Flexfield

In this scenario, Richard gets the metadata for a sales order extensible flexfield.

Example URL

Use this resource URL format.

GET

curl -i -X GET \
-H "Authorization:Basic c2Ntb3BlcmF0aW9uczpXZWxjb21lMQ==" \
-H "REST-FRAMEWORK:4" \
-H "Rest-Framework-Version:4" \
'https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/describe?polymorphicType=salesOrdersForOrderHub.additionalInformation%3ADOO_HEADERS_ADD_INFO'

Example Response

Here's an example of the response body in JSON format.

{
	{
		"title": "Extensible Flexfield Contexts, Grouped for Order Header",
		"attributes": [
		{
			"name": "Category",
			"type": "string",
			"updatable": true,
			"mandatory": false,
			"queryable": true,
			"allowChanges": "always",
			"precision": 240,
			"defaultValue": "DOO_HEADERS_ADD_INFO"
		}
		],
		"item": {
			"links": [
			...
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/{id}/child/additionalInformation/{id}/child/HeaderEffBComplianceDetailsprivateVO",
				"name": "HeaderEffBComplianceDetailsprivateVO",
				"kind": "collection",
				"cardinality": {
					"value": "1 to 1",
					"sourceAttributes": "HeaderId",
					"destinationAttributes": "HeaderId"
				}
			}
			]
		},
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/describe?polymorphicType=salesOrdersForOrderHub.additionalInformation%3ADOO_HEADERS_ADD_INFO",
			"name": "self",
			"kind": "describe"
		}
		],
		"children": {
			"HeaderEffBReseller__InformationprivateVO": 
			{
				...
			},
			"HeaderEffBComplianceDetailsprivateVO": {
				"attributes": [
				{
					"name": "ContextCode",
					"type": "string",
					"updatable": true,
					"mandatory": true,
					"queryable": true,
					"allowChanges": "always",
					"precision": 80,
					"defaultValue": "ComplianceDetails",
					"maxLength": "80",
					"properties": {
						"DISPLAYHINT": "Hide",
						"FND_ACFF_ApplicationID": "10008",
						"FND_ACFF_ApplicationShortName": "DOO",
						"FND_ACFF_FlexfieldCode": "DOO_HEADERS_ADD_INFO",
						"FND_ACFF_ModelID": "EFF_DOO_DOO_5FHEADERS_5FADD_5FINFO_DOO_5FHEADERS_5FADD_5FINFO_DOO_5FHEADERS_5FEFF_5FB",
						"FND_ACFF_VF": "c"
					}
				},
				{
					"name": "EffLineId",
					"type": "integer",
					"updatable": true,
					"mandatory": true,
					"queryable": true,
					"allowChanges": "always",
					"precision": 18,
					"hasDefaultValueExpression": true,
					"properties": {
						"DISPLAYHINT": "Hide",
						"fnd:GLOBALLY_UNIQUE": "true"
					}
				},
				{
					"name": "ObjectVersionNumber",
					"type": "integer",
					"updatable": true,
					"mandatory": true,
					"queryable": true,
					"allowChanges": "always",
					"precision": 9,
					"properties": {
						"DISPLAYHINT": "Hide"
					}
				},
				{
					"name": "CreatedBy",
					"type": "string",
					"updatable": true,
					"mandatory": true,
					"queryable": true,
					"allowChanges": "inCreate",
					"precision": 64,
					"defaultValue": "-1",
					"maxLength": "64",
					"properties": {
						"DISPLAYHINT": "Hide"
					}
				},
				{
					"name": "CreationDate",
					"type": "datetime",
					"updatable": true,
					"mandatory": true,
					"queryable": true,
					"allowChanges": "inCreate",
					"properties": {
						"DISPLAYHINT": "Hide"
					}
				},
				{
					"name": "HeaderId",
					"type": "integer",
					"updatable": true,
					"mandatory": false,
					"queryable": true,
					"allowChanges": "always",
					"precision": 18,
					"properties": {
						"DISPLAYHINT": "Hide"
					}
				},
				{
					"name": "LastUpdateDate",
					"type": "datetime",
					"updatable": true,
					"mandatory": true,
					"queryable": true,
					"allowChanges": "always",
					"properties": {
						"DISPLAYHINT": "Hide"
					}
				},
				{
					"name": "LastUpdateLogin",
					"type": "string",
					"updatable": true,
					"mandatory": false,
					"queryable": true,
					"allowChanges": "always",
					"precision": 32,
					"defaultValue": "-1",
					"maxLength": "32",
					"properties": {
						"DISPLAYHINT": "Hide"
					}
				},
				{
					"name": "LastUpdatedBy",
					"type": "string",
					"updatable": true,
					"mandatory": true,
					"queryable": true,
					"allowChanges": "always",
					"precision": 64,
					"defaultValue": "-1",
					"maxLength": "64",
					"properties": {
						"DISPLAYHINT": "Hide"
					}
				},
				{
					"name": "_ComplianceInfo",
					"type": "string",
					"updatable": true,
					"mandatory": false,
					"queryable": true,
					"allowChanges": "always",
					"precision": 150,
					"title": "Compliance Info",
					"includeInCompactView": true,
					"maxLength": "150",
					"properties": {
						"DISPLAYHEIGHT": "3",
						"DISPLAYWIDTH": "300",
						"FND_ACFF_EFF_CONTEXT_SEGMENT_CODE": "ComplianceInfo",
						"FND_ACFF_EFF_INDEXED_FLAG": "N",
						"FND_ACFF_EFF_SEGMENT_ATTRIBUTE": "true",
						"FND_ACFF_FlexfieldResourceBundleResId": "rev.a10008.dDOO_HEADERS_ADD_INFO..d4p.ComplianceDetails.ComplianceInfo",
						"FND_ACFF_JavaType": "java.lang.String",
						"FND_ACFF_MaximumLength": "150",
						"FND_ACFF_NLS_UNIT": "Compliance Info",
						"FND_ACFF_PreferredDisplayType": "TEXT_AREA",
						"FND_ACFF_SegmentName": "ComplianceInfo",
						"FND_ACFF_VF_ContextCode__ComplianceDetails": "c",
						"TOOLTIP": "Compliance Info",
						"oj-controlType": "oj-text-area"
					}
				},
				{
					"name": "_ComplianceDate",
					"type": "date",
					"updatable": true,
					"mandatory": false,
					"queryable": true,
					"allowChanges": "always",
					"title": "Compliance Date",
					"controlType": "date",
					"includeInCompactView": true,
					"properties": {
						"DISPLAYWIDTH": "100",
						"FND_ACFF_EFF_CONTEXT_SEGMENT_CODE": "ComplianceDate",
						"FND_ACFF_EFF_INDEXED_FLAG": "N",
						"FND_ACFF_EFF_SEGMENT_ATTRIBUTE": "true",
						"FND_ACFF_FlexfieldResourceBundleResId": "rev.a10008.dDOO_HEADERS_ADD_INFO..d4p.ComplianceDetails.ComplianceDate",
						"FND_ACFF_JavaType": "java.sql.Date",
						"FND_ACFF_NLS_UNIT": "Compliance Date",
						"FND_ACFF_PreferredDisplayType": "DATE_TIME",
						"FND_ACFF_SegmentName": "ComplianceDate",
						"FND_ACFF_VF_ContextCode__ComplianceDetails": "d",
						"TOOLTIP": "Compliance Date",
						"oj-controlType": "oj-input-date-time"
					}
				},
				{
					"name": "_CompleteCompliancedate",
					"type": "datetime",
					"updatable": true,
					"mandatory": false,
					"queryable": true,
					"allowChanges": "always",
					"title": "Complete Compliance date",
					"includeInCompactView": true,
					"properties": {
						"DISPLAYWIDTH": "100",
						"FND_ACFF_DATE_TIME_SENSITIVE": "UPTZ",
						"FND_ACFF_EFF_CONTEXT_SEGMENT_CODE": "CompleteCompliancedate",
						"FND_ACFF_EFF_INDEXED_FLAG": "N",
						"FND_ACFF_EFF_SEGMENT_ATTRIBUTE": "true",
						"FND_ACFF_FlexfieldResourceBundleResId": "rev.a10008.dDOO_HEADERS_ADD_INFO..d4p.ComplianceDetails.CompleteCompliancedate",
						"FND_ACFF_JavaType": "java.sql.Timestamp",
						"FND_ACFF_NLS_UNIT": "Complete Compliance date",
						"FND_ACFF_PreferredDisplayType": "DATE_TIME",
						"FND_ACFF_SegmentName": "CompleteCompliancedate",
						"FND_ACFF_VF_ContextCode__ComplianceDetails": "dt",
						"TOOLTIP": "Complete Compliance date",
						"oj-controlType": "oj-input-date-time"
					}
				},
				{
					"name": "_ComplianceReason",
					"type": "string",
					"updatable": true,
					"mandatory": false,
					"queryable": true,
					"allowChanges": "always",
					"precision": 150,
					"title": "Compliance Reason",
					"includeInCompactView": true,
					"maxLength": "150",
					"properties": {
						"DISPLAYHEIGHT": "3",
						"DISPLAYWIDTH": "300",
						"FND_ACFF_DV": "One Off",
						"FND_ACFF_DVT": "C",
						"FND_ACFF_DVT_ContextCode__ComplianceDetails": "C",
						"FND_ACFF_DV_ContextCode__ComplianceDetails": "One Off",
						"FND_ACFF_EFF_CONTEXT_SEGMENT_CODE": "ComplianceReason",
						"FND_ACFF_EFF_INDEXED_FLAG": "N",
						"FND_ACFF_EFF_SEGMENT_ATTRIBUTE": "true",
						"FND_ACFF_FlexfieldResourceBundleResId": "rev.a10008.dDOO_HEADERS_ADD_INFO..d4p.ComplianceDetails.ComplianceReason",
						"FND_ACFF_JavaType": "java.lang.String",
						"FND_ACFF_MaximumLength": "150",
						"FND_ACFF_NLS_UNIT": "Compliance Reason",
						"FND_ACFF_PreferredDisplayType": "TEXT_AREA",
						"FND_ACFF_SegmentName": "ComplianceReason",
						"FND_ACFF_VF_ContextCode__ComplianceDetails": "c",
						"TOOLTIP": "Compliance Reason",
						"oj-controlType": "oj-text-area"
					}
				},
				{
					"name": "_ComplianceValue",
					"type": "integer",
					"updatable": true,
					"mandatory": false,
					"queryable": true,
					"allowChanges": "always",
					"precision": 15,
					"title": "Compliance Value",
					"includeInCompactView": true,
					"properties": {
						"DISPLAYHEIGHT": "3",
						"DISPLAYWIDTH": "200",
						"FND_ACFF_EFF_CONTEXT_SEGMENT_CODE": "ComplianceValue",
						"FND_ACFF_EFF_INDEXED_FLAG": "N",
						"FND_ACFF_EFF_SEGMENT_ATTRIBUTE": "true",
						"FND_ACFF_EFF_SEGMENT_SCALE": "0",
						"FND_ACFF_FlexfieldResourceBundleResId": "rev.a10008.dDOO_HEADERS_ADD_INFO..d4p.ComplianceDetails.ComplianceValue",
						"FND_ACFF_JavaType": "java.math.BigDecimal",
						"FND_ACFF_MaximumValue": "999999999999999",
						"FND_ACFF_MinimumValue": "0",
						"FND_ACFF_NLS_UNIT": "Compliance Value",
						"FND_ACFF_Precision": "15",
						"FND_ACFF_PreferredDisplayType": "TEXT_AREA",
						"FND_ACFF_Scale": "0",
						"FND_ACFF_SegmentName": "ComplianceValue",
						"FND_ACFF_VF_ContextCode__ComplianceDetails": "n 15 0",
						"TOOLTIP": "Compliance Value",
						"oj-controlType": "oj-text-area"
					}
				}
				],
				"collection": {
					"links": [
					{
						"rel": "self",
						"href": "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/{id}/child/additionalInformation/{id}/child/HeaderEffBComplianceDetailsprivateVO",
						"name": "self",
						"kind": "collection"
					}
					],
					"actions": [
					{
						"name": "get",
						"method": "GET",
						"responseType": [
						"application/vnd.oracle.adf.resourcecollection+json",
						"application/json"
						]
					},
					{
						"name": "create",
						"method": "POST",
						"requestType": [
						"application/vnd.oracle.adf.resourceitem+json",
						"application/json"
						],
						"responseType": [
						"application/vnd.oracle.adf.resourceitem+json",
						"application/json"
						]
					},
					{
						"name": "upsert",
						"method": "POST",
						"header": "Upsert-Mode=true",
						"requestType": [
						"application/vnd.oracle.adf.resourceitem+json",
						"application/json"
						],
						"responseType": [
						"application/vnd.oracle.adf.resourceitem+json",
						"application/json"
						]
					}
					]
				},
				"item": {
					"links": [
					{
						"rel": "self",
						"href": "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/{id}/child/additionalInformation/{id}/child/HeaderEffBComplianceDetailsprivateVO/{id}",
						"name": "self",
						"kind": "item"
					},
					{
						"rel": "parent",
						"href": "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/{id}/child/additionalInformation/{id}",
						"name": "parent",
						"kind": "item"
					}
					],
					"actions": [
					{
						"name": "get",
						"method": "GET",
						"responseType": [
						"application/vnd.oracle.adf.resourceitem+json",
						"application/json"
						]
					},
					{
						"name": "update",
						"method": "PATCH",
						"requestType": [
						"application/vnd.oracle.adf.resourceitem+json",
						"application/json"
						],
						"responseType": [
						"application/vnd.oracle.adf.resourceitem+json",
						"application/json"
						]
					}
					]
				}
			},
			"HeaderEffBHeaderContext1privateVO": {
				...
			}
		}
	}
}

Create Sales Order Using Header Extensible Flexfield Metadata

In this scenario, Richard creates and submits a sales order using the order header level extensible flexfield metadata that was extracted in the previous step. This figure provides the list of attributes to be used to create a sales order using the header extensible flexfield metadata.

List of attributes to be used to create a sales order using the header extensible flexfield metadata.

The salesOrdersForOrderHub, additionalInformation resource includes the Category attribute with the value DOO_HEADERS_ADD_INFO, which represents a sales order header level extensible flexfield. Richard can set the HeaderEffBComplianceDetailsprivateVO as the name of the contextVO and the value of ContextCode is ComplianceDetails from the previous step to set on the extensible flexfield. Richard can set the values for _ComplianceInfo, _ComplianceDate, _CompleteCompliancedate, _ComplianceReason, _ComplianceValue attributes for each segment on the extensible flexfield.

Example URL

Use this resource URL/GET/PATCH/DELETE

curl -i -X POST \
-H "Authorization:Basic c2Ntb3BlcmF0aW9uczpXZWxjb21lMQ==" \
-H "Content-Type:application/json" \
-H "REST-FRAMEWORK:4" \
-d \
'request payload' \
'https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub'

Example Request

Here's an example of the request body in JSON format.

{ 
		"SourceTransactionNumber":"R13_HdrEff_01",
		"SourceTransactionSystem":"GPR",
		"SourceTransactionId":"R13_HdrEff_01",
		"BusinessUnitName":"Vision Operations",
		"BuyingPartyName":"Computer Service and Rentals",
		"TransactionType":"Standard Orders",
		"RequestedShipDate":"2019-10-19T20:49:12+00:00",
		"RequestedFulfillmentOrganizationName":"Vision Operations",
		"PaymentTerms":"30 Net",
		"TransactionalCurrencyName":"US Dollar",
		"RequestingBusinessUnitName":"Vision Operations",
		"FreezePriceFlag":false,
		"FreezeShippingChargeFlag":false,
		"FreezeTaxFlag":false,
		"SubmittedFlag":true,
		"SourceTransactionRevisionNumber":1,
		"lines":[ { 
			"SourceTransactionLineId":"1",
			"SourceTransactionLineNumber":"1",
			"SourceTransactionScheduleId":"1",
			"SourceScheduleNumber":"1",
			"TransactionCategoryCode":"ORDER",
			"TransactionLineType":"Buy",
			"ProductNumber":"AS92888",
			"OrderedQuantity":5,
			"OrderedUOM":"Each"
		}],
		"additionalInformation":[{
			"Category":"DOO_HEADERS_ADD_INFO",
			"HeaderEffBComplianceDetailsprivateVO":[{
				"ContextCode":"ComplianceDetails",
				"_ComplianceInfo":"Compliance info - ASP_0403_003 - 4/3/2018",
				"_ComplianceDate":null,
				"_CompleteCompliancedate":null,
				"_ComplianceReason":"Some reason - ASP_0403_003",
				"_ComplianceValue":201
			}]		
			}]
	}

Example Response

Here's an example of the response body in JSON format.

{
	"HeaderId" : 300100368943667,
	"OrderNumber" : "524105",
	"SourceTransactionNumber" : "R13_HdrEff_01",
	"SourceTransactionSystem" : "GPR",
	"SourceTransactionId" : "R13_HdrEff_01",
	"BusinessUnitId" : 204,
	"BusinessUnitName" : "Vision Operations",
	...
	"lines" : [ {
		"HeaderId" : 300100368943667,
		"LineId" : 300100368943669,
		"FulfillLineId" : 300100368943668,
		"SourceTransactionLineId" : "1",
		"SourceTransactionLineNumber" : "1",
		"SourceTransactionId" : "R13_HdrEff_01",
		"SourceTransactionNumber" : "R13_HdrEff_01",
		"SourceTransactionSystem" : "GPR",
		"RequestingBusinessUnitId" : 204,
		"RequestingBusinessUnitName" : null,
		"AccountingRuleCode" : null,
		"AccountingRule" : null,
		...
		"links" : [ {
			"rel" : "self",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/lines/00020000000EACED00057708000110F08FE34A340000000EACED00057708000110F08FE34A35",
			"name" : "lines",
			"kind" : "item",
			"properties" : {
				"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E00020000000178"
			}
		}, {
			"rel" : "canonical",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/lines/00020000000EACED00057708000110F08FE34A340000000EACED00057708000110F08FE34A35",
			"name" : "lines",
			"kind" : "item"
		}, {
			"rel" : "parent",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01",
			"name" : "salesOrdersForOrderHub",
			"kind" : "item"
		}, {
			"rel" : "child",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/lines/00020000000EACED00057708000110F08FE34A340000000EACED00057708000110F08FE34A35/child/additionalInformation",
			"name" : "additionalInformation",
			"kind" : "collection"
		},
		...
		{
			"rel" : "child",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/lines/00020000000EACED00057708000110F08FE34A340000000EACED00057708000110F08FE34A35/child/transactionItemAttributes",
			"name" : "transactionItemAttributes",
			"kind" : "collection"
		} ]
	} ],
	"additionalInformation" : [ {
		"Category" : "DOO_HEADERS_ADD_INFO",
		"CreatedBy" : "scmoperations",
		"CreationDate" : "2020-11-16T12:36:10+00:00",
		"HeaderId" : 300100368943667,
		"LastUpdateDate" : "2020-11-16T12:36:16.838+00:00",
		"LastUpdateLogin" : "B2E2B456A6DD301FE0534005F00ACAEE",
		"LastUpdatedBy" : "scmoperations",
		"ObjectVersionNumber" : 2,
		"SourceTransactionIdentifier" : null,
		"SourceTransactionSystem" : null,
		"HeaderEffBComplianceDetailsprivateVO" : [ {
			"ContextCode" : "ComplianceDetails",
			"EffLineId" : 300100368943670,
			"ObjectVersionNumber" : 1,
			"CreatedBy" : "scmoperations",
			"CreationDate" : "2020-11-16T12:36:10.252+00:00",
			"HeaderId" : 300100368943667,
			"LastUpdateDate" : "2020-11-16T12:36:15.440+00:00",
			"LastUpdateLogin" : "B2E2B456A6DD301FE0534005F00ACAEE",
			"LastUpdatedBy" : "scmoperations",
			"_ComplianceInfo" : "Compliance info - ASP_0403_003 - 4/3/2018",
			"_ComplianceDate" : null,
			"_CompleteCompliancedate" : null,
			"_ComplianceReason" : "Some reason - ASP_0403_003",
			"_ComplianceValue" : 201,
			"links" : [ {
				"rel" : "self",
				"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/additionalInformation/300100368943667/child/HeaderEffBComplianceDetailsprivateVO/300100368943670",
				"name" : "HeaderEffBComplianceDetailsprivateVO",
				"kind" : "item",
				"properties" : {
					"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				}
			}, {
				"rel" : "canonical",
				"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/additionalInformation/300100368943667/child/HeaderEffBComplianceDetailsprivateVO/300100368943670",
				"name" : "HeaderEffBComplianceDetailsprivateVO",
				"kind" : "item"
			}, {
				"rel" : "parent",
				"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/additionalInformation/300100368943667",
				"name" : "additionalInformation",
				"kind" : "item"
			} ]
		} ],
		"links" : [ {
			"rel" : "self",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/additionalInformation/300100368943667",
			"name" : "additionalInformation",
			"kind" : "item",
			"properties" : {
				"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
			}
		}, {
			"rel" : "canonical",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/additionalInformation/300100368943667",
			"name" : "additionalInformation",
			"kind" : "item"
		}, {
			"rel" : "parent",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01",
			"name" : "salesOrdersForOrderHub",
			"kind" : "item"
		}, {
			"rel" : "child",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/additionalInformation/300100368943667/child/HeaderEffBComplianceDetailsprivateVO",
			"name" : "HeaderEffBComplianceDetailsprivateVO",
			"kind" : "collection"
		},
		...
		{
			"rel" : "child",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/additionalInformation/300100368943667/child/HeaderEffBSite__Baded__PricingprivateVO",
			"name" : "HeaderEffBSite__Baded__PricingprivateVO",
			"kind" : "collection"
		} ]
	} ],
	"links" : [ {
		"rel" : "self",
		"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01",
		"name" : "salesOrdersForOrderHub",
		"kind" : "item",
		"properties" : {
			"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
		}
	}, {
		"rel" : "canonical",
		"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01",
		"name" : "salesOrdersForOrderHub",
		"kind" : "item"
	}, {
		"rel" : "child",
		"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/additionalInformation",
		"name" : "additionalInformation",
		"kind" : "collection"
	}, 
	...
	{
		"rel" : "child",
		"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_HdrEff_01/child/totals",
		"name" : "totals",
		"kind" : "collection"
	} ]
}