ApexERPHost

<back to all web services

GetProductsMovement

Requires Authentication
The following routes are available for this service:
GET/Warehousing/ProductsMovement
GetProductsMovement Parameters:
NameParameterData TypeRequiredDescription
StartDatequeryDateTimeNo
EndDatequeryDateTimeNo
SenderAccquerystringNo
ReceiverAccquerystringNo
CategoryquerystringNo
PPCatquerystringNo
PCatqueryint?No
GetProductsMovementResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<ProductsMovement>No
ProductsMovement Parameters:
NameParameterData TypeRequiredDescription
ProdPPIdformstringNo
InCodeformstringNo
BCodeformstringNo
ProductsNuformstringNo
ProductsNeformstringNo
ProducerNuformstringNo
PrCountryNuformstringNo
PPCatIdformstringNo
PCatIdformint?No
CategoryIdformstringNo
OperIdformstringNo
DDateformDateTimeNo
DBformstringNo
CRformstringNo
DiscountformdecimalNo
VgformdecimalNo
Vuformdecimal?No
VcustomGformdecimalNo
VcustomUformdecimalNo
ICountformdecimalNo
RCountformdecimalNo
LifeDateformDateTime?No
CodeformstringNo
DestNumberformstringNo
NumberInformstringNo
NumberOutformstringNo
CUserformstringNo
FCRformstringNo
PAmountformdecimal?No

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

HTTP + CSV

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

GET /Warehousing/ProductsMovement HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"ProdPPId":"String","InCode":"String","BCode":"String","ProductsNu":"String","ProductsNe":"String","ProducerNu":"String","PrCountryNu":"String","PPCatId":"String","PCatId":0,"CategoryId":"String","OperId":"String","DDate":"\/Date(-62135596800000-0000)\/","DB":"String","CR":"String","Discount":0,"Vg":0,"Vu":0,"VcustomG":0,"VcustomU":0,"ICount":0,"RCount":0,"LifeDate":"\/Date(-62135596800000-0000)\/","Code":"String","DestNumber":"String","NumberIn":"String","NumberOut":"String","CUser":"String","FCR":"String","PAmount":0}]}