POST api/_ext/InternalStockpiles/SetLockStatus

Request Information

URI Parameters

None.

Body Parameters

ActiveStockpileListVM
NameDescriptionTypeAdditional information
GRADE_NAME

string

None.

STOCKPILE_DIRECTION

string

None.

LINE_NAME

string

None.

CREATION_DATE

date

None.

MAXIMUM_CAPACITY

decimal number

None.

CURRENT_TONS

decimal number

None.

USER_NAME

string

None.

FLAG_LOCK

string

None.

RESTRICTION_DESCRIPTION

string

None.

RESTRICTION_CODE

integer

None.

REMARKS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "GRADE_NAME": "sample string 1",
  "STOCKPILE_DIRECTION": "sample string 2",
  "LINE_NAME": "sample string 3",
  "CREATION_DATE": "2026-02-12T19:32:41.9641324+02:00",
  "MAXIMUM_CAPACITY": 1.0,
  "CURRENT_TONS": 1.0,
  "USER_NAME": "sample string 5",
  "FLAG_LOCK": "sample string 6",
  "RESTRICTION_DESCRIPTION": "sample string 7",
  "RESTRICTION_CODE": 1,
  "REMARKS": "sample string 8"
}

application/xml, text/xml

Sample:
<ActiveStockpileListVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RBCT.Core.ViewModels">
  <CREATION_DATE>2026-02-12T19:32:41.9641324+02:00</CREATION_DATE>
  <CURRENT_TONS>1</CURRENT_TONS>
  <FLAG_LOCK>sample string 6</FLAG_LOCK>
  <GRADE_NAME>sample string 1</GRADE_NAME>
  <LINE_NAME>sample string 3</LINE_NAME>
  <MAXIMUM_CAPACITY>1</MAXIMUM_CAPACITY>
  <REMARKS>sample string 8</REMARKS>
  <RESTRICTION_CODE>1</RESTRICTION_CODE>
  <RESTRICTION_DESCRIPTION>sample string 7</RESTRICTION_DESCRIPTION>
  <STOCKPILE_DIRECTION>sample string 2</STOCKPILE_DIRECTION>
  <USER_NAME>sample string 5</USER_NAME>
</ActiveStockpileListVM>

multipart/form-data

Sample:
<ActiveStockpileListVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RBCT.Core.ViewModels"><CREATION_DATE>2026-02-12T19:32:41.9641324+02:00</CREATION_DATE><CURRENT_TONS>1</CURRENT_TONS><FLAG_LOCK>sample string 6</FLAG_LOCK><GRADE_NAME>sample string 1</GRADE_NAME><LINE_NAME>sample string 3</LINE_NAME><MAXIMUM_CAPACITY>1</MAXIMUM_CAPACITY><REMARKS>sample string 8</REMARKS><RESTRICTION_CODE>1</RESTRICTION_CODE><RESTRICTION_DESCRIPTION>sample string 7</RESTRICTION_DESCRIPTION><STOCKPILE_DIRECTION>sample string 2</STOCKPILE_DIRECTION><USER_NAME>sample string 5</USER_NAME></ActiveStockpileListVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.