Skip to content

Latest commit

 

History

History
67 lines (64 loc) · 4.78 KB

DocSummary.md

File metadata and controls

67 lines (64 loc) · 4.78 KB

# DocSummary

Properties

Name Type Description Notes
id string The document id [optional]
docClass string The document class [optional]
docTypeId string The document type id [optional]
docNo string The document number [optional]
docDate \DateTime The document date [optional]
description string The document description [optional]
legalEntityId string The document legal entity id [optional]
contactAccountId string The document contact account id [optional]
contactAccountDescription string The document contact account description [optional]
taxDate \DateTime The document tax date [optional]
dueDate \DateTime The document due date [optional]
periodId string The document period id [optional]
projectId string The document project id [optional]
netAmount float The document net amount [optional]
taxAmount float The document tax amouunt [optional]
grossAmount float The document gross amount [optional]
baseCurrency string The document base currency [optional]
currency string The document currency [optional]
currencyRate float The document currency rate [optional]
netCurrencyAmount float The document currency amount [optional]
taxCurrencyAmount float The document tax currency amount [optional]
grossCurrencyAmount float The document gross currency amount [optional]
taxAuthorityId string The document tax authority id [optional]
isDeferredTax bool The document is deferred tax flag [optional]
outstandingAmount float The document outstanding amount [optional]
outstandingCurrencyAmount float The document outstanding currency amount [optional]
taxReverseAmount float The document tax reverse amount [optional]
taxReverseCurrencyAmount float The document tax reverse currency amount [optional]
paymentMethodId string The document payment method id [optional]
paymentTermsId string The document payment terms id [optional]
bankAccountId string The document bank account id [optional]
bankCurrency string The document bank currency [optional]
bankCurrencyAmount float The document bank currency amount [optional]
bankCurrencyRate float The document bank currency rate [optional]
bankRef string The document bank reference [optional]
accountId string The document account id [optional]
status int The document status [optional]
statusList string[] The document status list [optional]
isNetEntry bool The document is net entry flag [optional]
transTime \DateTime The document transaction time [optional]
transDate \DateTime The document transaction date [optional]
transNo int The document transaction number [optional]
docSerieId string The document series id [optional]
createdDate \DateTime The date and time this item has been created [optional]
theirDocNo string An external document number [optional]
theirRef string An external reference code [optional]
intRef string Optional interface reference. If provided, it must be unique. <a href=&quot;https://docs.iplicit.com/dev/guide/identifiers/index.html\&quot;&gt;Learn more</a> [optional]
createdBy string The user that created this item. See `UserAccount` catalog. [optional]
lastModified \DateTime The date and time this item has been last modified [optional]
lastModifiedBy string The user that last modified this item. See `UserAccount` catalog. [optional]
hasNotes bool Flag indicating whether there are any notes attached [optional]
hasAttachments bool Flag indicating whether there are any documents attached [optional]
responsibleResourceId string The document responsible resource id [optional]
fromStockLocationId string The document from stock location id [optional]
toStockLocationId string The document to stock location id [optional]
stockDate \DateTime The document stock date [optional]
ext array<string,mixed> The document custom fields [optional]
textHeader string The document text header [optional]
textFooter string The document text footer [optional]

[Back to Model list] [Back to API list] [Back to README]