# Get Adjustment By ID Get adjustment detail by adjustment ID. Requires the "VIEW" role in the "Adjustment" group. Endpoint: GET /api/v3/Adjustment/ID Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `ID` (string, required) ID of the adjustment Example: "7da1930f-7be5-4796-b55b-32dfbb0ac026" ## Response 200 fields (application/json): - `ID` (string) Adjustment ID - `Outlet` (string) Name of the outlet - `Date` (string) Date of the Adjustment - `Number` (string) Number of the adjusment - `PIC` (string) Person in charge of the Adjusment - `Type` (string) Type of the Adjusment Enum: "Adjust", "Count" - `State` (string) Progress/State of the adjusment Enum: "Draft", "Pending", "Accepted", "Rejected" - `Note` (string) Adjusment Note - `ExpectedMethod` (string) Data source of adjustment. None = data not shown, Counted = Counted by user, All = All variants can be adjusted Enum: "None", "Counted", "All" - `CategoryID` (string) Category ID of variant - `CategoryName` (string) Category Name of variant - `CountMethod` (string) Source of adjustment creation Enum: "web", "csv", "barcode", "rfid" - `CreatorID` (string) ID of the user who created the adjustment - `AdjustedInventory` (array) - `AdjustedInventory.ID` (string) Item ID in inventory adjustment created - `AdjustedInventory.Variant` (string) Adjusted Product Variant Name - `AdjustedInventory.VariantID` (string) Adjusted Product Variant ID - `AdjustedInventory.Code` (string) Adjusted Product Variant Code - `AdjustedInventory.Quantity` (integer) Adjusted Product Variant Quantity - `AdjustedInventory.UnitCost` (number) Adjusted Product Variant Unit Cost - `AdjustedInventory.UnitPrice` (number) Adjusted Product Variant Unit Selling Price - `AdjustedInventory.TotalCost` (number) Total Unit of the adjusted product - `AdjustedInventory.TotalPrice` (number) Total Seling Price of the adjusted product - `AdjustedInventory.Price` (number) Adjusted Product Variant Unit Selling Price - `CountedInventory` (array) - `CountedInventory.ID` (string) Counted Product ID - `CountedInventory.Variant` (string) Counted Product Variant Name - `CountedInventory.VariantID` (string) Counted Product Variant ID - `CountedInventory.Code` (string) Counted Product Variant Code - `CountedInventory.Counted` (integer) Counted Product Variant Counted Quantity - `CountedInventory.Actual` (integer) Counted Product Variant Actual Quantity - `CountedInventory.Difference` (integer) Counted Product Variant Difference Quantity - `CountedInventory.TID` (array) Tag ID for RFID (This property is used only for product Standard type and adjustment type Count) ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `ExceptionMessage` (string) - `ExceptionType` (string) - `StackTrace` (string)