ApexERPHost

<back to all web services

GetPresalerAccountsTurnover

Requires Authentication
The following routes are available for this service:
GET/Distribution/Presaler/AccountsTurnover
GetPresalerAccountsTurnover Parameters:
NameParameterData TypeRequiredDescription
BeginDatequeryDateTimeNo
EndDatequeryDateTimeNo
PresalerIdqueryintNo
GetPresalerAccountsTurnoverResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<PresalerAccountsTurnover>No
PresalerAccountsTurnover Parameters:
NameParameterData TypeRequiredDescription
AccformstringNo
AccNameformstringNo
SNformstringNo
DBVGformdecimal?No
DBVCformdecimal?No
DBVUformdecimal?No
CRVGformdecimal?No
CRVCformdecimal?No
CRVUformdecimal?No
SVGformdecimal?No
SVCformdecimal?No
SVUformdecimal?No
RVGformdecimal?No
RVCformdecimal?No
RVUformdecimal?No
PayAccformstringNo
PayAccNameformstringNo

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 /Distribution/Presaler/AccountsTurnover 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":[{"Acc":"String","AccName":"String","SN":"String","DBVG":0,"DBVC":0,"DBVU":0,"CRVG":0,"CRVC":0,"CRVU":0,"SVG":0,"SVC":0,"SVU":0,"RVG":0,"RVC":0,"RVU":0,"PayAcc":"String","PayAccName":"String"}]}