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 .jsv suffix or ?format=jsv

HTTP + JSV

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: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
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: 0001-01-01,
			Ryear: 0,
			Rmonth: 0,
			Rollnum: 0,
			Flag: False,
			Tp: 0,
			Vg: 0,
			Tax1: 0,
			Tax1k: 0,
			Tax1v: 0,
			Placeid: 0,
			Stptabid: 0
		}
	]
}