ProposalListItemDto
Unique identifier for the proposal (UUID format)
123e4567-e89b-12d3-a456-426614174000
Public read-only URL to the proposal
https://offri.app/o/123e4567-e89b-12d3-a456-426614174000
Url to the proposal editor only accessible when logged in
https://offri.app/proposal/123e4567-e89b-12d3-a456-426614174000
Title of the proposal
Website Development Project
Expiration date of the proposal
user object
User who created the proposal
Unique identifier for the user
First name of the user
John
Last name of the user
Doe
Email address of the user
john.doe@company.com
URL to the user's avatar image
https://example.com/avatars/john-doe.jpg
User's preferred language
Possible values: [nl
, en
, de
]
client object
Client the proposal is for
Unique identifier for the client
Name of the client/company
Possible values: >= 2 characters
Acme Corporation
Email address of the client
contact@acme.com
City where the client is located
New York
Phone number of the client
+1-555-0123
Street address of the client
123 Business Street
Postal code of the client
10001
Custom customer ID assigned by the workspace
CUST-001
Country where the client is located
United States
Primary language of the client
en
Whether the client is private or business
false
contactPersons object[]
Contact persons associated with the client, not available for private clients
Unique identifier for the contact person
Name of the contact person
Jane Smith
Email address of the contact person
jane.smith@acme.com
contactPerson object
Primary contact person at the client organization
Unique identifier for the contact person
Name of the contact person
Jane Smith
Email address of the contact person
jane.smith@acme.com
Current status of the proposal
Possible values: [won
, open
, expired
, lost
, concept
, review
]
Language of the proposal content
Possible values: [nl
, en
, de
]
Date when the client signed the proposal
reviewers object[]
Array of reviewers assigned to review this proposal
Unique identifier for the reviewer
First name of the reviewer
Alice
Last name of the reviewer
Johnson
Email address of the reviewer
alice.johnson@company.com
Date when the proposal was first sent
Date when the proposal was last sent/resent
Date when the proposal was created
Date when the proposal was last updated
Date when the proposal was hidden
Date when the proposal content was last changed
Type of document
Possible values: [proposal
, pricelist
, contract
]
Whether this proposal was generated by AI
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"url": "https://offri.app/o/123e4567-e89b-12d3-a456-426614174000",
"editorUrl": "https://offri.app/proposal/123e4567-e89b-12d3-a456-426614174000",
"title": "Website Development Project",
"expiration": "2024-07-29T15:51:28.071Z",
"user": {
"id": 0,
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@company.com",
"avatar": "https://example.com/avatars/john-doe.jpg",
"language": "nl"
},
"client": {
"id": 0,
"name": "Acme Corporation",
"email": "contact@acme.com",
"city": "New York",
"phone": "+1-555-0123",
"address": "123 Business Street",
"postalCode": "10001",
"customerId": "CUST-001",
"country": "United States",
"language": "en",
"private": false,
"contactPersons": [
{
"id": 0,
"name": "Jane Smith",
"email": "jane.smith@acme.com"
}
]
},
"contactPerson": {
"id": 0,
"name": "Jane Smith",
"email": "jane.smith@acme.com"
},
"status": "won",
"language": "nl",
"clientSignedAt": "2024-07-29T15:51:28.071Z",
"reviewers": [
{
"id": 0,
"firstName": "Alice",
"lastName": "Johnson",
"email": "alice.johnson@company.com"
}
],
"sendAt": "2024-07-29T15:51:28.071Z",
"lastSendAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z",
"deletedAt": "2024-07-29T15:51:28.071Z",
"latestChange": "2024-07-29T15:51:28.071Z",
"contractType": "proposal",
"isGenerated": true
}