ApexERPHost

<back to all web services

SavePayedPayRollDet

Requires Authentication
The following routes are available for this service:
POST/Accounting/PayedPayRollDet
SavePayedPayRollDet Parameters:
NameParameterData TypeRequiredDescription
PayedPayRollDetsbodyList<PayedPayrollDet>No
PayedPayrollDet Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
PayIdformintNo
RollDIdformintNo
AmountformdoubleNo
TaxAmountformdoubleNo
OtherWithholdAmountformdoubleNo
PayTypeformintNo
BankAccformstringNo
DocIdformstringNo
PayAccformstringNo
PensionPersonalAmountformdoubleNo
PensionCompanyAmountformdoubleNo
CompanyInsuranceAmountformdouble?No
CompanyInsuranceTaxAmountformdouble?No
CompanyInsuranceCompPensionAmountformdouble?No
CompanyInsurancePersPensionAmountformdouble?No
PersonalInsuranceAmountformdouble?No
PersonalInsuranceTaxAmountformdouble?No
PersonalInsuranceCompPensionAmountformdouble?No
PersonalInsurancePersPensionAmountformdouble?No
CompanyInsuranceDocsIdformstringNo
PersonalInsuranceDocsIdformstringNo
SavePayedPayRollDetResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Accounting/PayedPayRollDet HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"PayedPayRollDets":[{"Id":0,"PayId":0,"RollDId":0,"Amount":0,"TaxAmount":0,"OtherWithholdAmount":0,"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"}]}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}