{
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    },
    "duedate": {
        "label": "Due Date",
        "content_type": "date"
    },
    "startdate": {
        "label": "Start Date",
        "content_type": "date"
    },
    "enddate": {
        "label": "End Date",
        "content_type": "date"
    },
    "shipdate": {
        "label": "Ship Date",
        "content_type": "date"
    },
    "terms": {
        "label": "Terms",
        "content_type": "free_form_text"
    },
    "memo": {
        "label": "Memo",
        "content_type": "free_form_text"
    },
    "subsidiary": {
        "label": "Subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title",
        "is_required": true
    },
    "entity": {
        "label": "Entity",
        "content_type": "record",
        "references": "Customer",
        "referenceField": "title",
        "is_required": true
    },
    "location": {
        "label": "Location",
        "content_type": "record",
        "references": "Location",
        "referenceField": "title"
    },
    "estgrossprofit": {
        "label": "Estimated Gross Profit",
        "content_type": "currency"
    },
    "total": {
        "label": "Total",
        "content_type": "currency"
    },
    "estgrossprofitpercent": {
        "label": "Estimated Gross Profit Percent",
        "content_type": "percent"
    },
    "exchangerate": {
        "label": "Exchange Rate",
        "content_type": "integer_number"
    },
    "opportunity": {
        "label": "Opportunity",
        "content_type": "record",
        "references": "Opportunity",
        "referenceField": "title"
    },
    "shipcomplete": {
        "label": "Ship Complete",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "tobeprinteded": {
        "label": "To Be Printeded",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "tobeprinted": {
        "label": "To Be Printed",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "trandate": {
        "label": "Transaction Date",
        "content_type": "date"
    },
    "void": {
        "label": "Void",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "voided": {
        "label": "Voided",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "website": {
        "label": "Website",
        "content_type": "free_form_text"
    },
    "shipmethod": {
        "label": "Ship Method",
        "content_type": "free_form_text"
    },
    "billingaddress": {
        "label": "Billing Address",
        "content_type": "free_form_text"
    },
    "class": {
        "label": "Class",
        "content_type": "record",
        "references": "Classification",
        "referenceField": "title"
    },
    "department": {
        "label": "Department",
        "content_type": "record",
        "references": "Department",
        "referenceField": "title"
    }
}
