/
RE
revelator
/
Revelator API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 1d ago
Details
Filter operations
4
account
32
accounting
43
accounting/transactions
11
activities
1
api
141
auth
1
balance
2
BI
2
blockchainPayee
2
common
31
contact
4
content
66
content/integrations
1
customerManagement
2
distribution
22
enterprise
299
feedbacks
3
finance
76
financeCM
3
fusionauth
2
integrations
14
mcn/youtube
13
media
9
notes
4
notifications
1
partner
7
payee
7
payees
2
post
/payees
put
/payees/{id}
payeeVault
3
payeeWallet
3
payments
1
permissions
3
promote
10
royaltyTokens
5
settings
9
social
5
strike
1
tools
37
tracks
2
upload
1
payees
post
/payees
Request body
PayeeRequest
required
companyName
string
isCompany
boolean
contactName
string
contactEmail
string
currencyCode
string
taxIdNumber
string
vatNumber
string
vendorId
string
minimumPayment
number
double
paymentProviderId
integer
paymentUserId
string
taxDomicileCountryId
integer
portalPermissions
PayeePortalPermissionsDTO
Response
OK
PayeeResponse
required
payeeId
integer
companyName
string
isCompany
boolean
minimumPayment
number
double
paymentUserId
string
currencyCode
string
externalId
string
isBlocked
boolean
vatNumber
string
vendorId
string
taxIdNumber
string
isRoyaltyOnlyPayee
boolean
balance
number
double
contact
ContactV2DTO
paymentProvider
PaymentProviderV2DTO
portalPermissions
PayeePortalPermissionsDTO
Example response
{ "contact": { "imageId": "00000000-0000-0000-0000-000000000000" } }
Changes