- 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
- GetEmployeesByMonthGET
- GetEmployeesGET
- AddEmployeePOST
- GetEmployeeDetailGET
- UpdateEmployeePUT
- DeleteEmployeeDELETE
- FileImportPOST
- UpdateSalaryComponentPATCH
- UpdateFileUrlPATCH
- UpdateInvoiceNumberPATCH
- PrepareSalaryComponentsPOST
- UpdateEmployeeNamePATCH
- UpdateEmployeeEmailPATCH
- UpdateEmployeePhonePATCH
- UpdateEmployeeDobPATCH
- UpdateEmployeeLocationPATCH
- UpdateEmployeePanNumberPATCH
- UpdateEmployeeAdharNumberPATCH
- UpdateEmployeeEsiNumberPATCH
- UpdateEmployeeEpsNumberPATCH
- UpdateEmployeeUanNumberPATCH
- UpdateEmployeePfNumberPATCH
- UpdateEmployeeCountryPATCH
- UpdateEmployeeBankAccountDetailsPATCH
- UpdateEmployeeCurrentAddressPATCH
- UpdateEmployeePermanentAddressPATCH
- LinkUserPOST
- UpdateEmployeeDocumentInfoPUT
- UpdateEmployeeProfilePicturePATCH
- 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
UpdateEmployeePhone
PATCH
https://api.upbooks.io/api/v1/employee/{id}/phone
Employee
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Header Params
ORGANIZATION-ID
stringÂ
optional
Example:
000000
Body Params application/json
phone
stringÂ
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 PATCH 'https://api.upbooks.io/api/v1/employee//phone' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200Ok
application/json
Body
data
object (EmployeeDocumentJSON)Â
required
createdAt
string <date-time>
required
updatedAt
string <date-time>
required
__v
number <double>
optional
_id
stringÂ
required
organizationId
stringÂ
required
name
stringÂ
required
employeeNumber
string  | nullÂ
optional
type
optional
email
string  | nullÂ
optional
phone
string  | nullÂ
optional
dob
string <date-time> | nullÂ
optional
employment
array[object (IEmployment) {11}]  | nullÂ
optional
isDeleted
booleanÂ
required
user
object  | nullÂ
optional
location
string  | nullÂ
optional
panNumber
string  | nullÂ
optional
adharNumber
string  | nullÂ
optional
esiNumber
string  | nullÂ
optional
epsNumber
string  | nullÂ
optional
uanNumber
string  | nullÂ
optional
pfNumber
string  | nullÂ
optional
country
string  | nullÂ
optional
bankAccountDetails
optional
currentAddress
optional
permanentAddress
optional
files
array[object (IEmployeeDocument) {3}]  | nullÂ
optional
voterIdNumber
string  | nullÂ
optional
drivingLicenseNumber
string  | nullÂ
optional
picture
string  | nullÂ
optional
message
stringÂ
optional
Example
{
"data": {
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"organizationId": "string",
"name": "string",
"employeeNumber": "string",
"type": "full-time",
"email": "string",
"phone": "string",
"dob": "2019-08-24T14:15:22Z",
"employment": [
{
"id": "string",
"isCurrent": true,
"dateOfJoining": "2019-08-24T14:15:22Z",
"dateOfLeaving": "2019-08-24T14:15:22Z",
"specialSchemes": [
{
"enabled": true,
"name": "ESI"
}
],
"salary": {
"componentGroup": {
"id": "string",
"groupName": "string",
"salaryCalculationMode": "month-days",
"sandwichLeaves": true
},
"type": "hourly",
"ctc": 0,
"gross": 0,
"net": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"components": [
{
"name": "string",
"code": "BASIC",
"type": "EARNINGS",
"isTaxable": true,
"isAttendanceBased": true,
"isIncludedInCTC": true,
"isActive": true,
"_id": "string",
"value": {
"amount": 0,
"currency": {
"name": "string",
"symbol": "string"
}
},
"formula": "string",
"custom": true,
"salaryComponentId": "string",
"amount": 0
}
]
},
"designation": "string",
"role": "string",
"supervisor": {
"id": "string",
"name": "string",
"employeeNumber": "string",
"email": "string",
"phone": "string",
"type": "full-time",
"employment": [
{}
]
},
"leavePolicies": [
{
"id": "string",
"name": "string",
"leaves": [
{
"type": "string",
"probationPeriod": 0,
"noOfLeaves": 0,
"monthlyLimit": 0
}
]
}
],
"spendPolicies": [
{
"id": "string",
"title": "string"
}
]
}
],
"isDeleted": true,
"user": {
"role": "string",
"id": "string"
},
"location": "string",
"panNumber": "string",
"adharNumber": "string",
"esiNumber": "string",
"epsNumber": "string",
"uanNumber": "string",
"pfNumber": "string",
"country": "string",
"bankAccountDetails": {
"bankName": "string",
"bankAccountNumber": "string",
"bankBranch": "string",
"payeeName": "string",
"IFSC": "string",
"MICR": "string",
"SWIFT": "string"
},
"currentAddress": {
"locationName": "string",
"street1": "string",
"street2": "string",
"pincode": "string",
"city": "string",
"state": "string",
"country": "string"
},
"permanentAddress": {
"locationName": "string",
"street1": "string",
"street2": "string",
"pincode": "string",
"city": "string",
"state": "string",
"country": "string"
},
"files": [
{
"docNumber": "string",
"docType": "pan",
"fileUrl": "string"
}
],
"voterIdNumber": "string",
"drivingLicenseNumber": "string",
"picture": "string"
},
"message": "string"
}
🟢200Success
Modified at 2024-04-04 10:34:27