json/v1.0/contact.json in sk_api_schema-0.10.6 vs json/v1.0/contact.json in sk_api_schema-0.11.0

- old
+ new

@@ -184,11 +184,11 @@ "cash_discount":{ "description": "Default cash discount for new invoices.", "type":"number" }, "due_days":{ - "description": "Default due days for new invoices.", + "description": "Default due days for new documents.", "type":"integer" }, "address_field":{ "description": "Returns the address field used on new docs. Consist of Organisation name and default(first) address", "readonly":true, @@ -233,9 +233,15 @@ }, "expected_revenue":{ "description": "Product of the probability and sales potential. e.g how much of the sales_potential can we get?", "readonly":true, "type":"number" + }, + "tax_exemption_id":{ + "description": "ID of a tax exemption. New documents inherit the tax exemption and will be created without any taxes.", + "type":"string", + "maxLength": 22, + "minLength":22 } }, "links":[ { "rel": "self", "href": "contacts/{id}" \ No newline at end of file