| Field |
Required/Optional |
Description |
| id |
Required |
Internal unique identifier for the user. |
| externalAccountingId |
Optional |
External Identifier coming from the accounting integration. |
| ... |
... |
... |
| Field |
Required/Optional |
Description |
| id |
Required |
Internal unique identifier for the property. |
| externalAccountingId |
Optional |
External Identifier coming from the accounting integration. |
| ... |
... |
... |
| Field |
Required/Optional |
Description |
| id |
Required |
Internal identifier for the purchase request. |
| externalAccountingId |
Optional |
External Identifier coming from the accounting integration. |
| createdAt |
Required |
Internal creation timestamp. |
| externalCreatedAt |
Optional |
External creation timestamp. |
| updatedAt |
Optional |
Internal last update timestamp. |
| externalUpdatedAt |
Optional |
External last update timestamp. |
| deletedAt |
Optional |
Internal deletion timestamp. |
| externalDeletedAt |
Optional |
External deletion timestamp. |
| createdById |
Optional |
Internal ID of the User who submitted the request. |
| externalCreatorId |
Optional |
External ID of the User who submitted the request. |
| propertyId |
Optional |
ID of the target Property for the request. |
| externalPropertyId |
Optional |
External ID of the target Property for the request. |
| creationStatus |
Optional |
Status indicating an error when creating the purchase request |
Enum values: creationStatus uses PurchaseRequestCreationStatus → DUPLICATED, MISSING_CREATOR_OR_PROPERTY.
| Field |
Required/Optional |
Description |
| id |
Required |
Identifier for the uploaded document. |
| fileName |
Required |
Uploaded filename. |
| documentType |
Required |
Enum describing the document type. |
| purchaseRequest |
Required |
ID of the associated PurchaseRequest. |
| createdAt |
Required |
Creation timestamp. |
| deletedAt |
Optional |
Deletion timestamp. |
Enum values: documentType uses PurchaseRequestDocumentType → DOCUMENT, IMAGE.
| Field |
Required/Optional |
Description |
| id |
Required |
Internal identifier for the quote. |
| externalAccountingId |
Optional |
External Identifier coming from the accounting integration. |
| totalPrice |
Required |
Total price of the quote's items. |
| createdAt |
Required |
Quote creation timestamp. |
| updatedAt |
Optional |
Timestamp of the latest change. |
| deletedAt |
Optional |
Deletion timestamp. |
| createdById |
Required |
ID of the User who created the quote. |
| supplierId |
Optional |
ID of Supplier providing the quote. |
| purchaseRequestId |
Required |
ID of the associated PurchaseRequest. |
| Field |
Required/Optional |
Description |
| id |
Required |
Identifier for the quote document. |
| fileName |
Required |
Uploaded filename. |
| documentType |
Required |
Enum describing the document type. |
| purchaseQuoteId |
Required |
ID of the associated PurchaseQuote. |
| createdAt |
Required |
Creation timestamp. |
| deletedAt |
Optional |
Deletion timestamp. |
Enum values: documentType uses PurchaseQuoteDocumentType → DOCUMENT, IMAGE.
| Field |
Required/Optional |
Description |
| id |
Required |
Internal supplier identifier. |
| externalAccountingId |
Optional |
External Identifier coming from the accounting integration. |
| name |
Required |
Supplier’s name. |
| createdAt |
Required |
Creation timestamp. |
| updatedAt |
Optional |
Timestamp for the last update. |