Get all charges

get

/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/lines/{linesUniqID}/child/charges

Request

Path Parameters
  • Value that uniquely identifies the sales order. It can have the following formats.

    - Concatenation of SourceOrderSystem, a colon, and the value of SourceTransactionId. For orders created through the Oracle Fusion Cloud Order Management work area, the SourceTransactionId is same as the HeaderId. For example, if SourceOrderSystem is LEG and SourceTransactionId is R13_Sample_Order, the value of this attribute is LEG:R13_Sample_Order. This format of the OrderKey in the URL always returns the latest version of the sales order. When a draft exists, that becomes the latest version of the sales order. When invoking GET sales order using this OrderKey format, the URLs in the "links" section point to the latest version of the sales order and the corresponding child objects.
    Example: /salesOrdersForOrderHub/LEG:R13_Sample_Order points to the latest version of the order with SourceTransactionId "R13_Sample_Order" in the SourceOrderSystem "LEG".

    - Primary key of the sales order, which is HeaderId. This format of the OrderKey is useful when the order has multiple revisions because it helps in accessing either the older version or the latest version of the order. When there's a draft revision then HeaderId can be used to access the processing order. When invoking GET sales order using this OrderKey format, the URLs in the "links" section also point to that specific version of the sales order and the corresponding child objects. Only the Get operation is supported on older revisions of the order.
    Example: /salesOrdersForOrderHub/12345 points to an order with HeaderId 12345.

    When a q parameter or query finder is used to GET an order that has multiple versions then the latest version has the OrderKey in the format <sourceOrderSystem>:<SourceTransactionId> whereas reference orders have OrderKey in the format of HeaderId.
  • This is the hash key of the attributes which make up the composite key for the Order Lines resource and used to uniquely identify an instance of Order Lines. The client should not generate the hash key value. Instead, the client should query on the Order Lines collection resource in order to navigate to a specific instance of Order Lines to get the hash key.
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

    Format: <attr1>=<val1>,<attr2>=<value2>
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds a charge for a line according to the primary key.
      Finder Variables:
      • OrderChargeId; integer; Value that uniquely identifies the pricing charge.
    • findBySourceChargeId: Finds a charge for a line according to the source charge identifier.
      Finder Variables:
      • SourceChargeId; string; Value that uniquely identifies the charge. The source application applies this value.
    • findBySourceIdAndParentId: Finds order charge with identifier of the charge and identifier of the parent entity for the charge.
      Finder Variables:
      • ParentEntityId; string; Value that identifies the parent entity for the charge.
      • SourceChargeId; string; Value that uniquely identifies the order charge.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ApplyToCode; string; Abbreviation that identifies where pricing applies the charge: for the item, for shipping, or for the return.
    • AverageUnitSellingPrice; number; Weighted average of the selling price. This average is the total sales revenue divided by total units sold.
    • BlockAllowance; number; Value that indicates the block allowance for a non-tiered consumption charge. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
    • BlockSize; number; Number that represents the size of the block for charge calculation for a tier. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
    • CanAdjustFlag; boolean; Contains one of the following values: true or false. If true, then the charge is eligible for adjustment. If false, then the charge is not eligible for adjustment. For Oracle Fusion application priced orders, the default value is set based on the pricing setup. For pre-priced orders, the default value is false.
    • ChargeCurrencyCode; string; Abbreviation that identifies the charge currency.
    • ChargeDefinition; string; Charge definition that defines the price type, charge type, and subtype.
    • ChargeDefinitionCode; string; Abbreviation that identifies the charge definition.
    • ChargePeriod; string; Charge period for the usage charge. The charge period determines how frequently Pricing and Subscription Management add up the usages for a usage charge.
    • ChargePeriodCode; string; Abbreviation that identifies the charge period for the usage charge. The charge period determines how frequently Pricing and Subscription Management add up the usages for a usage charge.
    • ChargeSubType; string; Charge subtype.
    • ChargeSubtypeCode; string; Abbreviation that identifies the charge subtype.
    • ChargeType; string; Charge type, such as item sale, service sale, financing, lease, shipping, restocking penalties, and so on.
    • ChargeTypeCode; string; Abbreviation that identifies the charge type.
    • GSAUnitPrice; number; Price for each unit. Determined from the price list on the pricing strategy.
    • OrderChargeId; integer; Value that uniquely identifies the transaction.
    • PricePeriodicity; string; Periodicity for recurring price types, such as month, quarter, or year.
    • PricePeriodicityCode; string; Abbreviation that identifies the price periodicity.
    • PriceType; string; Price type, such as one time, recurring, and so on.
    • PriceTypeCode; string; Abbreviation that identifies the price type.
    • PricedQuantity; number; Abbreviation that identifies the unit of measure for the priced quantity, such as Ton.
    • PricedQuantityUOMCode; string; Abbreviation that identifies the unit of measure for the priced quantity.
    • PrimaryFlag; boolean; Contains one of the following values: true or false. If true, then the charge is the primary charge. If false, then the charge is not the primary charge. For Oracle Fusion application priced orders, the default value is set based on the pricing setup. For pre-priced orders, the value is entered by the user.
    • RollupFlag; boolean; Contains one of the following values: true or false. If true, then the charge is a rollup charge. If false, then the charge is not a rollup charge. For Oracle Fusion application priced orders, the default value is set based on the pricing setup. For pre-priced orders, the default value is false.
    • SequenceNumber; integer; Sequence number for the charge.
    • SourceChargeId; string; Value that uniquely identifies the charge. The source application applies this value.
    • TierAppliesTo; string; Value that identifies whether the applicability of the tier is for all tiers or the highest tier. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
    • TierAppliesToCode; string; Abbreviation that identifies the applicability of the tier whether all tiers or the highest tier. A list of accepted values is defined in the lookup type ORA_QP_TIER_GRADUATED_TYPES. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
    • TieredFlag; boolean; Contains one of the following values: true or false. If true, then the charge has a tier defined. If false, then the charge does not have a tier defined. This attribute does not have a default value. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
    • UsagePriceLockFlag; boolean; Contains one of the following values: true or false. If true, then the usage pricing is used. If false, then the usage pricing isn't used. This attribute does not have a default value. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
    • UsageUOM; string; Unit of measure for the usage price of the product.
    • UsageUOMCode; string; Abbreviation that identifies the unit of measure for the usage price of the product.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
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.

