Create cost adjustments

post

/fscmRestApi/resources/11.13.18.05/periodicAverageCostAdjustments

Request

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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Periodic Average Cost Adjustment Details
Type: array
Title: Periodic Average Cost Adjustment Details
The Cost Adjustment Details resource manages cost element level details for the periodic average cost adjustment.
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
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 : periodicAverageCostAdjustments-item-response
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Periodic Average Cost Adjustment Details
Type: array
Title: Periodic Average Cost Adjustment Details
The Cost Adjustment Details resource manages cost element level details for the periodic average cost adjustment.
Show Source
Nested Schema : periodicAverageCostAdjustments-Attachments-item-response
Type: object
Show Source
Nested Schema : periodicAverageCostAdjustments-costAdjustmentDetails-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to create cost adjustments.

Example cURL Command

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

curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' 
"https://servername/fscmRestApi/resources/version/periodicAverageCostAdjustments"

Example 1

This example is for value adjustment with multiple cost elements.

Example 1 Request Body

The following example includes the contents of the request body in JSON format:

"{
    "AdjustmentTypeCode": "VALUE",
    "CostOrganizationName": "ZCST-Vision Ops",
    "CostBook": "ADJ_TEST2",
    "Item": "AS54888",
    "ValuationUnitType": "ASSET",
    "ValuationUnit": "ORG4-V1",
    "PeriodName": "Dec-21",
    "ReasonCode": “Rebate”
    "Account": "01-720-1640-0000-000",
    "costAdjustmentDetails": [
        {
            "CostElement": "ZCST-MATERIAL",
            "ValueCost": 10
        },
        {
            "CostElement": "ZCST-OVERHEAD",
            "ValueCost": 20
        }
    ]
}"

Example 1 Response Body

The following example includes the contents of the response body in JSON format:

"{
    "AdjustmentHeaderId": 58003,
    "HeaderReferenceNumber": "58003",
    "AdjustmentNumber": "58003",
    "AdjustmentTypeCode": "VALUE",
    "CostOrganizationId": 100000012270096,
    "CostBookId": 300100549272166,
    "ItemId": 300100549285667,
    "ValuationUnitId": 300100549307298,
    "ItemCostProfileId": 300100549295914,
    "CostProfileId": 300100549272303,
    "TransactionId": 0,
    "ReasonCode": “REBATE,
    "TotalUnitCost": 4E+1,
    "ErrorMessage": null,
    "AdjustmentStatusCode": "S",
    "AccountCodeCombinationId": null,
    "PeriodName": "Apr-22",
    "Item": "PM1000",
    "ValuationUnitType": "ASSET",
    "PeriodStatusCode": null,
    "PeriodStatus": null,
    "CostOrganizationName": "ZCST-Vision Ops",
    "CostBook": "ADJ_TEST2",
    "ValuationUnit": "ORG4-V1",
    "AdjustmentType": null,
    "AdjustmentStatus": null,
    "Reason": null,
    "ChartOfAccountsId": null,
    "CurrencyCode": "USD",
    "UOMCode": "Ea",
    "AdjustmentDate": "2022-04-30T00:00:00+00:00",
    "CreatedBy": "COST_ACCT_ALL_COST_ORGS",
    "CreationDate": "2022-04-25T09:50:49+00:00",
    "LastUpdateDate": "2022-04-25T09:50:49.347+00:00",
    "LastUpdatedBy": "COST_ACCT_ALL_COST_ORGS",
    "Account": null,
    "costAdjustmentDetails": [
        {
            "UserAdjustmentId": 43003,
            "AdjustmentHeaderId": 58003,
            "CostElementId": 300100071793419,
            "AdjustmentCreationDate": "2022-04-25T09:50:49.418+00:00",
            "UnitCost": null,
            "ValueCost": 2E+1,
            "CostElement": “ZCST- MATERIAL,
            "links": [
                {
                    "rel": "self",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58003/child/costAdjustmentDetails/43003",
                    "name": "costAdjustmentDetails",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58003/child/costAdjustmentDetails/43003",
                    "name": "costAdjustmentDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58003",
                    "name": "periodicAverageCostAdjustments",
                    "kind": "item"
                }
            ]
        },
        {
            "UserAdjustmentId": 43004,
            "AdjustmentHeaderId": 58003,
            "CostElementId": 100000010001028,
            "AdjustmentCreationDate": "2022-04-25T09:50:49.453+00:00",
            "UnitCost": null,
            "ValueCost": 2E+1,
            "CostElement": "ZCST-OVERHEAD,
            "links": [
                {
                    "rel": "self",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58003/child/costAdjustmentDetails/43004",
                    "name": "costAdjustmentDetails",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58003/child/costAdjustmentDetails/43004",
                    "name": "costAdjustmentDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58003",
                    "name": "periodicAverageCostAdjustments",
                    "kind": "item"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58003",
            "name": "periodicAverageCostAdjustments",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58003",
            "name": "periodicAverageCostAdjustments",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58003/child/Attachments",
            "name": "Attachments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58003/child/costAdjustmentDetails",
            "name": "costAdjustmentDetails",
            "kind": "collection"
        }
    ]
}"

Example 2

This example is for value adjustment with one cost element.

Example 2 Request Body

The following example includes the contents of the request body in JSON format:

"{
    "AdjustmentTypeCode": "VALUE",
    "CostOrganizationName": "ZCST-Vision Ops",
    "CostBook": "ZCST-Vision Ops",
    "Item": "AS54888",
    "ValuationUnitType": "ASSET",
    "ValuationUnit": "ORG4-V1",
    "PeriodName": "Dec-21",
    "ReasonCode": “Discount”
    "Account": "01-720-1640-0000-000",
    "costAdjustmentDetails": [
        {
            "CostElement": "ZCST-SERVICES",
            "ValueCost": 10
        }
            ]
}"

