Update a cost adjustment
/fscmRestApi/resources/11.13.18.05/costAdjustments/{costAdjustmentsUniqID}
Request
-
costAdjustmentsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Cost Adjustments resource and used to uniquely identify an instance of Cost Adjustments. The client should not generate the hash key value. Instead, the client should query on the Cost Adjustments collection resource in order to navigate to a specific instance of Cost Adjustments to get the hash key.
-
Effective-Of: string
This header accepts a string value. The string is a semi-colon separated list of
= . It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers. -
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.
- application/json
object-
AdjustmentDate: string
(date-time)
Title:
Adjustment DateDate when the cost adjustment was made. -
AdjustmentDetail: array
Cost Adjustment Details
Title:
Cost Adjustment DetailsDetails of adjustment at the cost elemental level. It includes the cost element, new cost, and optional comments. -
AdjustmentStatus: string
Title:
Adjustment StatusMaximum Length:80Status of the adjustment. Possible values include Pending, Submitted, or Voided. -
AdjustmentStatusCode: string
Title:
Adjustment Status CodeMaximum Length:30Abbreviation that identifies the adjustment status. Possible values include P for Pending, S for Submitted, or C for Voided. -
AdjustmentType: string
Title:
Adjustment TypeMaximum Length:80Type of adjustment. Possible values include Perpetual Average, Receipt, or Layer. -
AdjustmentTypeCode: string
Title:
Adjustment Type CodeMaximum Length:25Abbreviation that identifies the adjustment type. Possible values include P for Perpetual Average, R for Receipt, or L for Layer. -
CostBook: string
Maximum Length:
30Name of the cost book for the adjustment. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Cost Books task. -
CostBookId: integer
(int64)
Title:
Cost Book IDValue that uniquely identifies the cost book. -
CostDate: string
(date-time)
Title:
Cost DateDate of the costing transaction for the adjustment. -
CostOrganizationId: integer
(int64)
Title:
Cost Organization IDValue that uniquely identifies the cost organization. -
CostOrganizationName: string
Title:
Cost Organization NameMaximum Length:240Name of the cost organization for the adjustment. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Cost Organizations task. -
CurrencyCode: string
Title:
Currency CodeMaximum Length:200Abbreviation that identifies the currency. -
InventoryOrganizationId: integer
(int64)
Title:
Inventory Organization IDValue that uniquely identifies the inventory organization. -
InventoryOrganizationName: string
Title:
Inventory Organization NameMaximum Length:240Indicates the name for the inventory organization associated with the cost organization. -
Item: string
Maximum Length:
300Name of the inventory item for the adjustment. -
ItemId: integer
(int64)
Title:
Item IDValue that uniquely identifies the item. -
QuantityOnhand: number
Title:
Remaining Receipt QuantityRemaining Quantity -
Reason: string
Title:
ReasonMaximum Length:80Reason for the cost adjustment transaction. -
ReasonCode: string
Title:
Reason CodeMaximum Length:200Abbreviation that identifies the reason for the cost adjustment transaction. -
ReceiptNumber: string
Title:
Receipt NumberMaximum Length:200Number that identifies the receipt of the transaction for the adjustment. -
ReceiptQuantity: number
Title:
Receipt QuantityQuantity of the item received. -
TotalNewCost: number
Title:
Total New CostTotal new cost of the received item. -
TotalUnitCost: number
Title:
Total Unit CostTotal cost of the received item. -
TransactionId: integer
(int64)
Title:
Transaction IDValue that uniquely identifies the transaction in costing. -
UOMCode: string
Title:
UOM CodeMaximum Length:3Abbreviation that identifies the unit of measure. -
UOMName: string
Title:
UOM NameMaximum Length:25Name of the unit of measure. -
ValuationUnit: string
Maximum Length:
1000Valuation unit for the adjustment. -
ValuationUnitId: integer
(int64)
Title:
Valuation Unit IDValue that uniquely identifies the valuation unit.
arrayCost Adjustment Detailsobject-
NewCost: number
Title:
New CostNew cost of the cost adjustment detail. -
UserComment: string
Title:
CommentsMaximum Length:240Optional comment entered by the user for the cost adjustment detail.
Response
- 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-
AdjustmentDate: string
(date-time)
Title:
Adjustment DateDate when the cost adjustment was made. -
AdjustmentDetail: array
Cost Adjustment Details
Title:
Cost Adjustment DetailsDetails of adjustment at the cost elemental level. It includes the cost element, new cost, and optional comments. -
AdjustmentHeaderId: integer
(int64)
Title:
Adjustment Header IDRead Only:trueValue that uniquely identifies the adjustment header. The application generates this value. -
AdjustmentNumber: string
Title:
Adjustment NumberRead Only:trueMaximum Length:50Number that identifies the adjustment. The application generates this value. -
AdjustmentStatus: string
Title:
Adjustment StatusMaximum Length:80Status of the adjustment. Possible values include Pending, Submitted, or Voided. -
AdjustmentStatusCode: string
Title:
Adjustment Status CodeMaximum Length:30Abbreviation that identifies the adjustment status. Possible values include P for Pending, S for Submitted, or C for Voided. -
AdjustmentType: string
Title:
Adjustment TypeMaximum Length:80Type of adjustment. Possible values include Perpetual Average, Receipt, or Layer. -
AdjustmentTypeCode: string
Title:
Adjustment Type CodeMaximum Length:25Abbreviation that identifies the adjustment type. Possible values include P for Perpetual Average, R for Receipt, or L for Layer. -
CostBook: string
Maximum Length:
30Name of the cost book for the adjustment. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Cost Books task. -
CostBookId: integer
(int64)
Title:
Cost Book IDValue that uniquely identifies the cost book. -
CostDate: string
(date-time)
Title:
Cost DateDate of the costing transaction for the adjustment. -
CostOrganizationId: integer
(int64)
Title:
Cost Organization IDValue that uniquely identifies the cost organization. -
CostOrganizationName: string
Title:
Cost Organization NameMaximum Length:240Name of the cost organization for the adjustment. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Cost Organizations task. -
CurrencyCode: string
Title:
Currency CodeMaximum Length:200Abbreviation that identifies the currency. -
InventoryOrganizationId: integer
(int64)
Title:
Inventory Organization IDValue that uniquely identifies the inventory organization. -
InventoryOrganizationName: string
Title:
Inventory Organization NameMaximum Length:240Indicates the name for the inventory organization associated with the cost organization. -
Item: string
Maximum Length:
300Name of the inventory item for the adjustment. -
ItemId: integer
(int64)
Title:
Item IDValue that uniquely identifies the item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
QuantityOnhand: number
Title:
Remaining Receipt QuantityRemaining Quantity -
Reason: string
Title:
ReasonMaximum Length:80Reason for the cost adjustment transaction. -
ReasonCode: string
Title:
Reason CodeMaximum Length:200Abbreviation that identifies the reason for the cost adjustment transaction. -
ReceiptNumber: string
Title:
Receipt NumberMaximum Length:200Number that identifies the receipt of the transaction for the adjustment. -
ReceiptQuantity: number
Title:
Receipt QuantityQuantity of the item received. -
TotalNewCost: number
Title:
Total New CostTotal new cost of the received item. -
TotalUnitCost: number
Title:
Total Unit CostTotal cost of the received item. -
TransactionId: integer
(int64)
Title:
Transaction IDValue that uniquely identifies the transaction in costing. -
UOMCode: string
Title:
UOM CodeMaximum Length:3Abbreviation that identifies the unit of measure. -
UOMName: string
Title:
UOM NameMaximum Length:25Name of the unit of measure. -
ValuationUnit: string
Maximum Length:
1000Valuation unit for the adjustment. -
ValuationUnitId: integer
(int64)
Title:
Valuation Unit IDValue that uniquely identifies the valuation unit.
arrayCost Adjustment DetailsarrayLinksobject-
AdjustmentHeaderId: integer
(int64)
Title:
Adjustment Header IDRead Only:trueValue that uniquely identifies the adjustment to which the adjustment detail is linked. -
CostElement: string
Title:
Cost ElementMaximum Length:30Cost element to use when creating an adjustment detail. -
CostElementId: integer
(int64)
Title:
Cost Element IDValue that uniquely identifies the cost element. -
CostElementType: string
Maximum Length:
30Indicates the cost element type associated to the selected cost element. -
CurrencyCode: string
Title:
Currency CodeMaximum Length:15Currency code of the cost recorded in the adjustment detail. -
ExpensePool: string
Title:
Expense PoolRead Only:trueMaximum Length:30Expense pool to use when creating an adjustment detail. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Expense Pools task. -
ExpensePoolId: integer
(int64)
Title:
Expense Pool IDValue that uniquely identifies the expense pool. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NewCost: number
Title:
New CostNew cost of the cost adjustment detail. -
SourceTransactionCostId: integer
(int64)
Title:
Source Transaction Cost IDValue that uniquely identifies the transaction cost identifier for which the adjustment detail is linked. -
SourceTransactionId: integer
(int64)
Title:
Source Transaction IDValue that uniquely identifies the transaction for which the adjustment is created. -
UnitCost: number
Title:
Unit CostUnit cost of the cost adjustment detail. -
UserAdjustmentId: integer
(int64)
Title:
User Adjustment IDRead Only:trueSystem generated number that uniquely identifies the adjustment detail. -
UserComment: string
Title:
CommentsMaximum Length:240Optional comment entered by the user for the cost adjustment detail. -
UserDefinedFlag: boolean
Title:
User DefinedMaximum Length:5Contains one of the following values: true or false. If true, then adjustment detail is user defined. If false, then adjustment detail is generated from the existing cost elements associated with the item. This attribute doesn't have a default value.
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.
- AdjustmentDetail
-
Operation: /fscmRestApi/resources/11.13.18.05/costAdjustments/{costAdjustmentsUniqID}/child/AdjustmentDetailParameters:
- costAdjustmentsUniqID:
$request.path.costAdjustmentsUniqID
Details of adjustment at the cost elemental level. It includes the cost element, new cost, and optional comments. - costAdjustmentsUniqID:
Examples
This example describes how to update a cost adjustment detail.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/costAdjustments/AdjustmentHeaderId"
For example, the following command updates the AdjustmentStatus attribute cost adjustment where the adjustment header identifier is 4011:
curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/costAdjustments/4011
Example Request Body
The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it updates.
{
"AdjustmentStatus" : "Submitted"
}Example Response Body
The following example includes the contents of the response body in JSON format:
{
"AdjustmentHeaderId" : 4011,
"AdjustmentNumber" : "6001",
"AdjustmentTypeCode" : "R",
"AdjustmentDate" : null,
"AdjustmentStatusCode" : "S",
"ReasonCode" : "ST_ADJ",
"TransactionId" : 333133,
"CostOrganizationId" : 100000014977014,
"CostBookId" : 100000014978010,
"ItemId" : 149,
"InventoryOrganizationId" : 207,
"ReceiptQuantity" : 10,
"QuantityOnhand" : 0,
"TotalUnitCost" : 1107.86,
"TotalNewCost" : 8,
"ValuationUnitId" : 300100002799598,
"CostDate" : "2012-04-24T08:56:31+00:00",
"ReceiptNumber" : "33594",
"CurrencyCode" : "USD",
"CostOrganizationName" : "ZCST-Seattle",
"CostBook" : "ZCST-Seattle",
"InventoryOrganizationName" : "Tall Manufacturing",
"Item" : "AS54888",
"ValuationUnit" : "ORG11-M1",
"AdjustmentType" : "Receipt",
"AdjustmentStatus" : "Submitted",
"Reason" : "ST_ADJ",
"UOMCode" : "Ea",
"UOMName" : "Each",
...
}