There's no request body for this operation.

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 : salesOrdersForOrderHub-lines-charges
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : salesOrdersForOrderHub-lines-charges-item-response
Type: object
Show Source
  • Maximum Length: 255
    Specifies where pricing applies the charge: for the item, for shipping, or for the return.
  • Maximum Length: 30
    Abbreviation that identifies where pricing applies the charge: for the item, for shipping, or for the return.
  • Weighted average of the selling price. This average is the total sales revenue divided by total units sold.
  • Value that indicates the block allowance for a non-tiered consumption charge. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
  • Number that represents the size of the block for charge calculation for a tier. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
  • Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the charge is eligible for adjustment. If false, then the charge is not eligible for adjustment. For Oracle Fusion application priced orders, the default value is set based on the pricing setup. For pre-priced orders, the default value is false.
  • Charge Components
    Title: Charge Components
    The Charge Components resource manages price details for the order line, including price elements and amounts.
  • Maximum Length: 255
    Charge currency.
  • Maximum Length: 15
    Abbreviation that identifies the charge currency.
  • Maximum Length: 255
    Charge definition that defines the price type, charge type, and subtype.
  • Maximum Length: 30
    Abbreviation that identifies the charge definition.
  • Read Only: true
    Maximum Length: 25
    Charge period for the usage charge. The charge period determines how frequently Pricing and Subscription Management add up the usages for a usage charge.
  • Read Only: true
    Maximum Length: 3
    Abbreviation that identifies the charge period for the usage charge. The charge period determines how frequently Pricing and Subscription Management add up the usages for a usage charge.
  • Maximum Length: 255
    Charge subtype.
  • Maximum Length: 30
    Abbreviation that identifies the charge subtype.
  • Charge Tiers
    Title: Charge Tiers
    The Charge Tiers resource manages details about tier definitions for charges. This resource is not currently used.
  • Maximum Length: 255
    Charge type, such as item sale, service sale, financing, lease, shipping, restocking penalties, and so on.
  • Maximum Length: 30
    Abbreviation that identifies the charge type.
  • Price for each unit. Determined from the price list on the pricing strategy.
  • Links
  • Read Only: true
    Value that uniquely identifies the transaction.
  • Abbreviation that identifies the unit of measure for the priced quantity, such as Ton.
  • Maximum Length: 255
    Unit of measure for priced quantity, such as Ton. Oracle Product Lifecycle Management Cloud or a service in Oracle Order Management Cloud provides this value.
  • Maximum Length: 3
    Abbreviation that identifies the unit of measure for the priced quantity.
  • Maximum Length: 255
    Periodicity for recurring price types, such as month, quarter, or year.
  • Maximum Length: 30
    Abbreviation that identifies the price periodicity.
  • Maximum Length: 255
    Price type, such as one time, recurring, and so on.
  • Maximum Length: 30
    Abbreviation that identifies the price type.
  • Maximum Length: 1
    Contains one of the following values: true or false. If true, then the charge is the primary charge. If false, then the charge is not the primary charge. For Oracle Fusion application priced orders, the default value is set based on the pricing setup. For pre-priced orders, the value is entered by the user.
  • Maximum Length: 1
    Contains one of the following values: true or false. If true, then the charge is a rollup charge. If false, then the charge is not a rollup charge. For Oracle Fusion application priced orders, the default value is set based on the pricing setup. For pre-priced orders, the default value is false.
  • Sequence number for the charge.
  • Maximum Length: 120
    Value that uniquely identifies the charge. The source application applies this value.
  • Maximum Length: 80
    Value that identifies whether the applicability of the tier is for all tiers or the highest tier. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
  • Maximum Length: 30
    Abbreviation that identifies the applicability of the tier whether all tiers or the highest tier. A list of accepted values is defined in the lookup type ORA_QP_TIER_GRADUATED_TYPES. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
  • Read Only: true
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the charge has a tier defined. If false, then the charge does not have a tier defined. This attribute does not have a default value. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
  • Maximum Length: 1
    Contains one of the following values: true or false. If true, then the usage pricing is used. If false, then the usage pricing isn't used. This attribute does not have a default value. This is available for use with the Integrate Order Management with Subscription Management to Process Subscriptions or Coverages features.
  • Read Only: true
    Maximum Length: 25
    Unit of measure for the usage price of the product.
  • Read Only: true
    Maximum Length: 3
    Abbreviation that identifies the unit of measure for the usage price of the product.
