ApexERPHost

<back to all web services

GetSlRolls

Requires Authentication
The following routes are available for this service:
GET/HR/SlRolls
GetSlRolls Parameters:
NameParameterData TypeRequiredDescription
RollIdqueryint?No
PrTypequeryint?No
RYearqueryint?No
RMonthqueryint?No
Flagquerybool?No
GetSlRollsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<SlRolls>No
SlRolls Parameters:
NameParameterData TypeRequiredDescription
RollIdformintNo
PrTypeformintNo
DDateformDateTimeNo
RYearformintNo
RMonthformintNo
RollNumformintNo
ContentsformstringNo
Flagformbool?No
UserIdformint?No
VSformdecimal?No
VHformdecimal?No
VT1formdecimal?No
VT2formdecimal?No
VTPformdecimal?No
NCountformint?No
CodeIdformintNo
IsDaysformbool?No
UnIdformGuidNo
AttachedformintNo

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 /HR/SlRolls 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":[{"RollId":0,"PrType":0,"DDate":"\/Date(-62135596800000-0000)\/","RYear":0,"RMonth":0,"RollNum":0,"Contents":"String","Flag":false,"UserId":0,"VS":0,"VH":0,"VT1":0,"VT2":0,"VTP":0,"NCount":0,"CodeId":0,"IsDays":false,"UnId":"00000000000000000000000000000000","Attached":0}]}