POST api/ECMS/GetEquipGrpForEnventory

Request Information

URI Parameters

None.

Body Parameters

StockDeatils
NameDescriptionTypeAdditional information
StockDetailId

integer

None.

CustomerId

integer

None.

DepotId

integer

None.

DepotCode

string

None.

LastStockRequestedDate

date

None.

LastStockReceivedDate

date

None.

LastProjectionRequestedDate

date

None.

LastProjectionReceivedDate

date

None.

LastLongstayRequestedDate

date

None.

RequestType

string

None.

PortName

string

None.

Country

string

None.

DepotName

string

None.

UserTypeId

integer

None.

UserId

integer

None.

MultipleDepot

string

None.

CustomerCode

string

None.

ReqComments

string

None.

ReqEmailIds

string

None.

ReqFlag

boolean

None.

rows

integer

None.

page

integer

None.

sidx

string

None.

sord

string

None.

Records

integer

None.

Total

decimal number

None.

filters

string

None.

startindex

integer

None.

endindex

integer

None.

gridRowsCount

integer

None.

_search

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "StockDetailId": 1,
  "CustomerId": 2,
  "DepotId": 3,
  "DepotCode": "sample string 4",
  "LastStockRequestedDate": "2025-06-30T16:02:26.9717108+00:00",
  "LastStockReceivedDate": "2025-06-30T16:02:26.9717108+00:00",
  "LastProjectionRequestedDate": "2025-06-30T16:02:26.9717108+00:00",
  "LastProjectionReceivedDate": "2025-06-30T16:02:26.9717108+00:00",
  "LastLongstayRequestedDate": "2025-06-30T16:02:26.9717108+00:00",
  "RequestType": "sample string 5",
  "PortName": "sample string 6",
  "Country": "sample string 7",
  "DepotName": "sample string 8",
  "UserTypeId": 9,
  "UserId": 10,
  "MultipleDepot": "sample string 11",
  "CustomerCode": "sample string 12",
  "ReqComments": "sample string 13",
  "ReqEmailIds": "sample string 14",
  "ReqFlag": true,
  "rows": 16,
  "page": 17,
  "sidx": "sample string 18",
  "sord": "sample string 19",
  "Records": 20,
  "Total": 21.0,
  "filters": "sample string 22",
  "startindex": 23,
  "endindex": 24,
  "gridRowsCount": 25,
  "_search": true
}

application/xml, text/xml

Sample:
<StockDeatils xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.ECMS">
  <Country>sample string 7</Country>
  <CustomerCode>sample string 12</CustomerCode>
  <CustomerId>2</CustomerId>
  <DepotCode>sample string 4</DepotCode>
  <DepotId>3</DepotId>
  <DepotName>sample string 8</DepotName>
  <LastLongstayRequestedDate>2025-06-30T16:02:26.9717108+00:00</LastLongstayRequestedDate>
  <LastProjectionReceivedDate>2025-06-30T16:02:26.9717108+00:00</LastProjectionReceivedDate>
  <LastProjectionRequestedDate>2025-06-30T16:02:26.9717108+00:00</LastProjectionRequestedDate>
  <LastStockReceivedDate>2025-06-30T16:02:26.9717108+00:00</LastStockReceivedDate>
  <LastStockRequestedDate>2025-06-30T16:02:26.9717108+00:00</LastStockRequestedDate>
  <MultipleDepot>sample string 11</MultipleDepot>
  <PortName>sample string 6</PortName>
  <Records>20</Records>
  <ReqComments>sample string 13</ReqComments>
  <ReqEmailIds>sample string 14</ReqEmailIds>
  <ReqFlag>true</ReqFlag>
  <RequestType>sample string 5</RequestType>
  <StockDetailId>1</StockDetailId>
  <Total>21</Total>
  <UserId>10</UserId>
  <UserTypeId>9</UserTypeId>
  <_search>true</_search>
  <endindex>24</endindex>
  <filters>sample string 22</filters>
  <gridRowsCount>25</gridRowsCount>
  <page>17</page>
  <rows>16</rows>
  <sidx>sample string 18</sidx>
  <sord>sample string 19</sord>
  <startindex>23</startindex>
</StockDeatils>

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.