json/v1.0/order.json in sk_api_schema-0.1.1 vs json/v1.0/order.json in sk_api_schema-0.1.2
- old
+ new
@@ -51,9 +51,14 @@
"description": "Decimal places for displayed(printed) money values. gross_total and net_total will always be displayed rounded to a precision of 2. When greater 2 use net_total_base(also in line_item) to show the net val with the set precision(3,4).",
"type":"number",
"enum": [2,3,4],
"default":2
},
+ "language":{
+ "description": "Should be a valid language short-code: de-DE, fr, en-GB; like defined in your account language menu. When the document is emailed or printed, a localized version of a multi-language template(email, pdf) will be used if available. Defaults to the clients language, if empty and a client is assigned.",
+ "type":"string",
+ "maxLength": 10
+ },
"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. ",
"readonly":true,
"type":"object",
"properties":{"$ref":"./attachment.json#properties"}