POST api/StockInOut/GetCurrentStockValue

Request Information

URI Parameters

None.

Body Parameters

DateFilter
NameDescriptionTypeAdditional information
DriverID

integer

None.

DriverIDS

string

None.

LocationID

integer

None.

LocationIDS

string

None.

AcquisitionCreatedBy

integer

None.

AcquisitionCreatedBys

string

None.

StartDate

date

None.

EndDate

date

None.

PartsIDS

string

None.

SearchTerm

string

None.

SalesPersonID

integer

None.

Ids

string

None.

PaymentTypeID

integer

None.

PaymentTypeIDS

string

None.

PurchaseSource

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DriverID": 1,
  "DriverIDS": "sample string 2",
  "LocationID": 3,
  "LocationIDS": "sample string 4",
  "AcquisitionCreatedBy": 5,
  "AcquisitionCreatedBys": "sample string 6",
  "StartDate": "2021-02-24T13:02:16.4898649+11:00",
  "EndDate": "2021-02-24T13:02:16.4898649+11:00",
  "PartsIDS": "sample string 9",
  "SearchTerm": "sample string 10",
  "SalesPersonID": 11,
  "Ids": "sample string 12",
  "PaymentTypeID": 13,
  "PaymentTypeIDS": "sample string 14",
  "PurchaseSource": 15
}

application/xml, text/xml

Sample:
<DateFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models">
  <AcquisitionCreatedBy>5</AcquisitionCreatedBy>
  <AcquisitionCreatedBys>sample string 6</AcquisitionCreatedBys>
  <DriverID>1</DriverID>
  <DriverIDS>sample string 2</DriverIDS>
  <EndDate>2021-02-24T13:02:16.4898649+11:00</EndDate>
  <Ids>sample string 12</Ids>
  <LocationID>3</LocationID>
  <LocationIDS>sample string 4</LocationIDS>
  <PartsIDS>sample string 9</PartsIDS>
  <PaymentTypeID>13</PaymentTypeID>
  <PaymentTypeIDS>sample string 14</PaymentTypeIDS>
  <PurchaseSource>15</PurchaseSource>
  <SalesPersonID>11</SalesPersonID>
  <SearchTerm>sample string 10</SearchTerm>
  <StartDate>2021-02-24T13:02:16.4898649+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.