- Auth
- Account Ledger
- Activity Log
- Announcement
- Asset
- Sales
- GetTotalRevenue
- GetTotalReceivables
- GetTotalInwardPayment
- GetTotalOverDuePayment
- SalesRatio
- GetGrowthByMonth
- GetGrowthByQuarter
- GetGrowthByYear
- GetSnapshotReceivables
- GetSalesByInvoiceTypes
- GetIncomeByInvoiceTypes
- GetGstInvoices
- GetRecurringInvoices
- GetClientsAcquired
- GetSalesByMonthGraph
- GetSalesByYearGraph
- GetSalesByProductGraph
- GetSalesByServiceGraph
- GetSalesByClientGraph
- GetSalesByCountryGraph
- GetSalesByUserGraph
- GetRevenueBySource
- GetSalesByRegionGraph
- Client
- Client Ledger
- CreditNote
- Cron-jobs
- Currency Conversion
- Document
- Discount
- Employee
- GetEmployeesByMonth
- GetEmployees
- AddEmployee
- GetEmployeeDetail
- UpdateEmployee
- DeleteEmployee
- FileImport
- UpdateSalaryComponent
- UpdateFileUrl
- UpdateInvoiceNumber
- PrepareSalaryComponents
- UpdateEmployeeName
- UpdateEmployeeEmail
- UpdateEmployeePhone
- UpdateEmployeeDob
- UpdateEmployeeLocation
- UpdateEmployeePanNumber
- UpdateEmployeeAdharNumber
- UpdateEmployeeEsiNumber
- UpdateEmployeeEpsNumber
- UpdateEmployeeUanNumber
- UpdateEmployeePfNumber
- UpdateEmployeeCountry
- UpdateEmployeeBankAccountDetails
- UpdateEmployeeCurrentAddress
- UpdateEmployeePermanentAddress
- LinkUser
- UpdateEmployeeDocumentInfo
- UpdateEmployeeProfilePicture
- Email
- Expense
- File
- Hr
- Inventory Ledger
- Invoice
- Item
- Organization
- GetOrganizations
- AddOrganization
- UpdateOrganization
- GetOrganizationDetail
- DeleteOrganization
- UpdateOrganizationBusinessProfile
- ExtendSubscription
- UpdateGSTDetails
- UpdateVATDetails
- UpdateInvoiceOnOrderSetting
- UpdateReminderSetting
- UpdateInvoiceSettings
- UpdatePurchaseOrderSettings
- UpdateProposalSettings
- UpdatePreferences
- GetOrganizationPreferences
- UpdatePaymentSettings
- UpdateDefaultPaymentSettings
- UpdateLogo
- UpdateFromEmail
- OrganizationDeactive
- GetOrganizationSubscriptions
- GetOrganizationDashboardView
- GetOrganizationDashboardSnapshot
- GetSnapshotReceivables
- DeleteSelectiveData
- DeletePermanent
- GetClientCountries
- GetVendorCountries
- GetLeadCountries
- InviteUsers
- AcceptInvitation
- UpdatePlatformCredits
- UpdateCreditNoteSettings
- UpdateDebitNoteSettings
- Order
- Outward Payment
- Operations
- Payment
- Product
- Proposal
- Platform Plan
- Platform Subscription
- Platform Payment
- ProductCategory
- Purchase Order
- Purchase
- Recurring Expense
- Recurring Invoice
- Report
- GetSalesByClient
- GetSalesByProduct
- GetSalesByProductCategory
- GetSalesByService
- GetSalesByMonth
- GetSalesByYear
- GetSalesByQuarter
- GetSalesByCountry
- GetTaxSummary
- GetInvoiceDetailReport
- GetExpensesByMonth
- GetProfitAndLossReportV2
- GetBalanceSheetReport
- GetTrialBalanceReport
- GetGeneralLedger
- GetSalesByHsn
- GetTaxesByMonth
- GetOtherSales
- Routes
- Settlement
- Services
- Tax
- Trip
- User
- User Invites
- Vendor
- Vendor Ledger
- Projects
- Pre Sales
- Task
- Payroll
- Account
- Enquiry
- Account Transfer
- File Import
- File Import Error
- Brand
- Salary Component
- Leaves Configuration
- Tax Calendar
- Contract
- GST-Reports
- Organization Backup
- Bank Account
- Leave Policy
- Leave Application
- Backup Restore
- Finance
- Email-Rule
- Widget
- User Dashboard
- ExpenseCategory
- Lead
- LeadActivity
- Deal
- DebitNote
- SpendCategory
- SpendPolicy
- Employee Spend
- Warehouse
- Branch
PrepareEmployeePayroll
POST
https://api.upbooks.io/api/v1/payroll/prepare
Payroll
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
employeeId
stringÂ
required
employmentId
stringÂ
required
month
number <double>
required
year
number <double>
required
paidLeaves
number <double>
required
unpaidLeaves
number <double>
required
totalMonthDays
number <double>
optional
totalWorkingDays
number <double>
optional
Header Params
ORGANIZATION-ID
stringÂ
optional
Example:
00000
Body Params application/json
deductions
array[object (ICommonKeyValuePair) {2}]  | nullÂ
optional
key
string  | nullÂ
required
value
number <double> | nullÂ
required
allowances
array[object (ICommonKeyValuePair) {2}]  | nullÂ
optional
key
string  | nullÂ
required
value
number <double> | nullÂ
required
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.upbooks.io/api/v1/payroll/prepare?employeeId&employmentId&month&year&paidLeaves&unpaidLeaves&totalMonthDays&totalWorkingDays' \
--header 'ORGANIZATION-ID: 00000' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200Ok
application/json
Body
data
object (IPreparePayrollResponse)Â
required
employeeId
stringÂ
required
employmentId
stringÂ
required
totalPayAmount
number <double>
required
currency
optional
month
number <double> | nullÂ
required
totalMonthDays
number <double> | nullÂ
required
year
number <double> | nullÂ
required
processingDate
string <date-time> | nullÂ
required
processedById
string  | nullÂ
required
noOfLeaves
number <double> | nullÂ
required
noOfUnpaidLeaves
number <double> | nullÂ
required
totalWorkingDays
number <double> | nullÂ
required
deductions
array[object (ICommonKeyValuePair) {2}]  | nullÂ
optional
allowances
array[object (ICommonKeyValuePair) {2}]  | nullÂ
optional
employersContribution
array[object (ICommonKeyValuePair) {2}]  | nullÂ
optional
paidVia
string  | nullÂ
optional
paymentMode
optional
notes
string  | nullÂ
optional
referenceNumber
string  | nullÂ
optional
paymentAmount
number <double> | nullÂ
optional
calculationDifference
number <double> | nullÂ
optional
fileImportData
optional
totalSalary
number <double>
required
message
stringÂ
optional
Example
{
"data": {
"employeeId": "string",
"employmentId": "string",
"totalPayAmount": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"month": 0,
"totalMonthDays": 0,
"year": 0,
"processingDate": "2019-08-24T14:15:22Z",
"processedById": "string",
"noOfLeaves": 0,
"noOfUnpaidLeaves": 0,
"totalWorkingDays": 0,
"deductions": [
{
"key": "string",
"value": 0
}
],
"allowances": [
{
"key": "string",
"value": 0
}
],
"employersContribution": [
{
"key": "string",
"value": 0
}
],
"paidVia": "string",
"paymentMode": "cash",
"notes": "string",
"referenceNumber": "string",
"paymentAmount": 0,
"calculationDifference": 0,
"fileImportData": {
"fileImportId": "string",
"rowId": "string"
},
"totalSalary": 0
},
"message": "string"
}
🟢200Success
Modified at 2024-04-15 09:40:00