ApexERPHost

<back to all web services

GetPayedPayRollDet

Requires Authentication
The following routes are available for this service:
GET/Accounting/PayedPayRollDet/{PayId}
GetPayedPayRollDet Parameters:
NameParameterData TypeRequiredDescription
PayIdpathint?No
GetPayedPayRollDetResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<PayedPayRollDetView>No
PayedPayRollDetView Parameters:
NameParameterData TypeRequiredDescription
PayDIdformintNo
PayIdformintNo
RollDIdformintNo
AmountformdecimalNo
TaxAmountformdecimalNo
OtherWithholdAmountformdecimalNo
RollIdformintNo
PersonIdformintNo
PostIdformint?No
DepIdformint?No
BranchIdformint?No
PayRollDetAmountformdecimalNo
TaxPercentformdecimalNo
PersonSNformstringNo
PNameformstringNo
FirstNameformstringNo
LastNameformstringNo
BranchNameformstringNo
DepNameformstringNo
PostNameformstringNo
PayTypeformintNo
BankAccformstringNo
DocIdformstringNo
PayAccformstringNo
PensionPersonalAmountformdoubleNo
PensionCompanyAmountformdoubleNo
CompanyInsuranceAmountformdouble?No
CompanyInsuranceTaxAmountformdouble?No
CompanyInsuranceCompPensionAmountformdouble?No
CompanyInsurancePersPensionAmountformdouble?No
PersonalInsuranceAmountformdouble?No
PersonalInsuranceTaxAmountformdouble?No
PersonalInsuranceCompPensionAmountformdouble?No
PersonalInsurancePersPensionAmountformdouble?No
CompanyInsuranceDocsIdformstringNo
PersonalInsuranceDocsIdformstringNo

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 /Accounting/PayedPayRollDet/{PayId} 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: 
	[
		{
			PayDId: 0,
			PayId: 0,
			RollDId: 0,
			Amount: 0,
			TaxAmount: 0,
			OtherWithholdAmount: 0,
			RollId: 0,
			PersonId: 0,
			PostId: 0,
			DepId: 0,
			BranchId: 0,
			PayRollDetAmount: 0,
			TaxPercent: 0,
			PersonSN: String,
			PName: String,
			FirstName: String,
			LastName: String,
			BranchName: String,
			DepName: String,
			PostName: String,
			PayType: 0,
			BankAcc: String,
			DocId: String,
			PayAcc: String,
			PensionPersonalAmount: 0,
			PensionCompanyAmount: 0,
			CompanyInsuranceAmount: 0,
			CompanyInsuranceTaxAmount: 0,
			CompanyInsuranceCompPensionAmount: 0,
			CompanyInsurancePersPensionAmount: 0,
			PersonalInsuranceAmount: 0,
			PersonalInsuranceTaxAmount: 0,
			PersonalInsuranceCompPensionAmount: 0,
			PersonalInsurancePersPensionAmount: 0,
			CompanyInsuranceDocsId: String,
			PersonalInsuranceDocsId: String
		}
	]
}