Versions Compared

Key

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

...

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


View file
nameEpo api.postman_collection.json
height250


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}POST
Process invoiceDocument (PO, SO, RTS, CN)/api/ProcessDocument/{id}GET
Get all suppliersSupplier/OData/_as_epo_vwVendorGET
Get all clientsClient/OData/_as_epo_vwClientGET
Get all accountsGL Account/OData/_as_epo_vwGLAccountsGET
Get all itemsInventory item/OData/_as_epo_vwItemGET
Get all documentsDocument (PO, SO, RTS, CN)/OData/_as_epo_vwInvnumGET