/
DE
dealhub
/
Quote API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Account
9
Accounting
7
Accounts
17
AI Agent
7
AI Summary
3
Approvals
23
Asynchronous Operations
2
Attachments
6
get
Get the maximum number of attachments allowed for an account
get
Get attachment contents
delete
Delete an attachment
get
Get attachments for an account
post
Add an attachment
put
Update the details of an attachment
Authentication
8
BankTransactions
3
Billing
49
Callouts
1
Credit Memo
13
CRM field mapping
7
CRM Import
5
CRM Integration
5
Custom Field
9
Customization
4
Deal Pulse
3
Discounts
6
Documents
8
Email
4
Entities
6
ERP
9
Experimental
11
Foreign Exchange
4
Get Products Information
2
Headless Quoting
6
Health
1
Import
11
Integrations
43
Intelligent Sales Room
48
Invoice
1
Jobs
4
MetricsReporting
4
Notifications
4
Opportunity
4
Order
3
Orders
29
Partner Integration
4
Payments
21
Platform Feature
1
Playbook
2
Prismatic
6
Product Catalog
42
Product Hierarchy (Beta)
3
Product Provisioning
1
Quote Management
5
RateCard
6
Refunds
3
Reports
4
Revenue Enablement
9
Revenue Recognition
11
Search
2
Settings
44
Subscriptions
21
TemplateScript
3
Tenant
1
Usage
11
User Management
5
Users
15
Version Management
5
Attachments
Update the details of an attachment
Updates the details of the specified document
put
/attachments
Request body
Attachment
required
id
string
uuid
required
name
string
required
description
string
status
'UPLOADING'
|
'UPLOADED'
accountId
string
tag
'MASTER_SUBSCRIPTION_AGREEMENT'
|
'STATEMENT_OF_WORK'
|
'ORDER_FORM'
|
'OTHER'
inUse
boolean
isDeleted
boolean
createdOn
integer
required
updatedOn
integer
Response
successful operation
Attachment
required
id
string
uuid
required
name
string
required
description
string
status
'UPLOADING'
|
'UPLOADED'
accountId
string
tag
'MASTER_SUBSCRIPTION_AGREEMENT'
|
'STATEMENT_OF_WORK'
|
'ORDER_FORM'
|
'OTHER'
inUse
boolean
isDeleted
boolean
createdOn
integer
required
updatedOn
integer
Changes