SalesInvoice
Less than to read
Properties
Property Name | Type | Description | isWritable |
---|---|---|---|
_access | [_OutputAccessBinding] | no | |
_customData | Json | yes | |
_sourceId | String | yes | |
_id | Id | yes | |
number | String | yes | |
status | SalesInvoiceStatus_enum | yes | |
invoiceDate | Date | yes | |
isPrinted | Boolean | yes | |
isSent | Boolean | yes | |
canPrint | Boolean | no | |
taxEngine | TaxEngine | no | |
salesSite | Site_node | yes | |
salesSiteName | String | yes | |
salesSiteTaxIdNumber | String | yes | |
salesSiteLinkedAddress | BusinessEntityAddress_node | yes | |
salesSiteAddress | Address_node | yes | |
salesSiteContact | Contact_node | yes | |
billToCustomer | Customer_node | yes | |
billToCustomerName | String | yes | |
billToCustomerTaxIdNumber | String | yes | |
billToLinkedAddress | BusinessEntityAddress_node | yes | |
billToAddress | Address_node | yes | |
billToContact | Contact_node | yes | |
currency | Currency_node | yes | |
paymentTerm | PaymentTerm_node | yes | |
incoterm | Incoterm_node | yes | |
totalTaxAmount | Decimal | yes | |
totalTaxableAmount | Decimal | yes | |
totalExemptAmount | Decimal | yes | |
taxCalculationStatus | TaxCalculationStatus | yes | |
totalTaxAmountAdjusted | Decimal | yes | |
dueDate | Date | yes | |
discountPaymentAmount | Decimal | yes | |
penaltyPaymentAmount | Decimal | yes | |
penaltyPaymentType | SalesDocumentDiscountOrPenaltyType | yes | |
discountPaymentType | SalesDocumentDiscountOrPenaltyType | yes | |
creditStatus | SalesDocumentCreditStatus | yes | |
taxes | SalesInvoiceTax_Collection | yes | |
companyCurrency | Currency_node | no | |
rateDescription | String | no | |
fxRateDate | Date | yes | |
financeIntegrationStatus | FinanceIntegrationStatus | no | |
financeIntegrationApp | FinanceIntegrationApp | no | |
creationNumber | String | yes | |
internalNote | _OutputTextStream | yes | |
externalNote | _OutputTextStream | yes | |
isExternalNote | Boolean | yes | |
arOpenItems | BaseOpenItem_Collection | no | |
transactionAmountPaid | Decimal | yes | |
companyAmountPaid | Decimal | yes | |
financialSiteAmountPaid | Decimal | yes | |
isTransferHeaderNote | Boolean | yes | |
isTransferLineNote | Boolean | yes | |
avalaraId | String | yes | |
totalDiscountAmount | Decimal | yes | |
discountPaymentBeforeDate | Date | yes | |
_etag | String | yes | |
companyFxRate | Decimal | yes | |
companyFxRateDivisor | Decimal | yes | |
lines | SalesInvoiceLine_Collection | yes | |
totalAmountExcludingTax | Decimal | no | |
totalAmountIncludingTax | Decimal | no | |
totalAmountIncludingTaxInCompanyCurrency | Decimal | no | |
totalAmountExcludingTaxInCompanyCurrency | Decimal | no | |
totalGrossProfit | Decimal | no | |
displayStatus | SalesInvoiceDisplayStatus | yes | |
_createStamp | Datetime | no | |
_updateStamp | Datetime | no |
Custom Queries
getDuplicate : SalesInvoice
Property | Type | Description |
---|---|---|
_id | Id |
getMtdSales : SalesInvoiceGetMtdSalesReturn
Property | Type | Description |
---|---|---|
currency | IntReference |
printBulkSalesInvoice : SalesInvoice_Connection_printBulkSalesInvoice
asyncExport : SalesInvoice_Connection_asyncExport
Custom Mutations
bulkUpdate : Boolean
Mutation | Type | Description |
---|---|---|
filter | String | |
data | SalesInvoice_Input |
createSalesCreditMemosFromInvoices : SalesInvoiceCreateSalesCreditMemosFromInvoicesReturn
Mutation | Type | Description |
---|---|---|
salesDocuments | # IntReference | |
creditMemoDate | Date |
createSalesCreditMemosFromInvoiceLines : SalesInvoiceCreateSalesCreditMemosFromInvoiceLinesReturn
Mutation | Type | Description |
---|---|---|
salesDocumentLines | # SalesInvoiceCreateSalesCreditMemosFromInvoiceLinesSalesDocumentLines_Input | |
creditMemoDate | Date |
post : SalesInvoicePostReturn
Mutation | Type | Description |
---|---|---|
invoice | IntReference |
repost : SalesInvoiceRepostReturn
Mutation | Type | Description |
---|---|---|
salesInvoice | IntReference | |
documentLines | # SalesInvoiceRepostDocumentLines_Input |
financeIntegrationCheck : SalesInvoiceFinanceIntegrationCheckReturn
Mutation | Type | Description |
---|---|---|
invoice | IntReference |
setIsPrintedIsSent : Boolean
Mutation | Type | Description |
---|---|---|
invoice | IntReference |
printSalesInvoiceAndEmail : Boolean
Mutation | Type | Description |
---|---|---|
invoice | IntReference | |
contactTitle | String | |
contactLastName | String | |
contactFirstName | String | |
contactEmail | String |
massPriceDeterminationCalculation : Boolean
Mutation | Type | Description |
---|---|---|
salesDocument | IntReference |
calculateTax : String
Mutation | Type | Description |
---|---|---|
invoice | IntReference | |
isCommit | Boolean | |
isPosting | Boolean |
postAvalara : SalesInvoicePostAvalaraReturn
Mutation | Type | Description |
---|---|---|
invoice | IntReference |
printBulkSalesInvoice : SalesInvoice_Mutations_printBulkSalesInvoice
asyncExport : SalesInvoice_Mutations_asyncExport
Custom Type
Id
IntReference
SalesInvoiceGetMtdSalesReturn
Query | Type | Description |
---|---|---|
currentMonth | Decimal | |
previousMonth | Decimal |
IntReference
SalesInvoiceCreateSalesCreditMemosFromInvoicesReturn
Query | Type | Description |
---|---|---|
status | String | |
numberOfCreditMemos | Int | |
documentsCreated | [String] | |
lineErrors | [SalesInvoiceCreateSalesCreditMemosFromInvoicesReturnLineErrors]_node |
SalesInvoiceCreateSalesCreditMemosFromInvoiceLinesSalesDocumentLines_Input
Query | Type | Description |
---|---|---|
salesDocumentLine | IntReference | |
quantityToProcess | Decimal |
SalesInvoiceCreateSalesCreditMemosFromInvoiceLinesReturn
Query | Type | Description |
---|---|---|
status | String | |
numberOfCreditMemos | Int | |
documentsCreated | [String] | |
lineErrors | [SalesInvoiceCreateSalesCreditMemosFromInvoiceLinesReturnLineErrors]_node |
IntReference
SalesInvoicePostReturn
Query | Type | Description |
---|---|---|
wasSuccessful | Boolean | |
message | String |
IntReference
SalesInvoiceRepostDocumentLines_Input
Query | Type | Description |
---|---|---|
baseDocumentLineSysId | IntOrString | |
storedAttributes | Json | |
storedDimensions | Json |
SalesInvoiceRepostReturn
Query | Type | Description |
---|---|---|
wasSuccessful | Boolean | |
message | String |
IntReference
SalesInvoiceFinanceIntegrationCheckReturn
Query | Type | Description |
---|---|---|
wasSuccessful | Boolean | |
message | String |
IntReference
IntReference
IntReference
IntReference
IntReference
SalesInvoicePostAvalaraReturn
Query | Type | Description |
---|---|---|
wasSuccessful | Boolean | |
message | String |