ApexERPHost

<back to all web services

GetSlRPayDExportForBank

Requires Authentication
The following routes are available for this service:
GET/HR/SlRPayD/Export/ForBank
GetSlRPayDExportForBank Parameters:
NameParameterData TypeRequiredDescription
PayIdqueryintNo
DateInStringquerystringNo
GetSlRPayDExportForBankResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<RPayDExportForBank>No
RPayDExportForBank Parameters:
NameParameterData TypeRequiredDescription
rpaydidformintNo
rpayidformintNo
rolldidformintNo
accidformint?No
vsformdecimalNo
vtformdecimal?No
depidformint?No
postidformint?No
stptabidformintNo
tabidformintNo
stptabnformstringNo
accUSDformstringNo
valToformstringNo
valPayToformstringNo
dateToformstringNo
banknformstringNo
accformstringNo
bankidformint?No
firstnformstringNo
lastnformstringNo

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/SlRPayD/Export/ForBank 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: 
	[
		{
			rpaydid: 0,
			rpayid: 0,
			rolldid: 0,
			accid: 0,
			vs: 0,
			vt: 0,
			depid: 0,
			postid: 0,
			stptabid: 0,
			tabid: 0,
			stptabn: String,
			accUSD: String,
			valTo: String,
			valPayTo: String,
			dateTo: String,
			bankn: String,
			acc: String,
			bankid: 0,
			firstn: String,
			lastn: String
		}
	]
}