json/v1.0/estimate.json in sk_api_schema-0.8.4 vs json/v1.0/estimate.json in sk_api_schema-0.8.5

- old
+ new

@@ -74,11 +74,11 @@ "type":"string", "maxLength": 3, "minLength": 3 }, "exchange_rate":{ - "description": "The exchange rate from the foreign document currency(eg. USD) to the company currency(EUR). The rate is set on document open with the exchange rate based on the document date. If there is no rate for this day, say on weekends, the closest previous day is taken(Sunday->Friday).", + "description": "The exchange rate from the foreign document currency(eg. USD) to the company currency(EUR). If the rate is empty we use the exchange rate on the document date or today if doc.date is empty. If there is no rate for this day, say on weekends, the closest previous day is taken(Sunday->Friday). If you open the doc at a later time make sure to manually refresh the rate, as we dont change it. ", "readonly":true, "type":"number" }, "gross_total_exchanged":{ "description": "Exchanged gross total, in your company currency.", @@ -284,10 +284,10 @@ "href": "estimates", "method": "POST", "properties" : { "source" : { "title" : "Source document id", - "description": "Copies the source(excl. number,date) and returns a new draft document. Fields passed with the object(e.g. notes, title, address_field) are not overwritten.", + "description": "Copies the source(excl. number,date) and returns a new draft document. You can pass any document type(e.g. invoice, order). Fields passed with the object(e.g. notes, title, address_field) are not overwritten.", "type" : "string" } } }, { "rel": "attachments",