[ADD]pms_api_rest: Add Patch invoices complete

This commit is contained in:
Darío Lodeiros
2022-11-13 12:35:19 +01:00
parent d25825c306
commit fd36e0119e
3 changed files with 124 additions and 90 deletions

View File

@@ -19,3 +19,4 @@ class PmsAccountInvoiceInfo(Datamodel):
saleLines = fields.List(NestedModel("pms.folio.sale.line.info"))
narration = fields.String(required=False, allow_none=True)
portalUrl = fields.String(required=False, allow_none=True)
moveType = fields.String(required=False, allow_none=True)