- 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
DeletePlatformPlan
DELETE
https://api.upbooks.io/api/v1/platform-plan/{id}
Platform Plan
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:
00000
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 DELETE 'https://api.upbooks.io/api/v1/platform-plan/' \
--header 'ORGANIZATION-ID: 00000'
Responses
🟢200Ok
application/json
Body
data
object (PlatformPlanDocumentJSON)Â
required
createdAt
string <date-time>
required
updatedAt
string <date-time>
required
__v
number <double>
optional
_id
stringÂ
required
name
stringÂ
required
price
number <double>
required
annualPrice
number <double>
optional
currency
optional
frequency
enum<string>Â
required
Allowed values:
monthlyquarterlyannually
thumbnail
string  | nullÂ
optional
isActive
booleanÂ
required
modules
objectÂ
required
features
array [object {4}]Â
optional
message
stringÂ
optional
Example
{
"data": {
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"name": "string",
"price": 0,
"annualPrice": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"frequency": "monthly",
"thumbnail": "string",
"isActive": true,
"modules": {
"apiKeys": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"dynamicDashboards": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"employeeSpends": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"contracts": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"branch": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"warehouse": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"debitNotes": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"deals": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"leads": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"emailRules": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"activityLogs": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"automatedReminders": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"organizationBackups": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"fileImports": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"reports": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"employeeLeaves": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"creditNotes": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"outwardPayments": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"enquiry": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"account": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"payroll": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"tasks": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"projects": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"documents": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"purchaseOrders": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"proposals": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"items": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"users": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"discounts": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"taxes": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"invoice": {
"limitFrequency": "total",
"limitType": "count",
"limit": 0,
"recurring": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"enabled": true,
"type": "manual"
},
"settlements": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"payments": {
"limitFrequency": "total",
"limitType": "count",
"limit": 0,
"gateway": {
"razorpay": true
},
"enabled": true
},
"orders": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"services": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"products": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"expenses": {
"limitFrequency": "total",
"limitType": "count",
"limit": 0,
"recurring": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"enabled": true
},
"employees": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"assets": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"vendors": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
},
"clients": {
"enabled": true,
"limit": 0,
"limitType": "count",
"limitFrequency": "total",
"addOn": {
"per": "count",
"price": 0,
"allowed": true
}
}
},
"features": [
{
"addOn": "string",
"limitations": [
"string"
],
"enabled": true,
"title": "string"
}
]
},
"message": "string"
}
🟢200Success
Modified at 2024-04-10 09:13:51