PostSpecificationAnswerDto
Type Alias: PostSpecificationAnswerDto
[object Object]
Defined in: app/api/types.gen.ts:1397
Defines the DTO for posting a specification answer, containing the necessary information for creating a new specification answer, including the question ID and the answer text. The PostSpecificationAnswerDTO is used to transfer data from the client to the server when creating a new specification answer, ensuring that all required information is provided and validated appropriately for the creation process.
Properties
answer
[object Object]
Defined in: app/api/types.gen.ts:1405
The answer provided for the specification question. The content and format of this answer depend on the type of the associated specification question.
questionId?
optionalquestionId?:number
Defined in: app/api/types.gen.ts:1401
The unique identifier of the specification question for which this answer is provided.