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
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
GET
Get all projects for entity
POST
Create a project
GET
Get a project by ID
DEL
Delete a project
PATCH
Update a project
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
Projects
Create a project
POST
https://
api.sandbox.monite.com/v1
/
projects
Create a new project.
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.
name
string
Required
The project name.
code
string
Optional
Project code
color
string
Optional
Project color
description
string
Optional
Description of project
end_date
string
Optional
Project end date
parent_id
string
Optional
Parent project ID
partner_metadata
map from strings to any
Optional
Project metadata
start_date
string
Optional
Project start date
tag_ids
list of strings
Optional
A list of IDs of user-defined tags (labels) assigned to this project.
Response
This endpoint returns an object.
id
string
A unique ID assigned to this project.
created_at
datetime
Project created at
updated_at
datetime
Last time project was updated at
entity_id
string
The ID of the entity to which the project was issued.
name
string
The project name.
code
string
Optional
Project code
color
string
Optional
Project color
created_by_entity_user_id
string
Optional
Project created by entity user
description
string
Optional
Description of project
end_date
string
Optional
Project end date
parent_id
string
Optional
Parent project ID
partner_metadata
map from strings to any
Optional
Project metadata
start_date
string
Optional
Project start date
tags
list of objects
Optional
A list of user-defined tags (labels) assigned to this project.
Show 7 properties
Errors
400
Bad Request
401
Unauthorized
403
Forbidden
422
Unprocessable Entity
500
Internal Server Error