Example 2 Response Body

The following example includes the contents of the response body in JSON format:

"{
    "AdjustmentHeaderId": 58004,
    "HeaderReferenceNumber": "58004",
    "AdjustmentNumber": "58004",
    "AdjustmentTypeCode": "VALUE",
    "CostOrganizationId": 100000012270096,
    "CostBookId": 300100549272166,
    "ItemId": 300100549285667,
    "ValuationUnitId": 300100549307298,
    "ItemCostProfileId": 300100549295914,
    "CostProfileId": 300100549272303,
    "TransactionId": 0,
    "ReasonCode": "Discount",
    "TotalUnitCost": 2E+1,
    "ErrorMessage": null,
    "AdjustmentStatusCode": "S",
    "AccountCodeCombinationId": null,
    "PeriodName": "Apr-22",
    "Item": "PM1000",
    "ValuationUnitType": "ASSET",
    "PeriodStatusCode": null,
    "PeriodStatus": null,
    "CostOrganizationName": "ZCST-Vision Ops",
    "CostBook": "ADJ_TEST2",
    "ValuationUnit": "ORG4-V1",
    "AdjustmentType": null,
    "AdjustmentStatus": null,
    "Reason": null,
    "ChartOfAccountsId": null,
    "CurrencyCode": "USD",
    "UOMCode": "Ea",
    "AdjustmentDate": "2022-04-30T00:00:00+00:00",
    "CreatedBy": "COST_ACCT_ALL_COST_ORGS",
    "CreationDate": "2022-04-25T10:01:45+00:00",
    "LastUpdateDate": "2022-04-25T10:01:45.778+00:00",
    "LastUpdatedBy": "COST_ACCT_ALL_COST_ORGS",
    "Account": null,
    "costAdjustmentDetails": [
        {
            "UserAdjustmentId": 43005,
            "AdjustmentHeaderId": 58004,
            "CostElementId": 100000010001028,
            "AdjustmentCreationDate": "2022-04-25T10:01:45.801+00:00",
            "UnitCost": null,
            "ValueCost": 2E+1,
            "CostElement": "ZCST-SERVICES",
            "links": [
                {
                    "rel": "self",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58004/child/costAdjustmentDetails/43005",
                    "name": "costAdjustmentDetails",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58004/child/costAdjustmentDetails/43005",
                    "name": "costAdjustmentDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58004",
                    "name": "periodicAverageCostAdjustments",
                    "kind": "item"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58004",
            "name": "periodicAverageCostAdjustments",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58004",
            "name": "periodicAverageCostAdjustments",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58004/child/Attachments",
            "name": "Attachments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58004/child/costAdjustmentDetails",
            "name": "costAdjustmentDetails",
            "kind": "collection"
        }
    ]
}"

Example 3

This example is for opening cost override with multiple cost elements.

Example 3 Request Body

The following example includes the contents of the request body in JSON format:
{
    "AdjustmentTypeCode": "OPENING_BALANCE",
    "CostBook": "ADJ_TEST2",
    "CostOrganizationName": "ZCST-Vision Ops",
    "Item": "PM1300",
    "PeriodName": "Apr-22",
    "ReasonCode": "Rebate",
    "ValuationUnit": "ORG4-V1",
    "ValuationUnitType": "ASSET",
    "costAdjustmentDetails": [
        {
            "CostElement": "CML Material",
            "UnitCost": -20
        },
        {
            "CostElement": "ZCST-MATERIAL",
            "UnitCost": 20
        }

Example 3 Response Body

The following example includes the contents of the response body in JSON format:
{
    "AdjustmentHeaderId": 58011,
    "HeaderReferenceNumber": "58011",
    "AdjustmentNumber": "58011",
    "AdjustmentTypeCode": "OPENING_BALANCE",
    "CostOrganizationId": 100000012270096,
    "CostBookId": 300100549272166,
    "ItemId": 300100549479117,
    "ValuationUnitId": 300100549307298,
    "ItemCostProfileId": 300100549479214,
    "CostProfileId": 300100549249016,
    "TransactionId": 0,
    "ReasonCode": "Rebate",
    "TotalUnitCost": null,
    "ErrorMessage": null,
    "AdjustmentStatusCode": "S",
    "AccountCodeCombinationId": null,
    "PeriodName": "Apr-22",
    "Item": "PM1300",
    "ValuationUnitType": "ASSET",
    "PeriodStatusCode": null,
    "PeriodStatus": null,
    "CostOrganizationName": "ZCST-Vision Ops",
    "CostBook": "ADJ_TEST2",
    "ValuationUnit": "ORG4-V1",
    "AdjustmentType": null,
    "AdjustmentStatus": null,
    "Reason": null,
    "ChartOfAccountsId": null,
    "CurrencyCode": "USD",
    "UOMCode": "Ea",
    "AdjustmentDate": "2022-04-01T00:00:00+00:00",
    "CreatedBy": "COST_ACCT_ALL_COST_ORGS",
    "CreationDate": "2022-04-25T11:38:14+00:00",
    "LastUpdateDate": "2022-04-25T11:38:14.483+00:00",
    "LastUpdatedBy": "COST_ACCT_ALL_COST_ORGS",
    "Account": null,
    "costAdjustmentDetails": [
        {
            "UserAdjustmentId": 43015,
            "AdjustmentHeaderId": 58011,
            "CostElementId": 300100071793419,
            "AdjustmentCreationDate": "2022-04-25T11:38:14.710+00:00",
            "UnitCost": -2E+1,
            "ValueCost": null,
            "CostElement": "CML Material",
            "links": [
                {
                    "rel": "self",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58011/child/costAdjustmentDetails/43015",
                    "name": "costAdjustmentDetails",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58011/child/costAdjustmentDetails/43015",
                    "name": "costAdjustmentDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58011",
                    "name": "periodicAverageCostAdjustments",
                    "kind": "item"
                }
            ]
        },
        {
            "UserAdjustmentId": 43016,
            "AdjustmentHeaderId": 58011,
            "CostElementId": 100000010001028,
            "AdjustmentCreationDate": "2022-04-25T11:38:14.754+00:00",
            "UnitCost": 2E+1,
            "ValueCost": null,
            "CostElement": "ZCST-MATERIAL",
            "links": [
                {
                    "rel": "self",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58011/child/costAdjustmentDetails/43016",
                    "name": "costAdjustmentDetails",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58011/child/costAdjustmentDetails/43016",
                    "name": "costAdjustmentDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58011",
                    "name": "periodicAverageCostAdjustments",
                    "kind": "item"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58011",
            "name": "periodicAverageCostAdjustments",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58011",
            "name": "periodicAverageCostAdjustments",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58011/child/Attachments",
            "name": "Attachments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58011/child/costAdjustmentDetails",
            "name": "costAdjustmentDetails",
            "kind": "collection"
        }
    ]
}

Example 4

This example is for opening cost override with one cost element.

Example 4 Request Body

The following example includes the contents of the request body in JSON format:
{
    "AdjustmentTypeCode": "OPENING_BALANCE",
    "CostBook": "ADJ_TEST2",
    "CostOrganizationName": "ZCST-Vision Ops",
    "Item": "PM1200",
    "PeriodName": "Apr-22",
    "ReasonCode": "ST_ADJ",
    "ValuationUnit": "ORG4-V1",
    "ValuationUnitType": "ASSET",
    "costAdjustmentDetails": [
        {
            "CostElement": "ZCST-MATERIAL",
            "UnitCost": 120
        }
    ]
}

Example 4 Response Body

The following example includes the contents of the response body in JSON format:
{
    "AdjustmentHeaderId": 58013,
    "HeaderReferenceNumber": "58013",
    "AdjustmentNumber": "58013",
    "AdjustmentTypeCode": "OPENING_BALANCE",
    "CostOrganizationId": 100000012270096,
    "CostBookId": 300100549272166,
    "ItemId": 300100549479115,
    "ValuationUnitId": 300100549307298,
    "ItemCostProfileId": 300100549479193,
    "CostProfileId": 300100549272303,
    "TransactionId": 0,
    "ReasonCode": "ST_ADJ",
    "TotalUnitCost": null,
    "ErrorMessage": null,
    "AdjustmentStatusCode": "S",
    "AccountCodeCombinationId": null,
    "PeriodName": "Apr-22",
    "Item": "PM1200",
    "ValuationUnitType": "ASSET",
    "PeriodStatusCode": null,
    "PeriodStatus": null,
    "CostOrganizationName": "ZCST-Vision Ops",
    "CostBook": "ADJ_TEST2",
    "ValuationUnit": "ORG4-V1",
    "AdjustmentType": null,
    "AdjustmentStatus": null,
    "Reason": null,
    "ChartOfAccountsId": null,
    "CurrencyCode": "USD",
    "UOMCode": "Ea",
    "AdjustmentDate": "2022-04-01T00:00:00+00:00",
    "CreatedBy": "COST_ACCT_ALL_COST_ORGS",
    "CreationDate": "2022-04-25T11:41:42+00:00",
    "LastUpdateDate": "2022-04-25T11:41:42.479+00:00",
    "LastUpdatedBy": "COST_ACCT_ALL_COST_ORGS",
    "Account": null,
    "costAdjustmentDetails": [
        {
            "UserAdjustmentId": 43017,
            "AdjustmentHeaderId": 58013,
            "CostElementId": 100000010001028,
            "AdjustmentCreationDate": "2022-04-25T11:41:43.127+00:00",
            "UnitCost": 1.2E+2,
            "ValueCost": null,
            "CostElement": "ZCST-MATERIAL",
            "links": [
                {
                    "rel": "self",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58013/child/costAdjustmentDetails/43017",
                    "name": "costAdjustmentDetails",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58013/child/costAdjustmentDetails/43017",
                    "name": "costAdjustmentDetails",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58013",
                    "name": "periodicAverageCostAdjustments",
                    "kind": "item"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58013",
            "name": "periodicAverageCostAdjustments",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58013",
            "name": "periodicAverageCostAdjustments",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58013/child/Attachments",
            "name": "Attachments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://server/fscmRestApi/resources/version/periodicAverageCostAdjustments/58013/child/costAdjustmentDetails",
            "name": "costAdjustmentDetails",
            "kind": "collection"
        }
    ]
}
Back to Top