ApexERPHost

<back to all web services

GetIF00060K

Requires Authentication
The following routes are available for this service:
GET/Logistics/IF00060K
GetIF00060K Parameters:
NameParameterData TypeRequiredDescription
ExqueryboolNo
SupIDqueryint?No
dbquerystringNo
crquerystringNo
d1queryDateTime?No
d2queryDateTime?No
NumberInquerystringNo
NumberOutquerystringNo
CategoryIdquerystringNo
MWSqueryboolNo
GetIF00060KResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<IF00060K>No
IF00060K Parameters:
NameParameterData TypeRequiredDescription
ProdPP_idformstringNo
incodeformstringNo
nettoformdecimalNo
bruttoformdecimalNo
packccountformintNo
BCodeformstringNo
Products_idformstringNo
OpDet_idformstringNo
crformstringNo
CodeformstringNo
PriceURformdecimalNo
PriceGRformdecimalNo
Category_idformstringNo
NumberInformstringNo
NumberOutformstringNo
dbformstringNo
MDRetailformdecimalNo
LifeDateformDateTime?No
dDateformDateTime?No
Products_neformstringNo
PriceUTformdecimalNo
Acc_nuformstringNo
Category_nuformstringNo
Category_CodeformstringNo
PriceGTformdecimalNo
Products_nuformstringNo
ReCalcformboolNo
VatformdecimalNo
ByWeightformintNo
PackBCountformdecimalNo
PDoseformstringNo
unitformstringNo
lbonusformboolNo
kbonusformdecimalNo
ltopxformboolNo
CostGformdecimalNo
CostUformdecimalNo
ICountformdecimalNo
RCountformdecimalNo
RSCountformdecimalNo
lifedaysformintNo
NRCountformdecimalNo
priceformdecimalNo
Discountformdecimal?No
dVgformdecimal?No
iDiscAmountformdecimal?No
Vgformdecimal?No
Reservedformdecimal?No
SoldGoodsformdecimal?No
GoodsInTransitformdecimal?No

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 /Logistics/IF00060K HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetIF00060KResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apex.Services.Logistics">
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
        <d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d2p1:Meta>
      </d2p1:ResponseError>
    </d2p1:Errors>
    <d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>String</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </d2p1:Meta>
  </ResponseStatus>
  <Result>
    <IF00060K>
      <ProdPP_id>String</ProdPP_id>
      <incode>String</incode>
      <netto>0</netto>
      <brutto>0</brutto>
      <packccount>0</packccount>
      <BCode>String</BCode>
      <Products_id>String</Products_id>
      <OpDet_id>String</OpDet_id>
      <cr>String</cr>
      <Code>String</Code>
      <PriceUR>0</PriceUR>
      <PriceGR>0</PriceGR>
      <Category_id>String</Category_id>
      <NumberIn>String</NumberIn>
      <NumberOut>String</NumberOut>
      <db>String</db>
      <MDRetail>0</MDRetail>
      <LifeDate>0001-01-01T00:00:00</LifeDate>
      <dDate>0001-01-01T00:00:00</dDate>
      <Products_ne>String</Products_ne>
      <PriceUT>0</PriceUT>
      <Acc_nu>String</Acc_nu>
      <Category_nu>String</Category_nu>
      <Category_Code>String</Category_Code>
      <PriceGT>0</PriceGT>
      <Products_nu>String</Products_nu>
      <ReCalc>false</ReCalc>
      <Vat>0</Vat>
      <ByWeight>0</ByWeight>
      <PackBCount>0</PackBCount>
      <PDose>String</PDose>
      <unit>String</unit>
      <lbonus>false</lbonus>
      <kbonus>0</kbonus>
      <ltopx>false</ltopx>
      <CostG>0</CostG>
      <CostU>0</CostU>
      <ICount>0</ICount>
      <RCount>0</RCount>
      <RSCount>0</RSCount>
      <lifedays>0</lifedays>
      <NRCount>0</NRCount>
      <price>0</price>
      <Discount>0</Discount>
      <dVg>0</dVg>
      <iDiscAmount>0</iDiscAmount>
      <Vg>0</Vg>
      <Reserved>0</Reserved>
      <SoldGoods>0</SoldGoods>
      <GoodsInTransit>0</GoodsInTransit>
    </IF00060K>
  </Result>
</GetIF00060KResponse>