Please refer to the API documentation section for the most up-to-date information
https://developer.finaleinventory.com/reference/start
--
Fields for the invoice service.
-
contentList
-
createdDate
-
invoiceDate
-
invoiceId
-
invoiceIdUser
-
invoiceItemList
-
invoiceTypeId
-
invoiceUrl
-
lastUpdatedDate
-
primaryOrderUrl
-
referenceNumber
Customer/supplier reference number. Limited to 60 Unicode characters.
-
settlementTermId
Settlement terms (e.g. COD or Net 15). Must match settlementTermId from the settlementTermList in the customization service
-
statusId
-
userFieldDataList
Array of values for user defined fields on the Invoice. Each value in the array is an object with the keys attrName and attrValue. The attrName is the internal name of a user defined field as listed in the customization service. Other systems integrating with Finale can store information in the userFieldDataList. Other systems should prefix their attrName with the string "integration_" to avoid conflicting with keys created by Finale. The attrValue is the string representation of the value for this Invoice for the user defined field. Both are limited to 255 Unicode characters. To make tracking and syncing changes to other systems, the field attrValueLastUpdatedDate be set instead of the field attrValue. When attrValue is not set and attrValueLastUpdatedDate is set to true, then the server sets the value to same value as the lastUpdatedDate. This allows easy searching for entities that have been updated since the last time they were synced to an external system.
Example:
userFieldDataList:[ {attrName:'user_10000', attrValue:'7/2/2010'}, {attrName:'integration_10004', attrValue:'3/12/2011'} ]
Comments
0 comments
Article is closed for comments.