ApexERPHost

<back to all web services

GetPPBonusCardPoints

Requires Authentication
The following routes are available for this service:
GET/LoyaltyCards/PPBonusCardPoints
GetPPBonusCardPoints Parameters:
NameParameterData TypeRequiredDescription
BeginDatequeryDateTimeNo
EndDatequeryDateTimeNo
OpersqueryList<int>No
CardIdquerystringNo
IsEmploeequeryboolNo
AllCardsqueryboolNo
GetPPBonusCardPointsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<PPBonusCardPoints>No
PPBonusCardPoints Parameters:
NameParameterData TypeRequiredDescription
pernumformstringNo
pnameformstringNo
isworkerformbool?No
cardidformstringNo
isdisabledformbool?No
ownersidformint?No
pointsformdecimal?No
spointformdecimal?No
svgformdecimal?No
crpointformdecimal?No
crvgformdecimal?No
dbpointformdecimal?No
dbvgformdecimal?No
fullphoneformstringNo
firstnformstringNo
lastnformstringNo
sexformbool?No
merriedformbool?No
childrensformint?No
dbornformDateTime?No
addressformstringNo
a04idformint?No
a13idformint?No
a15idformint?No
a22idformint?No
a23idformint?No
cityidformint?No
regdateformDateTime?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 /LoyaltyCards/PPBonusCardPoints 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":[{"pernum":"String","pname":"String","isworker":false,"cardid":"String","isdisabled":false,"ownersid":0,"points":0,"spoint":0,"svg":0,"crpoint":0,"crvg":0,"dbpoint":0,"dbvg":0,"fullphone":"String","firstn":"String","lastn":"String","sex":false,"merried":false,"childrens":0,"dborn":"\/Date(-62135596800000-0000)\/","address":"String","a04id":0,"a13id":0,"a15id":0,"a22id":0,"a23id":0,"cityid":0,"regdate":"\/Date(-62135596800000-0000)\/"}]}