v2024-01-31
Search...
/
Partner Portal
Home
Guides
API Explorer
GitHub
Support
Home
Guides
API Explorer
GitHub
Support
API Concepts
Overview
Environments and URLs
Authentication
API versioning
Rate limiting
HTTP headers
Pagination, sorting, and filtering
General
Access tokens
Partner settings
Webhook subscriptions
Webhook deliveries
Events
Common
Entities
GET
Get all entities
POST
Create an entity
GET
Get the current entity
PATCH
Update the current entity
GET
Get an entity
PATCH
Update an entity
PUT
Upload an entity logo
DEL
Delete an entity's logo
GET
Get entity metadata
PUT
Replace entity metadata
GET
Get entity settings
PATCH
Update entity settings
GET
Get an entity of this user
PATCH
Update an entity of this user
Entity bank accounts
Entity persons
Entity VAT IDs
Roles
Entity users
Counterparts
Counterpart addresses
Counterpart bank accounts
Counterpart contacts
Counterpart VAT IDs
Payment records
Projects
Tags
Accounts payable
Approval policies
Approval requests
Comments
Payable line items
Payables
Purchase orders
Accounts receivable
Measure units
Overdue reminders
Payment reminders
Payment terms
Products
Receivables
Recurrences
VAT rates
Payments
Batch payments
Entity bank account verifications
Entity onboarding data
Onboarding documents
Onboarding links
Onboarding requirements
Payment intents
Payment links
Payment methods
Accounting integration
Accounting connections
Accounting data pull
Accounting synchronized records
Accounting tax rates
Ledger accounts
Utilities
Audit logs
Data export
Data export - extra data
Files
Mail templates
Mailbox domains
Mailboxes
PDF templates
Text templates
Partner Portal
Common
Entities
Update an entity
PATCH
https://
api.sandbox.monite.com/v1
/
entities
/
:entity_id
Change the specified fields with the provided values.
Path parameters
entity_id
string
Required
A unique ID to specify the entity.
Headers
Auth
Authorization
string
Required
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
string
Required
Request
This endpoint expects an object.
address
object
Optional
An address description of the entity
Show 5 properties
email
string
Optional
An official email address of the entity
individual
object
Optional
A set of meta data describing the individual
Show 6 properties
organization
object
Optional
A set of meta data describing the organization
Show 7 properties
phone
string
Optional
A phone number of the entity
tax_id
string
Optional
The entity's taxpayer identification number or tax ID. This field is required for entities that are non-VAT registered.
website
string
Optional
A website of the entity
Response
This endpoint returns an object.
Organization
Show 12 properties
OR
Individual
Show 12 properties
Errors
400
Bad Request
422
Unprocessable Entity
500
Internal Server Error