---
title: "StockAdjustmentReason"
url: "https://developer.retailexpress.com.au/apis/retail-express-api-21-v2/versions/210b509a-613e-44ac-a87b-ef6c22c23a2c/schemas/StockAdjustmentReason"
---

> Full API specification: https://developer.retailexpress.com.au/apis/retail-express-api-21-v2/versions/210b509a-613e-44ac-a87b-ef6c22c23a2c.md

# StockAdjustmentReason

Stock Adjustment Reason Model

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Retail Express API
  version: v2.1
servers:
  - url: https://api.retailexpress.com.au/v2.1
components:
  schemas:
    StockAdjustmentReason:
      title: ""
      type: object
      properties:
        id:
          type: integer
          description: Stock Adjustment Reason Id.
          format: int32
        name:
          type: string
          description: Stock Adjustment Reason name
          nullable: true
        disabled:
          type: boolean
          description: Stock Adjustment Reason disabled flag
        created_on:
          type: string
          description: Stock Adjustment Reason creation date and time
          format: date-time
        modified_on:
          type: string
          description: Stock Adjustment Reason modification date and time
          format: date-time
      additionalProperties: false
      description: Stock Adjustment Reason Model
```
