v2023-09-01
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
Entity bank accounts
Entity persons
GET
Get all persons
POST
Create a person
GET
Get a person
DEL
Delete a person
PATCH
Update a person
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
Entity persons
Update a person
PATCH
https://
api.sandbox.monite.com/v1
/
persons
/
:person_id
Path parameters
person_id
string
Required
Headers
Auth
Authorization
string
Required
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
string
Required
x-monite-entity-id
string
Required
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
address
object
Optional
The person's address
Show 6 properties
date_of_birth
string
Optional
The person's date of birth
email
string
Optional
The person's email address
first_name
string
Optional
The person's first name
id_number
string
Optional
The person's ID number, as appropriate for their country
last_name
string
Optional
The person's last name
phone
string
Optional
The person's phone number
relationship
object
Optional
Describes the person's relationship to the entity
Show 6 properties
ssn_last_4
string
Optional
The last four digits of the person's Social Security number
Response
This endpoint returns an object.
id
string
The person's unique identifier
created_at
datetime
Time at which the person was created
updated_at
datetime
Time at which the person was updated
email
string
The person's email address
entity_id
string
Entity ID
first_name
string
The person's first name
last_name
string
The person's last name
relationship
object
Describes the person's relationship to the entity
Show 6 properties
address
object
Optional
The person's address
Show 6 properties
date_of_birth
string
Optional
The person's date of birth
id_number
string
Optional
The person's ID number, as appropriate for their country
phone
string
Optional
The person's phone number
ssn_last_4
string
Optional
The last four digits of the person's Social Security number
Errors
404
Not Found
409
Conflict
422
Unprocessable Entity
500
Internal Server Error