ProposalListItemDto
Unique identifier for the proposal (UUID format)
123e4567-e89b-12d3-a456-426614174000Public read-only URL to the proposal
https://offri.app/o/123e4567-e89b-12d3-a456-426614174000Url to the proposal editor only accessible when logged in
https://offri.app/proposal/123e4567-e89b-12d3-a456-426614174000Title of the proposal
Website Development ProjectExpiration date of the proposal
user object
User who created the proposal
Unique identifier for the user
First name of the user
JohnLast name of the user
DoeEmail address of the user
john.doe@company.comURL to the user's avatar image
https://example.com/avatars/john-doe.jpgUser'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 CorporationEmail address of the client
contact@acme.comCity where the client is located
New YorkPhone number of the client
+1-555-0123Street address of the client
123 Business StreetPostal code of the client
10001Custom customer ID assigned by the workspace
CUST-001Country where the client is located
United StatesPrimary language of the client
enWhether the client is private or business
falsecontactPersons object[]
Contact persons associated with the client, not available for private clients
Unique identifier for the contact person
Name of the contact person
Jane SmithEmail address of the contact person
jane.smith@acme.comcontactPerson object
Primary contact person at the client organization
Unique identifier for the contact person
Name of the contact person
Jane SmithEmail address of the contact person
jane.smith@acme.comCurrent 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
AliceLast name of the reviewer
JohnsonEmail address of the reviewer
alice.johnson@company.comDate 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
}