Login
Search...
/
Documentation
API Reference
Use Cases
Introduction
Overview
API Reference
Admin
Amenities
Applicants
Applications
Appointments
Billing and Payments
Construction Job Cost
GET
Get all construction jobs
POST
Create construction job
GET
Get construction job by ID
PUT
Update construction job
POST
Create contract
PUT
Update contract
GET
Get all construction job details for a specific construction job
GET
Get all contracts for a specific construction job
GET
Get all contract details for a specific contract
Employees
Events
Files
Invoices
Leads
Leases
Listings
Owners
Properties
Purchase Orders
Residents
Service Requests
Timezones
Units
Vendors
Webhooks Configuration
Login
API Reference
Construction Job Cost
Create contract
POST
https://
api.propexo.com
/
v1
/
contracts
/
Create a contract for an integration.
Request
This endpoint expects an object.
integration_id
string
Required
vendor_id
string
Optional
The Propexo unique identifier for the vendor
start_date
datetime or string
Optional
The start date associated with the contract
Show 2 variants
end_date
datetime or string
Optional
The end date associated with the contract
Show 2 variants
x_id
string
Optional
The external ID from the integration vendor. This must be a unique value when creating a new contract.
notes
string
Optional
Notes associated with the contract
expense_type
string
Optional
The expense type of the contract. You'll have to request this data from your customer
retention_percent
string
Optional
contract_details
list of objects
Optional
Show 8 properties
Response
This endpoint returns an object.
job_id
string
The ID of the job created to handle this operation
data
object
Errors
400
Bad Request
Built with