changedInput schema / properties / enquiryId / description
Previous value: -"The enquiry ID returned by request_quote or request_titanium_quote"New value: +"The enquiry ID returned when the quotation was submitted"
addedOutput schema / properties / items
Added value: +{
+ "items": {
+ "properties": {
+ "grade": {
+ "type": "string"
+ },
+ "lineNumber": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "lineTotal": {
+ "type": "number"
+ },
+ "productForm": {
+ "type": "string"
+ },
+ "quantity": {
+ "type": "number"
+ },
+ "quantityUnit": {
+ "type": "string"
+ },
+ "sectionShape": {
+ "type": "string"
+ },
+ "specification": {
+ "type": "string"
+ },
+ "unitPrice": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "grade",
+ "lineNumber",
+ "lineTotal",
+ "productForm",
+ "quantity",
+ "quantityUnit",
+ "sectionShape",
+ "specification",
+ "unitPrice"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
changedOutput schema / properties / status / enum
Previous value: -[
- "PENDING_PRICING",
- "INFORMATION_REQUIRED",
- "QUOTED",
- "CANCELLED"
-]New value: +[
+ "PENDING_PRICING",
+ "PENDING_REVIEW",
+ "INFORMATION_REQUIRED",
+ "QUOTED",
+ "CANCELLED"
+]
changedOutput schema / required
Previous value: -[
- "currency",
- "enquiryId",
- "message",
- "quotedAmount",
- "status",
- "updatedAt"
-]New value: +[
+ "currency",
+ "enquiryId",
+ "items",
+ "message",
+ "quotedAmount",
+ "status",
+ "updatedAt"
+]