ApexERPHost

<back to all web services

GetIpvslRollD01

Requires Authentication
The following routes are available for this service:
GET/HR/IpvslRollD01_DAL
GetIpvslRollD01 Parameters:
NameParameterData TypeRequiredDescription
Stptabidqueryint?No
Ryearqueryint?No
Rmonthqueryint?No
GetIpvslRollD01Response Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<tfIpvslRollD01_DTO>No
tfIpvslRollD01_DTO Parameters:
NameParameterData TypeRequiredDescription
RollidformintNo
DepidformintNo
PostidformintNo
Tabidformint?No
MgridformintNo
PrtypeformintNo
DdateformDateTimeNo
RyearformintNo
RmonthformintNo
RollnumformintNo
Flagformbool?No
TpformintNo
VgformdecimalNo
Tax1formdecimalNo
Tax1kformdecimalNo
Tax1vformdecimalNo
PlaceidformintNo
StptabidformintNo

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

GET /HR/IpvslRollD01_DAL HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
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,"Depid":0,"Postid":0,"Tabid":0,"Mgrid":0,"Prtype":0,"Ddate":"\/Date(-62135596800000-0000)\/","Ryear":0,"Rmonth":0,"Rollnum":0,"Flag":false,"Tp":0,"Vg":0,"Tax1":0,"Tax1k":0,"Tax1v":0,"Placeid":0,"Stptabid":0}]}