Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

eq: equal
gt: greater than
lt: smaller than

for example:

Code Block
if we want to get document with Id number 133 we use this filter

...



ID+eq+133

...



Filter by description

...



Description+eq+’something’

...



Filter by invoice date between 2012-01-01 and 2021-01-01:

...



invDate+gt+2012-01-01z+and+invDate+lt+2021-01-01z




Link to documentation
EndpointServiceResource URLSupported methods
Login APILogin/api/UserLogin/LoginGET
Get documentDocument (PO, SO, RTS, CN)/api/Document/Get/{id}GET
Save documentDocument (PO, SO, RTS, CN)/api/Document/SaveDocumentPOST
Reject documentDocument (PO, SO, RTS, CN)/api/Document/RejectPOST
Approve documentDocument (PO, SO, RTS, CN)/api/Authorize/Authorize/{id}GET
Process invoiceDocument (PO, SO, RTS, CN)/api/ProcessDocument/{id}GET
Get all suppliersSupplier/api/OData/GET
Get all clientsClient/api/OData/GET
Get all accountsGL Account/api/OData/_as_epo_vwGLAccountsGET
Get all itemsInventory item/api/OData/_as_epo_vwItemGET