Get all rules

get

/fscmRestApi/resources/11.13.18.05/costAccountingOverheadRules

Request

Query Parameters
  • 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 the overhead rule according to the rule identifier as the primary key.
      Finder Variables:
      • RuleId; integer; Value that uniquely identifies the overhead rule.
  • 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:
    • AbsorptionType; string; Name of the absorption type that dictates the accounting behavior of the overhead rule. A list of accepted transaction group codes is defined in the lookup type CST_ABSORPTION_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Costing Lookups task.
    • AbsorptionTypeCode; string; Abbreviation that identifies the absorption type.
    • BasedOn; string; Value that specifies the cost element group according to which the base cost is derived when the cost basis is a percentage value. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Cost Element Group task.
    • CategoryId; integer; Value that uniquely identifies the item category.
    • CategoryName; string; Name of the item category where the overhead rule applies. The category must be part of the costing catalog.
    • CostBasis; string; Basis used to calculate the overhead amount. A list of accepted transaction group codes is defined in the lookup type CST_COST_DRIVER. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Costing Lookups task.
    • CostBasisCode; string; Abbreviation that identifies the cost basis.
    • CostBook; string; Cost book where the overhead rule applies.
    • CostBookId; integer; Value that uniquely identifies the cost book.
    • CostElement; string; Cost element to use when charging overhead. The cost element must be part of the common set or the cost organization set.
    • CostElementId; integer; Value that uniquely identifies the cost element.
    • CostOrganizationId; integer; Value that uniquely identifies the cost organization.
    • CostOrganizationName; string; Name of the cost organization where the overhead rule applies.
    • ElementGroupId; integer; Value that uniquely identifies the element group.
    • ExpensePool; string; Expense pool to use when charging overhead. The expense pool must be part of the common set or the cost organization set.
    • ExpensePoolId; integer; Value that uniquely identifies the expense pool.
    • InventoryOrganizationCode; string; Abbreviation that identifies the inventory organization where the overhead rule applies. The specified inventory organization must be linked to the cost organization that is specified when creating this overhead rule.
    • InventoryOrganizationId; integer; Value that uniquely identifies the inventory organization.
    • Item; string; Name of the item where the overhead rule applies.
    • ItemId; integer; Value that uniquely identifies the item.
    • PeriodicAverageFlag; boolean; Indicates if the cost book to which the overhead rule applies is a periodic average cost book.
    • ProcessedFlagMeaning; string; Status of the rule that indicates if it's used by the cost processor for absorption of the overheads.
    • RuleId; integer; Value that uniquely identifies the overhead rule. The system creates this value.
    • RuleName; string; Name of the rule that the user specifies. The rule name must be unique.
    • TransactionFlow; string; Name of the transaction flow where the overhead rule applies. A list of accepted transaction group codes is defined in the lookup type CST_QUANTITY_FLOW. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Costing Lookups task.
    • TransactionFlowCode; string; Abbreviation that identifies the transaction flow.
    • TransactionGroup; string; Name of the transaction group that identifies the transaction types set where the overhead rule applies. A list of accepted transaction group codes is defined in the lookup type CST_TRANSACTION_GROUPS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Costing Lookups task.
    • TransactionGroupId; integer; Value that uniquely identifies the transaction group.
    • TransactionType; string; Name of the transaction type where the overhead rule applies. A list of accepted transaction type codes is defined in the view CST_ALL_TXN_TYPES_V.
    • TransactionTypeId; integer; Value that uniquely identifies the type of transaction.
  • 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 : costAccountingOverheadRules
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : costAccountingOverheadRules-item-response
Type: object
Show Source
  • Title: Absorption Type
    Maximum Length: 255
    Name of the absorption type that dictates the accounting behavior of the overhead rule. A list of accepted transaction group codes is defined in the lookup type CST_ABSORPTION_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Costing Lookups task.
  • Title: Absorption Type
    Maximum Length: 3
    Abbreviation that identifies the absorption type.
  • Title: Based On
    Maximum Length: 30
    Value that specifies the cost element group according to which the base cost is derived when the cost basis is a percentage value. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Cost Element Group task.
  • Title: Category ID
    Value that uniquely identifies the item category.
  • Title: Category Name
    Maximum Length: 2400
    Name of the item category where the overhead rule applies. The category must be part of the costing catalog.
  • Title: Cost Basis
    Maximum Length: 255
    Basis used to calculate the overhead amount. A list of accepted transaction group codes is defined in the lookup type CST_COST_DRIVER. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Costing Lookups task.
  • Title: Cost Basis
    Maximum Length: 18
    Abbreviation that identifies the cost basis.
  • Title: Cost Book
    Maximum Length: 30
    Cost book where the overhead rule applies.
  • Title: Cost Book ID
    Value that uniquely identifies the cost book.
  • Title: Cost Element
    Maximum Length: 30
    Cost element to use when charging overhead. The cost element must be part of the common set or the cost organization set.
  • Title: Cost Element ID
    Value that uniquely identifies the cost element.
  • Title: Cost Organization ID
    Value that uniquely identifies the cost organization.
  • Title: Cost Organization
    Maximum Length: 240
    Name of the cost organization where the overhead rule applies.
  • Title: Element Group ID
    Value that uniquely identifies the element group.
  • Title: Expense Pool
    Maximum Length: 30
    Expense pool to use when charging overhead. The expense pool must be part of the common set or the cost organization set.
  • Title: Expense Pool ID
    Value that uniquely identifies the expense pool.
  • Title: Inventory Organization
    Maximum Length: 18
    Abbreviation that identifies the inventory organization where the overhead rule applies. The specified inventory organization must be linked to the cost organization that is specified when creating this overhead rule.
  • Title: Inventory Organization ID
    Value that uniquely identifies the inventory organization.
  • Title: Item
    Maximum Length: 300
    Name of the item where the overhead rule applies.
  • Title: Item ID
    Value that uniquely identifies the item.
  • Links
  • Overhead Rule Details for Cost Accounting
    Title: Overhead Rule Details for Cost Accounting
    The Overhead Rule Details for Cost Accounting resource allows you to create different overhead rates that apply during different time periods so that you can manage rates that change over time.
  • Read Only: true
    Maximum Length: 1
    Indicates if the cost book to which the overhead rule applies is a periodic average cost book.
  • Title: Meaning
    Read Only: true
    Maximum Length: 80
    Status of the rule that indicates if it's used by the cost processor for absorption of the overheads.
  • Title: Rule ID
    Read Only: true
    Value that uniquely identifies the overhead rule. The system creates this value.
  • Title: Rule Name
    Maximum Length: 30
    Name of the rule that the user specifies. The rule name must be unique.
  • Title: Transaction Flow
    Maximum Length: 255
    Name of the transaction flow where the overhead rule applies. A list of accepted transaction group codes is defined in the lookup type CST_QUANTITY_FLOW. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Costing Lookups task.
  • Title: Transaction Flow
    Maximum Length: 18
    Abbreviation that identifies the transaction flow.
  • Title: Transaction Group
    Maximum Length: 255
    Name of the transaction group that identifies the transaction types set where the overhead rule applies. A list of accepted transaction group codes is defined in the lookup type CST_TRANSACTION_GROUPS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Costing Lookups task.
  • Title: Transaction Group ID
    Value that uniquely identifies the transaction group.
  • Title: Transaction Type
    Maximum Length: 255
    Name of the transaction type where the overhead rule applies. A list of accepted transaction type codes is defined in the view CST_ALL_TXN_TYPES_V.
  • Title: Transaction Type ID
    Value that uniquely identifies the type of transaction.
