ApexERPHost

<back to all web services

GetRollDNewList

Requires Authentication
The following routes are available for this service:
GET/HR/SlRollD/NewList
GetRollDNewList Parameters:
NameParameterData TypeRequiredDescription
RollIdqueryint?No
DepIdqueryint?No
PostIdqueryint?No
PlaceIdqueryint?No
rYearqueryint?No
RMonthqueryint?No
RefAccquerystringNo
GetRollDNewListResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<RollDNewList>No
RollDNewList Parameters:
NameParameterData TypeRequiredDescription
StptabIdformintNo
PersonIdformintNo
MgrIdformint?No
DepIdformintNo
PostIdformintNo
PlaceIdformintNo
V1formdecimalNo
V2formdecimalNo
V3formdecimalNo
V4formdecimalNo
Flagformint?No
TabIdformint?No
NDaysformint?No
WDaysformint?No

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/SlRollD/NewList 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: 
	[
		{
			StptabId: 0,
			PersonId: 0,
			MgrId: 0,
			DepId: 0,
			PostId: 0,
			PlaceId: 0,
			V1: 0,
			V2: 0,
			V3: 0,
			V4: 0,
			Flag: 0,
			TabId: 0,
			NDays: 0,
			WDays: 0
		}
	]
}