ApexERPHost

<back to all web services

UpdatePayRollDet

Requires Authentication
The following routes are available for this service:
PUT/Accounting/PayRollDet
UpdatePayRollDet Parameters:
NameParameterData TypeRequiredDescription
PayRollDetbodyPayRollDetNo
PayRollDet Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
RollIdformintNo
PersonIdformintNo
PostIdformintNo
DepIdformintNo
BranchIdformintNo
SalaryformdoubleNo
TaxPersentformdoubleNo
AmountformdoubleNo
TaxAmountformdoubleNo
DocIdformstringNo
PensionCompanyPercentformdoubleNo
PensionCompanyAmountformdoubleNo
PensionPersonalPercentformdoubleNo
PensionPersonalAmountformdoubleNo
CompanyInsuranceSalaryformdouble?No
CompanyInsuranceAmountformdouble?No
CompanyInsuranceTaxAmountformdouble?No
CompanyInsuranceCompPensionAmountformdouble?No
CompanyInsurancePersPensionAmountformdouble?No
PersonalInsuranceSalaryformdouble?No
PersonalInsuranceAmountformdouble?No
PersonalInsuranceTaxAmountformdouble?No
PersonalInsuranceCompPensionAmountformdouble?No
PersonalInsurancePersPensionAmountformdouble?No
CompanyInsuranceDocsIdformstringNo
PersonalInsuranceDocsIdformstringNo
UpdatePayRollDetResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo

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.

PUT /Accounting/PayRollDet HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	PayRollDet: 
	{
		Id: 0,
		RollId: 0,
		PersonId: 0,
		PostId: 0,
		DepId: 0,
		BranchId: 0,
		Salary: 0,
		TaxPersent: 0,
		Amount: 0,
		TaxAmount: 0,
		DocId: String,
		PensionCompanyPercent: 0,
		PensionCompanyAmount: 0,
		PensionPersonalPercent: 0,
		PensionPersonalAmount: 0,
		CompanyInsuranceSalary: 0,
		CompanyInsuranceAmount: 0,
		CompanyInsuranceTaxAmount: 0,
		CompanyInsuranceCompPensionAmount: 0,
		CompanyInsurancePersPensionAmount: 0,
		PersonalInsuranceSalary: 0,
		PersonalInsuranceAmount: 0,
		PersonalInsuranceTaxAmount: 0,
		PersonalInsuranceCompPensionAmount: 0,
		PersonalInsurancePersPensionAmount: 0,
		CompanyInsuranceDocsId: String,
		PersonalInsuranceDocsId: String
	}
}
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
		}
	}
}