REST API
SOAP API
FAQ
Changelog
Terms & Conditions
Help Center
REST API
SOAP API
FAQ
Changelog
Terms & Conditions
Help Center
  • Common Datatypes
  • AccountService Datatypes
  • AttachmentService Datatypes
  • AuthenticateService Datatypes
  • BudgetService Datatypes
  • ClientService Datatypes
  • CompanyService Datatypes
  • FileService Datatypes
  • InvoiceService Datatypes
  • PaymentService Datatypes
  • PersonService Datatypes
  • ProductService Datatypes
  • ProjectService Datatypes
  • SalesOppService DataTypes
  • TemplateService DataTypes
  • TimeService Datatypes
  • TransactionService DataTypes

AttachmentService Datatypes

Back to AttachmentService

ImageFile

PropertyTypeDescription
IdIntThis is set to the Id you get in response from your request to Create
TypeType
StampNoIntRead only. Not in use when saving data
StampMetaKeyValuePairRead only. Not in use when saving data
FrameInfoImageFrameInfo[]
ContactIdInt[]Read only. Lists the approvers of an attachment

Type

PropertyTypeDescription
TypeEnumUnknown, WMF, PNG, TIFF, BMP, GIF, JPEG. PDF files are not supported.

KeyValuePair

PropertyTypeDescription
KeyString
ValueString

Location

PropertyTypeDescription
LocationRetrieval, Scanning, JournalCan be set to either Retrieval or Journal. If location is set to Retrieval the image will show up in the inbox in the Retrieval Module in Finago Office and if it is set to Journal the image is posted directly as journal data and will skip the inbox.

The option Scanning is not implemented and may not be used.

ImageFrameInfo

PropertyTypeDescription
IdIntShould be set to 1.
UriStringThis is not in use. Leave it unset.
StampNoIntShould be set to the current Stamp Number you wish to use. If you’re adding images to an existing StampNo simply set the value. If you wish to store an image with a new Stamp Number you can get the next available StampNo with the GetStampNo method.
MetaDataMetaData[]
StatusIntThis is not in use and does not need to be set. If your framework forces you to set a value here, simply set it to 0.

MetaData

PropertyTypeDescription
Amount
Comment
Credit
CurrencySymbol
CustomerName
CustomerNo
Debit
Dimensions
DocumentFormat
InvoiceBankAccountNo
InvoiceDate
InvoiceDueDate
InvoiceNo
InvoiceOCR
TransactionTypeNo
Type
PageNo

Parameters

PropertyTypeDescription
StampNoInt[]
FileIdInt[]
AttachmentRegisteredAfterDateTime
AttachmentChangedAfterDateTime
HasStampNoBoolean
FileApprovedBoolean
AttachmentStatusFlagType[]

FlagType

PropertyTypeDescription
FlagTypeEnumNone, Assigned, Approved, Declined, Archived, Distributed, PrepostedInJournal, PostedInJournal

TIP

Please note: MetaData is useful when location is set to Retrieval. The meta data can then be used to populate the corresponding fields in the Retrieval Module. Please note that meta data is not automatically populated if you also specify a Stamp Number (StampNo), the image has to be moved from the inbox in the retrieval to the list of images that you are currently working on.

Please contact our support if you have any specific questions about meta data: apisupport@24sevenoffice.com

Back to AttachmentService

Last Updated: 1/7/26, 2:26 PM
Prev
AccountService Datatypes
Next
AuthenticateService Datatypes