CreateProjectCustomerDto
The name of the project. Must be unique within the tenant.
Possible values: non-empty and <= 255 characters
Email of the project's main contact. Must correspond to an existing user in the tenant.
contact@archlet.chThe name of the project as visible to suppliers. Defaults to the project's name.
Possible values: non-empty and <= 255 characters
The name of the organization as visible to suppliers. Defaults to the tenant's name.
Possible values: <= 255 characters
The currency of the project in ISO 4217 format. Defaults to the tenant's default currency. Cannot be changed after creation.
USDattributes object
Attributes of the project. Keys are attribute names and values are attribute values. By default no attributes are set. For ad-hoc projects (rfxVariant="tactical"), category is required, plus any attributes required by tenant policy for that category.
property name* object
- string
- number
- boolean
- string[]
- string[][]
- object
- null
Value for a "List - Single selection", "Text", "Date", or "User - Invited team member" attribute
Value for a "List - Single selection", "Text", "Date", or "User - Invited team member" attribute
Project subtype. Use "tactical" to create an ad-hoc project. Defaults to "default" for standard projects. Ad-hoc projects evaluate and apply bid sheet template and supplier invite policies at creation; standard projects do not.
Possible values: [default, tactical]
defaultdefaultPossible values: <= 5000 characters
{
"name": "string",
"mainContactEmail": "contact@archlet.ch",
"supplierVisibleName": "string",
"supplierVisibleOrganizationName": "string",
"currencyCode": "USD",
"attributes": {
"category": [
[
"Packaging",
"Bottles",
"PET and plastic"
],
[
"Packaging",
"Bottles",
"Glass"
]
],
"isInformationalProject": false,
"estimatedTotalSavings": 250000,
"estimatedContractDurationYears": 3,
"estimatedBaselineSpend": {
"quantity": 1200000,
"currency": "USD"
},
"realisedTotalSpend": {
"quantity": 950000,
"currency": "USD"
},
"realisedTotalSavings": {
"quantity": 180000,
"currency": "USD"
},
"projectStartDate": "2026-01-01",
"projectEndDate": "2026-06-30",
"contractStartDate": "2026-07-01"
},
"rfxVariant": "default",
"isTest": true,
"description": "string"
}