POST api/ECMS/GetEquipmentGroupsForRprProj

Request Information

URI Parameters

None.

Body Parameters

StockReportCL
NameDescriptionTypeAdditional information
StockRptId

integer

None.

EquipmentGroup

string

None.

EquipmentGroupId

integer

None.

AVAL

integer

None.

AEST

integer

None.

ASVY

integer

None.

AWAP

integer

None.

AREP

integer

None.

DISP

integer

None.

AOFF

integer

None.

APRI

integer

None.

RSVD

integer

None.

BLCK

integer

None.

SALE

integer

None.

SPEC

integer

None.

AINF

integer

None.

TotalStock

integer

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

CustomerId

integer

None.

DepotId

integer

None.

MultipleDepot

string

None.

rows

integer

None.

page

integer

None.

sidx

string

None.

Records

integer

None.

Total

decimal number

None.

filters

string

None.

startindex

integer

None.

endindex

integer

None.

gridRowsCount

integer

None.

_search

boolean

None.

CustomerCode

string

None.

DepotCode

string

None.

LastStockReceivedDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StockRptId": 1,
  "EquipmentGroup": "sample string 2",
  "EquipmentGroupId": 3,
  "AVAL": 1,
  "AEST": 1,
  "ASVY": 1,
  "AWAP": 1,
  "AREP": 1,
  "DISP": 1,
  "AOFF": 1,
  "APRI": 1,
  "RSVD": 1,
  "BLCK": 1,
  "SALE": 1,
  "SPEC": 1,
  "AINF": 1,
  "TotalStock": 4,
  "UpdatedBy": 5,
  "UpdatedDate": "2025-06-30T15:26:42.3687933+00:00",
  "CustomerId": 7,
  "DepotId": 8,
  "MultipleDepot": "sample string 9",
  "rows": 10,
  "page": 11,
  "sidx": "sample string 12",
  "Records": 13,
  "Total": 14.0,
  "filters": "sample string 15",
  "startindex": 16,
  "endindex": 17,
  "gridRowsCount": 18,
  "_search": true,
  "CustomerCode": "sample string 20",
  "DepotCode": "sample string 21",
  "LastStockReceivedDate": "sample string 22"
}

application/xml, text/xml

Sample:
<StockReportCL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.ECMS">
  <AEST>1</AEST>
  <AINF>1</AINF>
  <AOFF>1</AOFF>
  <APRI>1</APRI>
  <AREP>1</AREP>
  <ASVY>1</ASVY>
  <AVAL>1</AVAL>
  <AWAP>1</AWAP>
  <BLCK>1</BLCK>
  <CustomerCode>sample string 20</CustomerCode>
  <CustomerId>7</CustomerId>
  <DISP>1</DISP>
  <DepotCode>sample string 21</DepotCode>
  <DepotId>8</DepotId>
  <EquipmentGroup>sample string 2</EquipmentGroup>
  <EquipmentGroupId>3</EquipmentGroupId>
  <LastStockReceivedDate>sample string 22</LastStockReceivedDate>
  <MultipleDepot>sample string 9</MultipleDepot>
  <RSVD>1</RSVD>
  <Records>13</Records>
  <SALE>1</SALE>
  <SPEC>1</SPEC>
  <StockRptId>1</StockRptId>
  <Total>14</Total>
  <TotalStock>4</TotalStock>
  <UpdatedBy>5</UpdatedBy>
  <UpdatedDate>2025-06-30T15:26:42.3687933+00:00</UpdatedDate>
  <_search>true</_search>
  <endindex>17</endindex>
  <filters>sample string 15</filters>
  <gridRowsCount>18</gridRowsCount>
  <page>11</page>
  <rows>10</rows>
  <sidx>sample string 12</sidx>
  <startindex>16</startindex>
</StockReportCL>

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

Sample:

Sample not available.