ApexERPHost

<back to all web services

GetTfWhProdMoveList

Requires Authentication
The following routes are available for this service:
GET/Warehousing/GetTfWhProdMoveList
GetTfWhProdMoveList Parameters:
NameParameterData TypeRequiredDescription
CategoryIdsquerystringNo
SupplierIdsquerystringNo
DbquerystringNo
CrquerystringNo
PCatIdsquerystringNo
PPCatIdsquerystringNo
NoRemProdqueryboolNo
GetTfWhProdMoveListResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformList<TfWhProdMoveList>No
TfWhProdMoveList Parameters:
NameParameterData TypeRequiredDescription
ProdPPIdformstringNo
InCodeformstringNo
PackBCountformdecimal?No
PackCountformintNo
PriceGRformdecimalNo
PriceURformdecimalNo
UnitformstringNo
VatformdecimalNo
ProductsNuformstringNo
RCountCrformdecimal?No
RCountDbformdecimal?No
RezervCrformdecimal?No
RezervDbformdecimal?No
CostGformdecimal?No
CostUformdecimal?No
ProducerIdformstringNo
ProducerNuformstringNo
SpendformboolNo
BCodeformstringNo
CategoryIdformstringNo
CategoryNuformstringNo
SupformstringNo
DdateformDateTimeNo
NumberinformstringNo
IcountformdecimalNo
RetailCostGformdecimalNo
RetailCostUformdecimalNo
PDoseformstringNo
MDTradeformdecimalNo
LifeDateformint?No
IsLinkedformboolNo
PPCatIdformstringNo
PPCatNuformstringNo
PCatIdformint?No
PCatNuformstringNo
ByWeightformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /Warehousing/GetTfWhProdMoveList HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetTfWhProdMoveListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apex.Services.Warehousing">
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types" i:nil="true" />
  <Result>
    <TfWhProdMoveList>
      <ProdPPId>String</ProdPPId>
      <InCode>String</InCode>
      <PackBCount>0</PackBCount>
      <PackCount>0</PackCount>
      <PriceGR>0</PriceGR>
      <PriceUR>0</PriceUR>
      <Unit>String</Unit>
      <Vat>0</Vat>
      <ProductsNu>String</ProductsNu>
      <RCountCr>0</RCountCr>
      <RCountDb>0</RCountDb>
      <RezervCr>0</RezervCr>
      <RezervDb>0</RezervDb>
      <CostG>0</CostG>
      <CostU>0</CostU>
      <ProducerId>String</ProducerId>
      <ProducerNu>String</ProducerNu>
      <Spend>false</Spend>
      <BCode>String</BCode>
      <CategoryId>String</CategoryId>
      <CategoryNu>String</CategoryNu>
      <Sup>String</Sup>
      <Ddate>0001-01-01T00:00:00</Ddate>
      <Numberin>String</Numberin>
      <Icount>0</Icount>
      <RetailCostG>0</RetailCostG>
      <RetailCostU>0</RetailCostU>
      <PDose>String</PDose>
      <MDTrade>0</MDTrade>
      <LifeDate>0</LifeDate>
      <IsLinked>false</IsLinked>
      <PPCatId>String</PPCatId>
      <PPCatNu>String</PPCatNu>
      <PCatId>0</PCatId>
      <PCatNu>String</PCatNu>
      <ByWeight>0</ByWeight>
    </TfWhProdMoveList>
  </Result>
</GetTfWhProdMoveListResponse>