Get all rules
/fscmRestApi/resources/11.13.18.05/costAccountingOverheadRules
Request
-
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
Finder Variables- RuleId; integer;
- PrimaryKey
-
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:- AbsorptionType; string
- AbsorptionTypeCode; string
- BasedOn; string
- CategoryId; integer
- CategoryName; string
- CostBasis; string
- CostBasisCode; string
- CostBook; string
- CostBookId; integer
- CostElement; string
- CostElementId; integer
- CostOrganizationId; integer
- CostOrganizationName; string
- ElementGroupId; integer
- ExpensePool; string
- ExpensePoolId; integer
- InventoryOrganizationCode; string
- InventoryOrganizationId; integer
- InventoryOrganizationName; string
- IsRecordUpdatable; string
- Item; string
- ItemId; integer
- LastUpdateDate; string
- LatestRevisionEndDate; string
- LatestRevisionRate; number
- LatestRevisionStartDate; string
- PeriodicAverageFlag; boolean
- ProcessedFlagCode; string
- ProcessedFlagMeaning; string
- RuleId; integer
- RuleName; string
- StatusCode; string
- TransactionFlow; string
- TransactionFlowCode; string
- TransactionGroup; string
- TransactionGroupId; integer
- TransactionType; string
- TransactionTypeId; integer
-
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".
-
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
- application/json
Default Response
-
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.
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.
arrayLinksobject-
AbsorptionType: string
Title:
Absorption TypeMaximum Length:255 -
AbsorptionTypeCode: string
Title:
Absorption TypeMaximum Length:3 -
BasedOn: string
Title:
Based OnMaximum Length:30 -
CategoryId: integer
(int64)
Title:
Category ID -
CategoryName: string
Title:
Category NameMaximum Length:2400 -
CostBasis: string
Title:
Cost BasisMaximum Length:255 -
CostBasisCode: string
Title:
Cost BasisMaximum Length:18 -
CostBook: string
Title:
Cost BookMaximum Length:30 -
CostBookId: integer
(int64)
Title:
Cost Book ID -
CostElement: string
Title:
Cost ElementMaximum Length:30 -
CostElementId: integer
(int64)
Title:
Cost Element ID -
CostOrganizationId: integer
(int64)
Title:
Cost Organization ID -
CostOrganizationName: string
Title:
Cost OrganizationMaximum Length:240 -
ElementGroupId: integer
(int64)
Title:
Element Group ID -
ExpensePool: string
Title:
Expense PoolMaximum Length:30 -
ExpensePoolId: integer
(int64)
Title:
Expense Pool ID -
InventoryOrganizationCode: string
Title:
Inventory OrganizationMaximum Length:18 -
InventoryOrganizationId: integer
(int64)
Title:
Inventory Organization ID -
InventoryOrganizationName: string
Read Only:
trueMaximum Length:240 -
IsCPRunning: string
Read Only:
trueMaximum Length:255 -
IsRecordUpdatable: string
Read Only:
trueMaximum Length:255 -
Item: string
Title:
ItemMaximum Length:300 -
ItemId: integer
(int64)
Title:
Item ID -
LastUpdateDate: string
(date-time)
Read Only:
true -
LatestRevisionEndDate: string
(date)
Read Only:
true -
LatestRevisionRate: number
Read Only:
true -
LatestRevisionStartDate: string
(date)
Read Only:
true -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OverheadRuleDetails: array
OverheadRuleDetails
-
PeriodicAverageFlag: boolean
Read Only:
trueMaximum Length:1 -
ProcessedFlagCode: string
Maximum Length:
1Default Value:N -
ProcessedFlagMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80 -
RuleId: integer
(int64)
Title:
Rule IDRead Only:true -
RuleName: string
Title:
Rule NameMaximum Length:30 -
StatusCode: string
Read Only:
trueMaximum Length:255 -
TransactionFlow: string
Title:
Transaction FlowMaximum Length:255 -
TransactionFlowCode: string
Title:
Transaction FlowMaximum Length:18 -
TransactionGroup: string
Title:
Transaction GroupMaximum Length:255 -
TransactionGroupId: integer
(int64)
Title:
Transaction Group ID -
TransactionType: string
Title:
Transaction TypeMaximum Length:255 -
TransactionTypeId: integer
(int64)
Title:
Transaction Type ID
arrayLinksobject-
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.
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
object-
CostBook: string
Read Only:
true -
CostOrganizationName: string
Read Only:
true -
EndDate: string
(date)
Title:
End Date -
FromPeriod: string
Title:
From Period -
FromPeriodStatus: string
Read Only:
true -
FromPeriodStatusCode: string
Maximum Length:
80 -
IsDetailUpdatable: string
Read Only:
trueMaximum Length:255 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProcessedFlagMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80 -
Rate: number
Title:
Rate -
RevisionNumber: integer
Title:
Revision NumberRead Only:true -
RuleDetailId: integer
(int64)
Title:
Rule Detail IDRead Only:true -
RuleId: integer
(int64)
Title:
Rule IDRead Only:true -
RuleName: string
Read Only:
true -
StartDate: string
(date)
Title:
Start Date -
ToPeriod: string
Title:
To Period -
ToPeriodStatusCode: string
arrayLinksExamples
This example describes how to get all cost accounting overhead rules.
Example 1 cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/costAccountingOverheadRules"
Example 1 Response Body
The following shows an example of the response body in JSON format.
{
"items" : [ {
"RuleId" : 300100111253919,
"RuleName" : "Rule1",
"CostOrganizationName" : "Seattle",
"CostOrganizationId" : 999993000015516,
"CostBook" : "Primary",
"CostBookId" : 300100003455478,
"ExpensePool" : "Electrical Expense",
"ExpensePoolId" : 300100089911214,
"CostElement" : "Electricity",
"CostElementId" : 300100089911236,
"TransactionGroup" : "Purchase order transactions",
"TransactionGroupId" : 5,
"TransactionType" : "Purchase Order Receipt",
"TransactionTypeId" : 18,
"TransactionFlow" : "Receipt",
"TransactionFlowCode" : "RECEIPT",
"InventoryOrganizationCode" : null,
"InventoryOrganizationId" : null,
"CategoryName" : null,
"CategoryId" : null,
"Item" : null,
"ItemId" : null,
"CostBasis" : "Unit",
"CostBasisCode" : "UNIT",
"BasedOn" : null,
"ElementGroupId" : null,
"AbsorptionType" : "Include in inventory",
"AbsorptionTypeCode" : "1"
}, {
...
} ],
...
}
Example 2 cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/costAccountingOverheadRules?q=RuleName LIKE 'Ru*'&onlyData=true &expand=OverheadRuleDetails"
Example 2 Response Body
The following shows an example of the response body in JSON format.
{
"items" : [ {
"RuleId" : 300100111253919,
"RuleName" : "Rule1",
"CostOrganizationName" : "Seattle",
"CostOrganizationId" : 999993000015516,
"CostBook" : "Primary",
"CostBookId" : 300100003455478,
"ExpensePool" : "Electrical Expense",
"ExpensePoolId" : 300100089911214,
"CostElement" : "Electricity",
"CostElementId" : 300100089911236,
"TransactionGroup" : "Purchase order transactions",
"TransactionGroupId" : 5,
"TransactionType" : "Purchase Order Receipt",
"TransactionTypeId" : 18,
"TransactionFlow" : "Receipt",
"TransactionFlowCode" : "RECEIPT",
"InventoryOrganizationCode" : null,
"InventoryOrganizationId" : null,
"CategoryName" : null,
"CategoryId" : null,
"Item" : null,
"ItemId" : null,
"CostBasis" : "Unit",
"CostBasisCode" : "UNIT",
"BasedOn" : null,
"ElementGroupId" : null,
"AbsorptionType" : "Include in inventory",
"AbsorptionTypeCode" : "1",
"OverheadRuleDetails" : [ {
"RuleId" : 300100111253919,
"RuleDetailId" : 300100111253920,
"RevisionNumber" : 1,
"StartDate" : "2017-01-01",
"EndDate" : "4712-12-31",
"Rate" : 10
}
]
}, {
...
} ],
...
}
Example 3 cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/costAccountingOverheadRules?q=RuleName LIKE 'Ru*';CostOrganizationName=Seattle &expand=OverheadRuleDetails"
Example 3 Response Body
The following shows an example of the response body in JSON format.
{
"items" : [ {
"RuleId" : 300100111253919,
"RuleName" : "Rule1",
"CostOrganizationName" : "Seattle",
"CostOrganizationId" : 999993000015516,
"CostBook" : "Primary",
"CostBookId" : 300100003455478,
"ExpensePool" : "Electrical Expense",
"ExpensePoolId" : 300100089911214,
"CostElement" : "Electricity",
"CostElementId" : 300100089911236,
"TransactionGroup" : "Purchase order transactions",
"TransactionGroupId" : 5,
"TransactionType" : "Purchase Order Receipt",
"TransactionTypeId" : 18,
"TransactionFlow" : "Receipt",
"TransactionFlowCode" : "RECEIPT",
"InventoryOrganizationCode" : null,
"InventoryOrganizationId" : null,
"CategoryName" : null,
"CategoryId" : null,
"Item" : null,
"ItemId" : null,
"CostBasis" : "Unit",
"CostBasisCode" : "UNIT",
"BasedOn" : null,
"ElementGroupId" : null,
"AbsorptionType" : "Include in inventory",
"AbsorptionTypeCode" : "1",
"OverheadRuleDetails" : [ {
"RuleId" : 300100111253919,
"RuleDetailId" : 300100111253920,
"RevisionNumber" : 1,
"StartDate" : "2017-01-01",
"EndDate" : "4712-12-31",
"Rate" : 10
}
]
}, {
...
} ],
...
}
Example 4 cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/costAccountingOverheadRules?q=PeriodicAverageFlag="Y""
Example 4 Response Body
The following shows an example of the response body in JSON format.{
"items": [
{
"RuleId": 300100549317214,
"RuleName": "26112021 rule 1",
"CostOrganizationName": "Auto1-CO",
"CostOrganizationId": 300100172982769,
"CostBook": "PAC BOOK 1",
"CostBookId": 300100549317205,
"ExpensePool": "0554EP1",
"ExpensePoolId": 300100137341514,
"CostElement": "CML Overhead",
"CostElementId": 300100071793421,
"TransactionGroup": "Inter organization transfers",
"TransactionGroupId": 2,
"TransactionType": null,
"TransactionTypeId": null,
"TransactionFlow": "Receipt",
"TransactionFlowCode": "RECEIPT",
"InventoryOrganizationCode": null,
"InventoryOrganizationId": null,
"CategoryName": null,
"CategoryId": null,
"Item": null,
"ItemId": null,
"CostBasis": "Lot",
"CostBasisCode": "LOT",
"BasedOn": null,
"ElementGroupId": null,
"AbsorptionType": "Include in inventory",
"AbsorptionTypeCode": "1",
"PeriodicAverageFlag": true,
"ProcessedFlagMeaning": "Pending",
"links": [
{
"rel": "self",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214",
"name": "costAccountingOverheadRules",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
}
},
{
"rel": "canonical",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214",
"name": "costAccountingOverheadRules",
"kind": "item"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/CategoryLOV",
"name": "CategoryLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/CostDriverLOV",
"name": "CostDriverLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/CostElementLOV",
"name": "CostElementLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/ExpensePoolLOV",
"name": "ExpensePoolLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/TransactionTypeLOV",
"name": "TransactionTypeLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/TransactionFlowLOV",
"name": "TransactionFlowLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/CostOrganizationLOV",
"name": "CostOrganizationLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/CostBookLOV",
"name": "CostBookLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/TransactionGroupLOV",
"name": "TransactionGroupLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/InventoryOrganizationLOV",
"name": "InventoryOrganizationLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/ItemLOV",
"name": "ItemLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/AbsorptionTypeLOV",
"name": "AbsorptionTypeLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/lov/CostElementGroupLOV",
"name": "CostElementGroupLOV",
"kind": "collection"
},
{
"rel": "child",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549317214/child/OverheadRuleDetails",
"name": "OverheadRuleDetails",
"kind": "collection"
}
]
},
{
"RuleId": 300100549680658,
"RuleName": "Demo Rule 1",
"CostOrganizationName": "Auto1-CO",
"CostOrganizationId": 300100172982769,
"CostBook": "PAC BOOK 1",
"CostBookId": 300100549317205,
"ExpensePool": "0554EP1",
"ExpensePoolId": 300100137341514,
"CostElement": "ZCST-Waste-Asset",
"CostElementId": 100000010001022,
"TransactionGroup": "Inter organization transfers",
"TransactionGroupId": 2,
"TransactionType": "Transfer Order Interorganization Receipt",
"TransactionTypeId": 61,
"TransactionFlow": "Receipt",
"TransactionFlowCode": "RECEIPT",
"InventoryOrganizationCode": "CSTAUTO1",
"InventoryOrganizationId": 300100172909868,
"CategoryName": null,
"CategoryId": null,
"Item": "ZDQ-1000",
"ItemId": 300100059785342,
"CostBasis": "Lot",
"CostBasisCode": "LOT",
"BasedOn": null,
"ElementGroupId": null,
"AbsorptionType": "Include in inventory",
"AbsorptionTypeCode": "1",
"PeriodicAverageFlag": true,
"ProcessedFlagMeaning": "Pending",
"links": [
{
"rel": "self",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658",
"name": "costAccountingOverheadRules",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658",
"name": "costAccountingOverheadRules",
"kind": "item"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/CategoryLOV",
"name": "CategoryLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/CostDriverLOV",
"name": "CostDriverLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/CostElementLOV",
"name": "CostElementLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/ExpensePoolLOV",
"name": "ExpensePoolLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/TransactionTypeLOV",
"name": "TransactionTypeLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/TransactionFlowLOV",
"name": "TransactionFlowLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/CostOrganizationLOV",
"name": "CostOrganizationLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/CostBookLOV",
"name": "CostBookLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/TransactionGroupLOV",
"name": "TransactionGroupLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/InventoryOrganizationLOV",
"name": "InventoryOrganizationLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/ItemLOV",
"name": "ItemLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/AbsorptionTypeLOV",
"name": "AbsorptionTypeLOV",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/lov/CostElementGroupLOV",
"name": "CostElementGroupLOV",
"kind": "collection"
},
{
"rel": "child",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules/300100549680658/child/OverheadRuleDetails",
"name": "OverheadRuleDetails",
"kind": "collection"
}
]
}
],
"count": 2,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://server/fscmRestApi/resources/version/costAccountingOverheadRules",
"name": "costAccountingOverheadRules",
"kind": "collection"
}
]
}