json/v1.0/estimate.json in sk_api_schema-0.7.1 vs json/v1.0/estimate.json in sk_api_schema-0.7.2
- old
+ new
@@ -79,11 +79,11 @@
"description": "The exchange rate from the company currency(eg. EUR) to the document currency(USD). 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).",
"readonly":true,
"type":"number"
},
"gross_total_exchanged":{
- "description": "The exchanged gross total.",
+ "description": "Exchanged gross total, in your company currency.",
"readonly":true,
"type":"number"
},
"archived_pdf":{
"description": "Archived PDF version of the document. Is created when an document is printed and archived. A document can have multiple archived versions. This only returns the most recent one. ",
@@ -141,10 +141,10 @@
"lock_version":{
"description": "Auto-incremented to prevent concurrent updates. First save wins and increments version.",
"type":"integer"
},
"gross_total":{
- "description": "Gross total of all line items, 2 decimals places",
+ "description": "Gross total of all line items, 2 decimals places in document currency.",
"readonly":true,
"type":"number"
},
"tax_total":{
"description": "Tax total, 2 decimals places",