json/v1.0/order.json in sk_api_schema-0.10.2 vs json/v1.0/order.json in sk_api_schema-0.10.3
- old
+ new
@@ -118,9 +118,16 @@
"description": "The contact uuid. When assigning a contact its language, currency, address_field (due days, cash discount) values are used for the document if those doc-fields are not set.",
"type":"string",
"maxLength": 22,
"minLength":22
},
+ "estimate_id":{
+ "description":"Estimate document ID, if the order was created from a estimate.",
+ "readonly":true,
+ "type":"string",
+ "maxLength": 22,
+ "minLength": 22
+ },
"team_id":{
"description": "A team uuid taken from the contact. If set only the team and its parent teams can see the record.",
"readonly" :true,
"type":"string",
"maxLength": 22,