Purchase Order Service API REST Endpoints
Instruments Receivables Services/Purchase Order Service API
This service provides APIs to perform purchse order operations.
- Adds a new Purchase order
- Method: postPath:
/service/v1/po/create
- Authorise purchase order from conductor
- Method: postPath:
/service/v1/po/authorizePo
- Edit an existing authorised Purchase order
- Method: postPath:
/service/v2/po/modify
- Enrich the purchase order
- Method: postPath:
/service/v1/po/enrichment
- Existing purchase order
- Method: getPath:
/service/v1/po
- Get edit PO details
- Method: postPath:
/service/v1/comparePOValuesOnEdit
- Get PO details by PO internal number
- Method: getPath:
/service/v1/getPOHistoricalStatus
- Linked purchase order by Invoice reference number
- Method: getPath:
/service/v1/linkedPoFromInvoice
- Modify a existing authorised Purchase order
- Method: postPath:
/service/v1/po/modify
- Reject instruments
- Method: postPath:
/service/v1/po/rejectPo
- Retrieve and process the list of existing POs
- Method: getPath:
/service/v1/processFutureDatedDisbursementPO
- Retrieve the list of purchase orders
- Method: getPath:
/service/v1/getPoByTxnRef
- Retrieve the list of purchase orders
- Method: getPath:
/service/v1/po/poInternalNumber
- Run purchase order acceptance job
- Method: getPath:
/service/v1/runPOAcceptanceJob