# Get Adjustment By Get adjustment details by number or ID. Requires the "VIEW" role in the "Adjustment" module. Endpoint: GET /api/v3/Adjustment/Detail Version: 3.1.0 Security: OAuth2_clientCredentials ## Header parameters: - `ParentComponent` (boolean) When true, ParentComponent property is returned in the Response. Used by Scanner App Example: true ## Query parameters: - `Outlet` (string) The name of the outlet that made the adjustment Example: "Outlet1" - `Number` (string) Number of adjustment invoice Example: "20.08.00014" - `ID` (string) ID of adjustment invoice 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 - `CountMethod` (string) Source of adjustment creation Enum: "web", "csv", "barcode", "rfid" - `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.ImageURL` (string) Adjusted Product Variant Image URL - `AdjustedInventory.ThumbnailURL` (string) Adjusted Product Variant Thumbnail URL - `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 - `AdjustedInventory.Parents` (array) Parent Product of the adjusted product - `AdjustedInventory.Parents.Name` (string) Parent Product Name - `AdjustedInventory.Parents.Code` (string) Parent Product Code - `AdjustedInventory.Parents.Ratio` (string) Parent Product Ratio - `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.ImageURL` (string) Counted Product Variant Image URL - `CountedInventory.ThumbnailURL` (string) Counted Product Variant Thumbnail URL - `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)