POST services/api/v1/Process

Request Information

URI Parameters

None.

Body Parameters

stkdate_locationId_stkdetails
NameDescriptionTypeAdditional information
Stkdate

date

None.

LocationId

integer

None.

stkdetails

Collection of Stockadjustment_Details

None.

Request Formats

application/json, text/json

Sample:
{
  "Stkdate": "2026-09-09T15:08:43.3169564+04:00",
  "LocationId": 2,
  "stkdetails": [
    {
      "ID": 1,
      "StockAdjestmentID": 2,
      "branchid": 3,
      "Barcode": "sample string 4",
      "systemqty": 5.0,
      "actualqty": 6.0,
      "costprice": 7.0,
      "batchno": "sample string 8",
      "expirydate": "2026-09-09T15:08:43.3169564+04:00",
      "ItemName": "sample string 10",
      "Unit": "sample string 11",
      "difference": 12.0,
      "total": 13.0,
      "IsExpiry": true,
      "StockExpiryDetails": [
        {
          "Id": 1,
          "Type": "sample string 2",
          "MasterBarcode": "sample string 3",
          "ActualBarcode": "sample string 4",
          "Qty": 5.0,
          "CostPrice": 6.0,
          "ItemId": 7,
          "ExpiryDate": "2026-09-09T15:08:43.3169564+04:00",
          "BatchNo": "sample string 9",
          "MasterId": 10
        },
        {
          "Id": 1,
          "Type": "sample string 2",
          "MasterBarcode": "sample string 3",
          "ActualBarcode": "sample string 4",
          "Qty": 5.0,
          "CostPrice": 6.0,
          "ItemId": 7,
          "ExpiryDate": "2026-09-09T15:08:43.3169564+04:00",
          "BatchNo": "sample string 9",
          "MasterId": 10
        }
      ]
    },
    {
      "ID": 1,
      "StockAdjestmentID": 2,
      "branchid": 3,
      "Barcode": "sample string 4",
      "systemqty": 5.0,
      "actualqty": 6.0,
      "costprice": 7.0,
      "batchno": "sample string 8",
      "expirydate": "2026-09-09T15:08:43.3169564+04:00",
      "ItemName": "sample string 10",
      "Unit": "sample string 11",
      "difference": 12.0,
      "total": 13.0,
      "IsExpiry": true,
      "StockExpiryDetails": [
        {
          "Id": 1,
          "Type": "sample string 2",
          "MasterBarcode": "sample string 3",
          "ActualBarcode": "sample string 4",
          "Qty": 5.0,
          "CostPrice": 6.0,
          "ItemId": 7,
          "ExpiryDate": "2026-09-09T15:08:43.3169564+04:00",
          "BatchNo": "sample string 9",
          "MasterId": 10
        },
        {
          "Id": 1,
          "Type": "sample string 2",
          "MasterBarcode": "sample string 3",
          "ActualBarcode": "sample string 4",
          "Qty": 5.0,
          "CostPrice": 6.0,
          "ItemId": 7,
          "ExpiryDate": "2026-09-09T15:08:43.3169564+04:00",
          "BatchNo": "sample string 9",
          "MasterId": 10
        }
      ]
    }
  ]
}

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.