POST api/StockInOut/GetCurrentStockValue

Request Information

URI Parameters

None.

Body Parameters

DateFilter
NameDescriptionTypeAdditional information
LocationID

integer

None.

StartDate

date

None.

EndDate

date

None.

PartsIDS

string

None.

SearchTerm

string

None.

SalesPersonID

integer

None.

Ids

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationID": 1,
  "StartDate": "2020-02-27T04:59:41.1968988+11:00",
  "EndDate": "2020-02-27T04:59:41.1968988+11:00",
  "PartsIDS": "sample string 4",
  "SearchTerm": "sample string 5",
  "SalesPersonID": 6,
  "Ids": "sample string 7"
}

application/xml, text/xml

Sample:
<DateFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models">
  <EndDate>2020-02-27T04:59:41.1968988+11:00</EndDate>
  <Ids>sample string 7</Ids>
  <LocationID>1</LocationID>
  <PartsIDS>sample string 4</PartsIDS>
  <SalesPersonID>6</SalesPersonID>
  <SearchTerm>sample string 5</SearchTerm>
  <StartDate>2020-02-27T04:59:41.1968988+11:00</StartDate>
</DateFilter>

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.