ApexERPHost

<back to all web services

GetProductIncome

Requires Authentication
The following routes are available for this service:
GET/Warehousing/ProductIncome
GetProductIncome Parameters:
NameParameterData TypeRequiredDescription
StartDatequeryDateTimeNo
EndDatequeryDateTimeNo
AccquerystringNo
CRquerystringNo
FCRquerystringNo
OpersquerystringNo
CategoryquerystringNo
PPCatquerystringNo
PCatqueryint?No
GetProductIncomeResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<ProductIncome>No
ProductIncome Parameters:
NameParameterData TypeRequiredDescription
BCodeformstringNo
DDateformDateTimeNo
OpDetIdformstringNo
DBformstringNo
CRformstringNo
FCRformstringNo
VgCostformdecimal?No
VuCostformdecimal?No
ICountformdecimalNo
RCountformdecimalNo
PriceGformdecimalNo
PriceUformdecimalNo
CodeformstringNo
ProductsNuformstringNo
ProductsNeformstringNo
CategoryIdformstringNo
ProducerIdformstringNo
CountryNameformstringNo
LifeYearformint?No
LifeMonthformint?No
NumberInformstringNo
NumberOutformstringNo
VgProfitformdecimal?No
VuProfitformdecimal?No
FOperformstringNo
PPCatIdformstringNo
PCatIdformint?No
ProdPPIdformstringNo

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

HTTP + X-PROTOBUF

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

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

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"BCode":"String","DDate":"\/Date(-62135596800000-0000)\/","OpDetId":"String","DB":"String","CR":"String","FCR":"String","VgCost":0,"VuCost":0,"ICount":0,"RCount":0,"PriceG":0,"PriceU":0,"Code":"String","ProductsNu":"String","ProductsNe":"String","CategoryId":"String","ProducerId":"String","CountryName":"String","LifeYear":0,"LifeMonth":0,"NumberIn":"String","NumberOut":"String","VgProfit":0,"VuProfit":0,"FOper":"String","PPCatId":"String","PCatId":0,"ProdPPId":"String"}]}