StorageObject
API | Description |
---|---|
POST api/StorageObject/GetInvoiceDocuments/{guid} |
Get memory stream of Invoice and related POD document(s) for invoice id and invoice date requested. |
POST api/StorageObject/CreateDocument |
creates document in ECS |
POST api/StorageObject/SearchDocuments |
searches document based on the search criteria provided |
POST api/StorageObject/GetDocumentTypeInfo |
Gets document type information for the given doctype |
POST api/StorageObject/GetSearchFields |
Get Search Fields based on user security and business Area |
POST api/StorageObject/GetAllDocumentTypeInfo |
Gets all doc type information of the system id provided |
GET api/StorageObject/ViewDocByDocID/{SystemId}/{UserGpid}/{DocumentId}/{guid} |
Gets all doc type information of the system id provided |
POST api/StorageObject/UpdateDocumentHistoryInfo |
updates workitem history information |
POST api/StorageObject/DeleteAttachment |
Delete the attachment using storage Id or secondary storage id. |
POST api/StorageObject/UpdateDocument |
Updates document and its indexing fields |
POST api/StorageObject/GetAttachment |
Get the attachment file for the given storage id |
POST api/StorageObject/AddAttachment |
Adds attachment file to the existing document |
POST api/StorageObject/DeleteDocument |
Deletes the document completely |
POST api/StorageObject/GetDocumentWithIndexingFieldValues |
Gets the document and its indexing field values |
GET api/StorageObject/GetDocumentStream/{vendorName}/{systemId}/{layerName}/{invoiceNum}/{invoiceDate}/{customerId}/{documentId}/{guidId} |
Gets the document for the given invoice number and date or the document id |
GET api/StorageObject/IsAlive |
Returns True if Gateway is up and Running. |