- Auth
- Account Ledger
- Activity Log
- Announcement
- Asset
- Sales
- GetTotalRevenueGET
- GetTotalReceivablesGET
- GetTotalInwardPaymentGET
- GetTotalOverDuePaymentGET
- SalesRatioGET
- GetGrowthByMonthGET
- GetGrowthByQuarterGET
- GetGrowthByYearGET
- GetSnapshotReceivablesGET
- GetSalesByInvoiceTypesGET
- GetIncomeByInvoiceTypesGET
- GetGstInvoicesGET
- GetRecurringInvoicesGET
- GetClientsAcquiredGET
- GetSalesByMonthGraphGET
- GetSalesByYearGraphGET
- GetSalesByProductGraphGET
- GetSalesByServiceGraphGET
- GetSalesByClientGraphGET
- GetSalesByCountryGraphGET
- GetSalesByUserGraphGET
- GetRevenueBySourceGET
- GetSalesByRegionGraphGET
- 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
GetSalesByServiceGraph
GET
https://api.upbooks.io/api/v1/sales/sales-by-service
Sales
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
fromDate
string <date-time>
optional
toDate
string <date-time>
optional
currency
stringÂ
optional
serviceId
stringÂ
optional
Header Params
ORGANIZATION-ID
stringÂ
optional
Example:
000000
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 GET 'https://api.upbooks.io/api/v1/sales/sales-by-service?fromDate&toDate¤cy&serviceId' \
--header 'ORGANIZATION-ID: 000000'
Responses
🟢200Ok
application/json
Body
data
object (IGraphWidgetResponse)Â
required
chartType
stringÂ
required
name
stringÂ
required
xAxis
objectÂ
required
yAxis
objectÂ
required
series
array [object {3}]Â
required
tooltip
objectÂ
optional
message
stringÂ
optional
Example
{
"data": {
"chartType": "string",
"name": "string",
"xAxis": {
"labels": null,
"title": "string",
"categories": [
null
]
},
"yAxis": {
"title": "string"
},
"series": [
{
"color": "string",
"data": [
0
],
"name": "string"
}
],
"tooltip": {
"postFormatter": "string",
"preFormatter": "string",
"text": "string"
}
},
"message": "string"
}
🟢200Success
Modified at 2024-04-03 09:39:06