/
XT
xtrf
/
XTRF Home Portal API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-26
Details
Filter operations
Browser
26
Client Invoices
18
Clients
38
Currency exchange rates
2
Custom Fields
1
Dictionaries
8
Files
1
Jobs (Classic)
8
Jobs (Smart)(v2)
20
Language
2
License
2
Macros
1
Project Groups
9
Projects (Classic)
22
Projects (Smart)(v2)
45
Quotes (Classic)
19
post
Creates a new language combination for a given quote without creating a task.
post
Adds a payable.
post
Adds a receivable.
post
Creates a new task for a given quote.
get
Returns quote details.
delete
Removes a quote.
put
Updates a simple payable.
delete
Deletes a payable.
put
Updates a simple receivable.
delete
Deletes a receivable.
get
Returns quotes' internal identifiers.
get
Returns custom fields of a given quote.
put
Updates custom fields of a given quote.
get
Returns dates of a given quote.
get
Returns finance of a given quote.
get
Returns instructions of a given quote.
put
Updates instructions of a given quote.
post
Sends a quote for customer confirmation.
post
Starts a quote.
Quotes (Smart)(v2)
42
Reports
7
Sensitive Clients & Trusted Vendors
9
Specialization
2
Subscription
4
System
4
Tasks (Classic)
15
Users
10
Vendor Invoices
11
Vendors
16
Quotes (Classic)
Adds a receivable.
Adds a receivable.
post
/quotes/{quoteId}/finance/receivables
Path parameters
quoteId
string
required
quote's internal identifier
Request body
ReceivableCreateDTO
required
id
integer
jobTypeId
integer
languageCombination
ChargeLanguageCombinationDTO
languageCombinationIdNumber
string
rateOrigin
'PRICE_PROFILE'
|
'PRICE_LIST'
|
'FILLED_MANUALLY'
|
'AUTOCALCULATED'
currencyId
integer
total
number
invoiceId
string
type
'SIMPLE'
|
'CAT'
calculationUnitId
integer
ignoreMinimumCharge
boolean
minimumCharge
number
description
string
rate
number
quantity
number
taskId
integer
catLogFile
FileToAddDTO
Response
Success
ReceivableDTO
required
id
integer
jobTypeId
integer
languageCombination
ChargeLanguageCombinationDTO
languageCombinationIdNumber
string
rateOrigin
'PRICE_PROFILE'
|
'PRICE_LIST'
|
'FILLED_MANUALLY'
|
'AUTOCALCULATED'
currencyId
integer
total
number
invoiceId
string
type
'SIMPLE'
|
'CAT'
calculationUnitId
integer
ignoreMinimumCharge
boolean
minimumCharge
number
description
string
rate
number
quantity
number
taskId
integer
Changes