- 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
- GetOrganizationsGET
- AddOrganizationPOST
- UpdateOrganizationPUT
- GetOrganizationDetailGET
- DeleteOrganizationDELETE
- UpdateOrganizationBusinessProfilePATCH
- ExtendSubscriptionPATCH
- UpdateGSTDetailsPATCH
- UpdateVATDetailsPATCH
- UpdateInvoiceOnOrderSettingPATCH
- UpdateReminderSettingPATCH
- UpdateInvoiceSettingsPATCH
- UpdatePurchaseOrderSettingsPATCH
- UpdateProposalSettingsPATCH
- UpdatePreferencesPATCH
- GetOrganizationPreferencesGET
- UpdatePaymentSettingsPATCH
- UpdateDefaultPaymentSettingsPATCH
- UpdateLogoPATCH
- UpdateFromEmailPATCH
- OrganizationDeactivePATCH
- GetOrganizationSubscriptionsGET
- GetOrganizationDashboardViewGET
- GetOrganizationDashboardSnapshotGET
- GetSnapshotReceivablesGET
- DeleteSelectiveDataDELETE
- DeletePermanentDELETE
- GetClientCountriesGET
- GetVendorCountriesGET
- GetLeadCountriesGET
- InviteUsersPOST
- AcceptInvitationGET
- UpdatePlatformCreditsPATCH
- UpdateCreditNoteSettingsPATCH
- UpdateDebitNoteSettingsPATCH
- 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
UpdateReminderSetting
PATCH
https://api.upbooks.io/api/v1/organization/{id}/settings/invoice/reminder
Organization
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
reminderSettings
array[object (IInvoiceReminderSettings) {7}]Â
required
enabled
booleanÂ
required
limit
number <double> | nullÂ
optional
limitType
optional
limitFrequency
optional
addOn
object  | nullÂ
optional
type
optional
dueAfter
number <double> | nullÂ
optional
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/organization//settings/invoice/reminder' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200Ok
application/json
Body
data
object (OrganizationDocumentJSON)Â
required
createdAt
string <date-time>
required
updatedAt
string <date-time>
required
__v
number <double>
optional
_id
stringÂ
required
name
stringÂ
required
organizationId
stringÂ
required
location
stringÂ
required
state
stringÂ
required
logo
string  | nullÂ
optional
regionalSetting
object (IRegionalSetting)Â
required
taxSettings
array[object (IOrgTaxSettings) {3}]  | nullÂ
optional
userId
stringÂ
required
settings
object (IOrganizationSettings)Â
required
fromEmail
stringÂ
optional
fiscalYear
objectÂ
optional
businessSettings
object  | nullÂ
optional
isDeactivated
booleanÂ
optional
platformCredits
object (IOrganizationPlatformCredits)Â
optional
registrationSource
enum<string>Â
optional
Allowed values:
upbooks-webupbooks-android-appupbooks-ios-appupbooks-expense-webupbooks-expense-android-appupbooks-expense-ios-app
organizationType
enum<string>Â
optional
Allowed values:
individualbusiness
phone
object (IPhone)Â
optional
message
stringÂ
optional
Example
🟢200Success
Modified at 2024-04-09 12:03:49