Get all rate table details
get
/fscmRestApi/resources/11.13.18.05/rateTables
Request
Query Parameters
-
expand: string
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).
-
fields: string
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 -
finder: string
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 the rate table by RateTableId.
Finder Variables:- RateTableId; integer; The unique identifier for the rate table.
- PrimaryKey: Finds the rate table by RateTableId.
-
limit: integer
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.
-
links: string
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 -
offset: integer
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.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
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
-
q: string
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:- CreatedBy; string; The user who created the rate table record.
- CreationDate; string; The date and time when the rate table record was created.
- Description; string; The additional details added by the user related to rate tables.
- DisplayName; string; The optional name of the rate table that is shown to the sales representative's user interface to represent this rate table.
- LastUpdateDate; string; The date when the rate table record was last updated.
- LastUpdateLogin; string; The session login associated with the user who last updated the record.
- LastUpdatedBy; string; The user who last updated the rate table record.
- Name; string; The name of a rate table. A rate table is used to establish compensation percentage rates or fixed amounts for different performance levels.
- NumberDim; integer; The number of dimensions in the rate table. Default value is 0.
- OrgId; integer; The unique identifier of the business unit. The value can be updated from a list of acceptable values in the Manage Business Units task in Setup and Maintenance.
- RateTableId; integer; The unique identifier for the rate table.
- RateTableType; string; The lookup code that represents the nature of rates in the rate table, such as a percentage and amount. Possible values include AMOUNT and PERCENT. The default value is AMOUNT. A list of acceptable values is defined in the lookup CN_COMMISSION_UNIT_CODE. Review and update the value for this attribute using the Setup and Maintenance, Manage Incentive Compensation Lookups task.
-
totalResults: boolean
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
-
Metadata-Context: string
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".
-
REST-Framework-Version: string
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 TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
Root Schema : rateTables
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : rateTables-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the rate table record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the rate table record was created. -
Description: string
Title:
DescriptionMaximum Length:1000The additional details added by the user related to rate tables. -
DisplayName: string
Title:
Display NameMaximum Length:80The optional name of the rate table that is shown to the sales representative's user interface to represent this rate table. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the rate table record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the rate table record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The session login associated with the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
NameMaximum Length:80The name of a rate table. A rate table is used to establish compensation percentage rates or fixed amounts for different performance levels. -
NumberDim: integer
(int64)
Title:
Number of DimensionsRead Only:trueDefault Value:0The number of dimensions in the rate table. Default value is 0. -
OrgId: integer
(int64)
Title:
Business UnitThe unique identifier of the business unit. The value can be updated from a list of acceptable values in the Manage Business Units task in Setup and Maintenance. -
RateTableDimensions: array
Rate Table Dimensions
Title:
Rate Table DimensionsThe rate table - dimensions resource is used to create, update, or delete the association of dimensions to a rate table. It can also be used to display all details of the dimensions in a rate table. You can only add up to ten rate dimensions to a rate table using REST Services. -
RateTableId: integer
(int64)
Read Only:
trueThe unique identifier for the rate table. -
RateTableRates: array
Rate Table Rates
Title:
Rate Table RatesThe rate table rates resource is used to create, view, or update the rates for a rate table or a scorecard. It can also be used to display all the rates of a rate table or a scorecard. You can only create rates with non-zero values. -
RateTableType: string
Title:
TypeMaximum Length:30Default Value:AMOUNTThe lookup code that represents the nature of rates in the rate table, such as a percentage and amount. Possible values include AMOUNT and PERCENT. The default value is AMOUNT. A list of acceptable values is defined in the lookup CN_COMMISSION_UNIT_CODE. Review and update the value for this attribute using the Setup and Maintenance, Manage Incentive Compensation Lookups task.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Rate Table Dimensions
Type:
arrayTitle:
Rate Table DimensionsThe rate table - dimensions resource is used to create, update, or delete the association of dimensions to a rate table. It can also be used to display all details of the dimensions in a rate table. You can only add up to ten rate dimensions to a rate table using REST Services.
Show Source
Nested Schema : Rate Table Rates
Type:
arrayTitle:
Rate Table RatesThe rate table rates resource is used to create, view, or update the rates for a rate table or a scorecard. It can also be used to display all the rates of a rate table or a scorecard. You can only create rates with non-zero values.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : rateTables-RateTableDimensions-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created this record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the record was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when this record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated this record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The session login associated to the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NumberTier: integer
(int64)
Title:
Number of TiersRead Only:trueDefault Value:0The number of tiers in the rate table dimension within the rate table. -
RateDimensionId: integer
(int64)
Title:
NameThe unique identifier for a rate dimension record. -
RateDimensionName: string
Title:
NameRead Only:trueMaximum Length:80The name of the rate dimension. A rate table can have one or more rate dimensions. -
RateDimensionType: string
Title:
TypeRead Only:trueMaximum Length:30Default Value:AMOUNTThe unit of measurement for a rate table dimension. Possible values include AMOUNT, EXPRESSION, PERCENT, and STRING. The default value is AMOUNT. A list of acceptable values is defined in the lookup CN_DIM_UNIT_CODE. Review and update the value for this attribute using the Setup and Maintenance, Manage Incentive Compensation Lookups task. -
RateDimSequence: integer
(int32)
Title:
SequenceRead Only:trueThe specified order of a rate dimension within a rate table. -
RateTableDimensionsUpdateFlag: boolean
Read Only:
trueIndicates whether the rate table dimension can be updated. -
RateTableDimensionTiers: array
Rate Dimensions Tiers
Title:
Rate Dimensions TiersThe rate dimensions tiers resource is only used to view all the details of the tiers in a rate dimension of the rate table. -
RateTableDimId: integer
(int64)
The unique identifier for the rate table's dimension record.
-
RateTableId: integer
(int64)
Title:
NameThe unique identifier for a rate table. -
RateTableName: string
Title:
NameRead Only:trueMaximum Length:80The name of the rate table. A rate table is used to establish compensation percentage rates or fixed amounts for different performance levels.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Rate Dimensions Tiers
Type:
arrayTitle:
Rate Dimensions TiersThe rate dimensions tiers resource is only used to view all the details of the tiers in a rate dimension of the rate table.
Show Source
Nested Schema : rateTables-RateTableDimensions-RateTableDimensionTiers-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the record was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The session login associated with the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaximumAmount: number
Title:
ToThe maximum amount of the rate tier. This attribute is only used when the rate dimension type is set as amount or percent. If the rate dimension type is percent, then the maximum amount stored here needs to be divided by 100 to get the actual value. For example, if the rate dimension is percent and the maximum amount is 20%, then 20 is maximum amount value. -
MaximumExpressionId: integer
(int64)
Title:
ToThe unique identifier of the maximum expression. This represents the rate dimension ending tier only when rate dimension type is set as Expression. -
MaximumExpressionName: string
Title:
ToRead Only:trueThe name of the maximum expression. -
MinimumAmount: number
Title:
FromThe minimum amount of the rate tier. This attribute is only used when the rate dimension type is set as amount or percent. If the rate dimension type is percent, then the minimum amount stored here needs to be divided by 100 to get the actual value. For example, if the rate dimension is percent and the minimum amount is 10%, then 10 is the minimum amount value. -
MinimumExpressionId: integer
(int64)
Title:
FromThe unique identifier of the minimum expression. This represents the rate dimension starting tier only when rate dimension type is set as Expression. -
MinimumExpressionName: string
Title:
FromRead Only:trueThe name of the minimum expression. -
RateDimensionId: integer
(int64)
The unique identifier of a rate dimension.
-
RateDimTierId: integer
(int64)
Read Only:
trueThe unique identifier of a rate dimension tier. -
RateTableDimensionTiersDeleteFlag: boolean
Read Only:
trueMaximum Length:255Indicates whether the rate table dimension tiers record can be deleted using this service. -
RateTableDimensionTiersUpdateFlag: boolean
Read Only:
trueMaximum Length:255Indicates whether the rate table dimension tiers record can be updated using this service. -
StringValue: string
Title:
StringMaximum Length:30The alphanumeric value of a rate tier. This attribute is only used when the rate dimension type is set as string. -
TierSequence: integer
(int32)
Title:
SequenceRead Only:trueThe specified order of a tier within a rate dimension.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : rateTables-RateTableRates-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time when the record was created. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time when the record was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The session login associated with the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrgId: integer
(int64)
The unique identifier of the business unit. You can update this value from a list of acceptable values in the Manage Business Units task in Setup and Maintenance work area.
-
Rate: number
Title:
RateThe output value of the rate table, which can be used to calculate the earning rate or the attainment rate. This value could be a percent or an amount depending on the rate table type set for the rate table. If the rate table type is percent, then the value stored here needs to be divided by 100 to get the actual value. For example, if the rate table type is percent and the rate value is 10%, then 10 is the output value. -
RateDimension10Id: string
The unique identifier of the tenth rate dimension record associated with the rate value. This value will only be filled if the rate table has 10 rate dimensions.
-
RateDimension10TierId: string
The unique identifier of the tenth rate dimension tier associated with the rate value. This value will only be filled if this rate table has 10 rate dimensions.
-
RateDimension1Id: string
The unique identifier of the first rate dimension record associated with the rate value.
-
RateDimension1TierId: string
The unique identifier of the first rate dimension tier associated with the rate value.
-
RateDimension2Id: string
The unique identifier of the second rate dimension record associated with the rate value. This value will only be filled if the rate table has 2 or more rate dimensions.
-
RateDimension2TierId: string
The unique identifier of the second rate dimension tier associated with the rate value. This value will only be filled if this rate table has 2 or more rate dimensions.
-
RateDimension3Id: string
The unique identifier of the third rate dimension record associated with the rate value. This value will only be filled if the rate table has 3 or more rate dimensions.
-
RateDimension3TierId: string
The unique identifier of the third rate dimension tier associated with the rate value. This value will only be filled if this rate table has 3 or more rate dimensions.
-
RateDimension4Id: string
The unique identifier of the fourth rate dimension record associated with the rate value. This value will only be filled if the rate table has 4 or more rate dimensions.
-
RateDimension4TierId: string
The unique identifier of the fourth rate dimension tier associated with the rate value. This value will only be filled if this rate table has 4 or more rate dimensions.
-
RateDimension5Id: string
The unique identifier of the fifth rate dimension record associated with the rate value. This value will only be filled if the rate table has 5 or more rate dimensions.
-
RateDimension5TierId: string
The unique identifier of the fifth rate dimension tier associated with the rate value. This value will only be filled if this rate table has 5 or more rate dimensions.
-
RateDimension6Id: string
The unique identifier of the sixth rate dimension record associated with the rate value. This value will only be filled if the rate table has 6 or more rate dimensions.
-
RateDimension6TierId: string
The unique identifier of the sixth rate dimension tier associated with the rate value. This value will only be filled if this rate table has 6 or more rate dimensions.
-
RateDimension7Id: string
The unique identifier of the seventh rate dimension record associated with the rate value. This value will only be filled if the rate table has 7 or more rate dimensions.
-
RateDimension7TierId: string
The unique identifier of the seventh rate dimension tier associated with the rate value. This value will only be filled if this rate table has 7 or more rate dimensions.
-
RateDimension8Id: string
The unique identifier of the eighth rate dimension record associated with the rate value. This value will only be filled if the rate table has 8 or more rate dimensions.
-
RateDimension8TierId: string
The unique identifier of the eighth rate dimension tier associated with the rate value. This value will only be filled if this rate table has 8 or more rate dimensions.
-
RateDimension9Id: string
The unique identifier of the ninth rate dimension record associated with the rate value. This value will only be filled if the rate table has 9 or more rate dimensions.
-
RateDimension9TierId: string
The unique identifier of the ninth rate dimension tier associated with the rate value. This value will only be filled if this rate table has 9 or more rate dimensions.
-
RateTableId: integer
(int64)
The unique identifier of the rate table.
-
RateTableNumberDim: integer
Title:
Number of DimensionsThe number of dimensions in the rate table. The rate table REST service only supports up to 10 dimensions. -
RateTableRateId: integer
(int64)
Read Only:
trueThe unique identifier of the rate table value. -
RateTableRatesDeleteFlag: boolean
Read Only:
trueMaximum Length:255Indicates that the rate table rates record cannot be deleted using this service.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
The following example shows how to get all rate tables by submitting a GET request on the REST resource using cURL.
cURL Command
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"items": [
{
"RateTableId": 300100007837032,
"Name": "QA rate table for scenario 800",
"Description": "0 -30\t1000\t1500\n30-50\t2000\t2500\n50-75\t3000\t3500\n75-100\t4000\t4500\n100 and above\t5000\t5500\n",
"OrgId": 204,
"NumberDim": 2,
"DisplayName": "QA rate table for scenario 800",
"RateTableType": "AMOUNT",
"CreatedBy": "OIC_PLAN_ADMIN_OPERATIONS",
"CreationDate": "2012-04-23T23:38:37-07:00",
"LastUpdateDate": "2012-04-23T23:40:42.897-07:00",
"LastUpdatedBy": "OIC_PLAN_ADMIN_OPERATIONS",
"LastUpdateLogin": "BE55AD2BE2450B7DE0432220F00A4B43",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100007837032",
"name": "rateTables",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100007837032",
"name": "rateTables",
"kind": "item"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100007837032/lov/CnLookupRateTableTypeVO",
"name": "CnLookupRateTableTypeVO",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100007837032/lov/BusinessUnitPVO",
"name": "BusinessUnitPVO",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100007837032/child/RateTableDimensions",
"name": "RateTableDimensions",
"kind": "collection"
}
]
},
{
"RateTableId": 300100011436041,
"Name": "CN Percent Amount RT 20120828104114",
"Description": null,
"OrgId": 204,
"NumberDim": 1,
"DisplayName": "CN Percent Amount RT 20120828104114",
"RateTableType": "AMOUNT",
"CreatedBy": "OIC_PLAN_ADMIN_OPERATIONS",
"CreationDate": "2012-08-28T04:27:46-07:00",
"LastUpdateDate": "2012-08-28T04:28:02.108-07:00",
"LastUpdatedBy": "OIC_PLAN_ADMIN_OPERATIONS",
"LastUpdateLogin": "C852B7EF4A7E6C14E0432620F00A588D",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100011436041",
"name": "rateTables",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100011436041",
"name": "rateTables",
"kind": "item"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100011436041/lov/CnLookupRateTableTypeVO",
"name": "CnLookupRateTableTypeVO",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100011436041/lov/BusinessUnitPVO",
"name": "BusinessUnitPVO",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100011436041/child/RateTableDimensions",
"name": "RateTableDimensions",
"kind": "collection"
}
]
},
. . .
{
"RateTableId": 300100010640012,
"Name": "CN Percent Amount RT 20120530060025",
"Description": null,
"OrgId": 204,
"NumberDim": 1,
"DisplayName": "CN Percent Amount RT 20120530060025",
"RateTableType": "AMOUNT",
"CreatedBy": "OIC_PLAN_ADMIN_OPERATIONS",
"CreationDate": "2012-05-29T23:46:02-07:00",
"LastUpdateDate": "2012-05-29T23:46:18.500-07:00",
"LastUpdatedBy": "OIC_PLAN_ADMIN_OPERATIONS",
"LastUpdateLogin": "C13C2DD4B3337F8FE0432620F00A3236",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100010640012",
"name": "rateTables",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100010640012",
"name": "rateTables",
"kind": "item"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100010640012/lov/CnLookupRateTableTypeVO",
"name": "CnLookupRateTableTypeVO",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100010640012/lov/BusinessUnitPVO",
"name": "BusinessUnitPVO",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables/300100010640012/child/RateTableDimensions",
"name": "RateTableDimensions",
"kind": "collection"
}
]
}
],
"count": 25,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/rateTables",
"name": "rateTables",
"kind": "collection"
}
]
}