Project revenue recognition entry
{
"id": "43153586-0a86-4aab-969f-3697b0b45ff8",
"date": "2022-03-18",
"amount": 10000,
"notes": "First payment",
"createdAt": "2022-03-18T16:21:50.588Z",
"project": {
"id": "095e0780-48bf-472c-8deb-2fc3ebc7d90c",
"name": "Vendor Portal",
"client": {
"id": "4cacdf11-71d1-4fbb-90ee-b091803581b0",
"name": "Joe's Shop"
}
}
}
Name Type Description id
uuid
The unique identifier for the object. date
date
The date of the entry. Will be in the form YYYY-MM-DD. amount
number
The total amount of the entry. notes
string
Any notes about the entry. createdAt
timestamp
The timestamp when the object was created. project
object
A simple object to the related project. See attributes .
Name Type Description id
uuid
The unique identifier for the object. name
string
The name of the project. client
object
A simple object to the related client. See attributes .
Name Type Description id
uuid
The unique identifier for the object. name
string
The name of the client.