Add new entity to QuotationTemplates
POST/QuotationTemplates
Add new entity to QuotationTemplates
Request
- application/json
Body
required
New entity
This property has been replaced by the Order property. Please use that property instead.
This property has been replaced by QuotationStatusIds. Please use that property instead.
Possible values: >= -2147483648
and <= 2147483647
Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Responses
- 201
- default
Created entity
- application/json
- Schema
- Example (from schema)
Schema
This property has been replaced by the Order property. Please use that property instead.
This property has been replaced by QuotationStatusIds. Please use that property instead.
Possible values: >= -2147483648
and <= 2147483647
Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
{
"name": "string",
"url": "string",
"isDefault": true,
"languageIso": [
"string"
],
"quotationStatus": {},
"quotationStatusId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"order": 0,
"quotationStatusIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"tenantDefaultLanguage": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdDate": "2024-06-06T15:30:37.660Z",
"updatedDate": "2024-06-06T15:30:37.660Z",
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"creatorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"customField1": "string",
"customField2": "string",
"customField3": "string",
"customField4": "string",
"customField5": "string",
"organization": {}
}
error
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
error
object
required
details
object[]
The structure of this object is service-specific
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
{
"code": "string",
"message": "string",
"target": "string"
}
],
"innererror": {}
}
}