Nested Schema : Overhead Rule Details for Cost Accounting
Type: array
Title: Overhead Rule Details for Cost Accounting
The Overhead Rule Details for Cost Accounting resource allows you to create different overhead rates that apply during different time periods so that you can manage rates that change over time.
Show Source
Nested Schema : costAccountingOverheadRules-OverheadRuleDetails-item-response
Type: object
Show Source
  • Read Only: true
    Cost book to which the overhead rule applies.
  • Read Only: true
    Name of the cost organization to which the overhead rule applies.
  • Title: End Date
    Date when this revision of the overhead rule becomes inactive. The transactions till this date use the overhead rate when applicable.
  • Title: From Period
    Cost book period from when the overhead rate is applicable.
  • Read Only: true
    Indicates the status of the period from when the overhead rate is defined.
  • Links
  • Title: Meaning
    Read Only: true
    Maximum Length: 80
    Status of the rule revision that indicates if it's used by the cost processor for absorption of the overheads.
  • Title: Rate
    Rate to use for calculation of overhead. It is either a number or a percentage depending on the cost basis defined for this overhead rule.
  • Title: Revision Number
    Read Only: true
    Revision number of the rule detail. The system generates this value.
  • Title: Rule Detail ID
    Read Only: true
    Value that uniquely identifies the overhead rule detail. The system creates this value.
  • Title: Rule ID
    Read Only: true
    Value that uniquely identifies the overhead rule against which this rule detail is created.
  • Read Only: true
    Name of the rule that the user specifies. The rule name must be unique.
  • Title: Start Date
    Date when this revision of the overhead rule becomes active. The transactions on or after this date use the overhead rate when applicable.
  • Title: To Period
    Cost book period till when the overhead rate is applicable.
Back to Top

Examples

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"
        }
    ]
}
Back to Top