Nested Schema : Charge Components
Type: array
Title: Charge Components
The Charge Components resource manages price details for the order line, including price elements and amounts.
Show Source
Nested Schema : Charge Tiers
Type: array
Title: Charge Tiers
The Charge Tiers resource manages details about tier definitions for charges. This resource is not currently used.
Show Source
Nested Schema : salesOrdersForOrderHub-lines-charges-chargeComponents-item-response
Type: object
Show Source
Nested Schema : Total Components
Type: array
Title: Total Components
The Total Components resource retrieves the components that determine the total price of a sales order.
Show Source
Nested Schema : salesOrdersForOrderHub-lines-charges-chargeComponents-totalComponents-item-response
Type: object
Show Source
Nested Schema : salesOrdersForOrderHub-lines-charges-chargeTiers-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get all charges.

Example cURL Command

Use the following cURL command to submit a request on the REST resource:

curl -u username:password "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/OrderKey/child/lines/linesUniqID/child/charges"

Example Response Body

The following shows an example of the response body in JSON format.

{
	"items" : [ {
		"OrderChargeId" : 300100187170599,
		"SourceChargeId" : "SC1",
		"PriceTypeCode" : "ONE_TIME",
		"PriceType" : "One time",
		"ChargeTypeCode" : "ORA_SALE",
		"ChargeType" : "Sale",
		"ChargeDefinitionCode" : "QP_SALE_PRICE",
		"ChargeDefinition" : "Sale Price",
		"ChargeSubtypeCode" : "ORA_PRICE",
		"ChargeSubType" : "Price",
		"PricedQuantity" : 1,
		"ChargeCurrencyCode" : "USD",
		"ChargeCurrency" : "US Dollar",
		"PricedQuantityUOMCode" : "Ea",
		"PricedQuantityUOM" : "Each",
		"PricePeriodicityCode" : null,
		"PricePeriodicity" : null,
		"SequenceNumber" : 1,
		"PrimaryFlag" : true,
		"RollupFlag" : false,
		"AverageUnitSellingPrice" : null,
		"CanAdjustFlag" : false,
		"GSAUnitPrice" : null,
		"ApplyToCode" : "PRICE",
		"ApplyTo" : "Price",
		"links" : [ {
			"rel" : "self",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726/child/charges/300100187170599",
			"name" : "charges",
			"kind" : "item",
			"properties" : {
				"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78"
			}
		}, {
			"rel" : "canonical",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726/child/charges/300100187170599",
			"name" : "charges",
			"kind" : "item"
		}, {
			"rel" : "parent",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726",
			"name" : "lines",
			"kind" : "item"
		}, {
			"rel" : "child",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726/child/charges/300100187170599/child/chargeComponents",
			"name" : "chargeComponents",
			"kind" : "collection"
		} ]
	}, {
		"OrderChargeId" : 300100187170605,
		"SourceChargeId" : "SC2",
		"PriceTypeCode" : "RECURRING",
		"PriceType" : "Recurring",
		"ChargeTypeCode" : "ORA_SALE",
		"ChargeType" : "Sale",
		"ChargeDefinitionCode" : "QP_RECURRING_SALE_PRICE",
		"ChargeDefinition" : "Recurring Sale Price",
		"ChargeSubtypeCode" : "ORA_PRICE",
		"ChargeSubType" : "Price",
		"PricedQuantity" : null,
		"ChargeCurrencyCode" : "USD",
		"ChargeCurrency" : "US Dollar",
		"PricedQuantityUOMCode" : null,
		"PricedQuantityUOM" : null,
		"PricePeriodicityCode" : "MTH",
		"PricePeriodicity" : "Month",
		"SequenceNumber" : 1,
		"PrimaryFlag" : false,
		"RollupFlag" : false,
		"AverageUnitSellingPrice" : null,
		"CanAdjustFlag" : false,
		"GSAUnitPrice" : null,
		"ApplyToCode" : "PRICE",
		"ApplyTo" : "Price",
		"links" : [ {
			"rel" : "self",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726/child/charges/300100187170605",
			"name" : "charges",
			"kind" : "item",
			"properties" : {
				"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78"
			}
		}, {
			"rel" : "canonical",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726/child/charges/300100187170605",
			"name" : "charges",
			"kind" : "item"
		}, {
			"rel" : "parent",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726",
			"name" : "lines",
			"kind" : "item"
		}, {
			"rel" : "child",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726/child/charges/300100187170605/child/chargeComponents",
			"name" : "chargeComponents",
			"kind" : "collection"
		} ]
	}, {
		"OrderChargeId" : 300100187170608,
		"SourceChargeId" : "SC3",
		"PriceTypeCode" : "ONE_TIME",
		"PriceType" : "One time",
		"ChargeTypeCode" : "ORA_SHIPPING_FREIGHT",
		"ChargeType" : "Freight",
		"ChargeDefinitionCode" : "QP_SHIP_FREIGHT",
		"ChargeDefinition" : "Freight",
		"ChargeSubtypeCode" : "ORA_PRICE",
		"ChargeSubType" : "Price",
		"PricedQuantity" : null,
		"ChargeCurrencyCode" : "USD",
		"ChargeCurrency" : "US Dollar",
		"PricedQuantityUOMCode" : null,
		"PricedQuantityUOM" : null,
		"PricePeriodicityCode" : null,
		"PricePeriodicity" : null,
		"SequenceNumber" : 2,
		"PrimaryFlag" : true,
		"RollupFlag" : false,
		"AverageUnitSellingPrice" : null,
		"CanAdjustFlag" : false,
		"GSAUnitPrice" : null,
		"ApplyToCode" : "SHIPPING",
		"ApplyTo" : "Shipping",
		"links" : [ {
			"rel" : "self",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726/child/charges/300100187170608",
			"name" : "charges",
			"kind" : "item",
			"properties" : {
				"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78"
			}
		}, {
			"rel" : "canonical",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726/child/charges/300100187170608",
			"name" : "charges",
			"kind" : "item"
		}, {
			"rel" : "parent",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726",
			"name" : "lines",
			"kind" : "item"
		}, {
			"rel" : "child",
			"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726/child/charges/300100187170608/child/chargeComponents",
			"name" : "chargeComponents",
			"kind" : "collection"
		} ]
	} ],
	"count" : 3,
	"hasMore" : false,
	"limit" : 25,
	"offset" : 0,
	"links" : [ {
		"rel" : "self",
		"href" : "https://servername/fscmRestApi/resources/version/salesOrdersForOrderHub/GPR%3AR13_charges_01/child/lines/00020000000EACED00057708000110F0850DA7250000000EACED00057708000110F0850DA726/child/charges",
		"name" : "charges",
		"kind" : "collection"
	} ]
}
Back to Top