POST api/Pos/StockAdjust/SaveStockAdjust

Request Information

URI Parameters

None.

Body Parameters

Collection of Xenia_StockAdjustment
NameDescriptionTypeAdditional information
STA_Uid

string

String length: inclusive between 0 and 255

STA_Date

date

None.

STA_Number

integer

None.

STA_WareHouseUid

string

String length: inclusive between 0 and 255

STA_WareHouseName

string

String length: inclusive between 0 and 255

STA_Amount

decimal number

None.

STA_Narration

string

String length: inclusive between 0 and 255

STA_CreatedOn

date

None.

STA_CreatedBy

string

String length: inclusive between 0 and 255

STA_ModifiedOn

date

None.

STA_ModifiedBy

string

String length: inclusive between 0 and 255

STA_CompanyUid

string

String length: inclusive between 0 and 255

Xenia_StockAdjustmentLineItem

Collection of Xenia_StockAdjustmentLineItem

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "STA_Uid": "sample string 1",
    "STA_Date": "2025-12-06T09:21:35.7813761+05:30",
    "STA_Number": 2,
    "STA_WareHouseUid": "sample string 3",
    "STA_WareHouseName": "sample string 4",
    "STA_Amount": 1.1,
    "STA_Narration": "sample string 5",
    "STA_CreatedOn": "2025-12-06T09:21:35.7813761+05:30",
    "STA_CreatedBy": "sample string 6",
    "STA_ModifiedOn": "2025-12-06T09:21:35.7813761+05:30",
    "STA_ModifiedBy": "sample string 7",
    "STA_CompanyUid": "sample string 8",
    "Xenia_StockAdjustmentLineItem": [
      {
        "$id": "2",
        "SAL_Uid": "sample string 1",
        "SAL_StockAdjustmentUid": "sample string 2",
        "SAL_Type": "sample string 3",
        "SAL_ItemUid": "sample string 4",
        "SAL_ItemCode": "sample string 5",
        "SAL_ItemName": "sample string 6",
        "SAL_Qty": 1.1,
        "SAL_StockOverideQty": 1.1,
        "SAL_Rate": 1.1,
        "SAL_Amount": 1.1,
        "Xenia_StockAdjustment": {
          "$ref": "1"
        }
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.