Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions static/oas/Codat-Accounting.json
Original file line number Diff line number Diff line change
Expand Up @@ -141558,7 +141558,8 @@
},
"accountRef": {
"$ref": "#/components/schemas/Account/definitions/accountRef",
"description": "Reference to the account to which the line item is linked."
"description": "Reference to the account to which the line item is linked.",
"nullable": true
},
"taxRateRef": {
"$ref": "#/components/schemas/TaxRate/definitions/taxRateRef",
Expand Down Expand Up @@ -141593,11 +141594,7 @@
"type": "boolean",
"description": "The bill is a direct cost if `True`."
}
},
"required": [
"unitAmount",
"quantity"
]
}
}
}
},
Expand Down
9 changes: 3 additions & 6 deletions static/oas/Codat-Lending.json
Original file line number Diff line number Diff line change
Expand Up @@ -112010,7 +112010,8 @@
},
"accountRef": {
"$ref": "#/components/schemas/AccountingAccount/definitions/accountRef",
"description": "Reference to the account to which the line item is linked."
"description": "Reference to the account to which the line item is linked.",
"nullable": true
},
"taxRateRef": {
"$ref": "#/components/schemas/AccountingBillCreditNote/definitions/billCreditNoteLineItem/properties/taxRateRef",
Expand Down Expand Up @@ -112066,11 +112067,7 @@
"type": "boolean",
"description": "The bill is a direct cost if `True`."
}
},
"required": [
"unitAmount",
"quantity"
]
}
}
}
},
Expand Down
9 changes: 3 additions & 6 deletions static/oas/Codat-Sync-Payables-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -44887,7 +44887,8 @@
},
"accountRef": {
"$ref": "#/components/schemas/Account/definitions/accountRef",
"description": "Reference to the account to which the line item is linked."
"description": "Reference to the account to which the line item is linked.",
"nullable": true
},
"taxRateRef": {
"$ref": "#/components/schemas/TaxRate/definitions/taxRateRef",
Expand Down Expand Up @@ -44943,11 +44944,7 @@
"type": "boolean",
"description": "The bill is a direct cost if `True`."
}
},
"required": [
"unitAmount",
"quantity"
]
}
}
}
},
Expand Down
Loading