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
- Linked Purchase order by Invoice Ref No
- Method: getPath:
/service/v1/linkedPoFromInvoice
- Modify a existing authorised Purchase order
- Method: postPath:
/service/v1/po/modify
- Purchase order link program
- Method: patchPath:
/service/v1/po/linkProgram
- Purchase order link program
- Method: patchPath:
/service/v2/po/linkProgram
- Reject instruments
- Method: postPath:
/service/v1/po/rejectPo
- Retrieve and process the list of existing POs
- Method: getPath:
/service/v1/processFutureDatedDisbursementPO
- Retrieve the linked PO for a finance transaction
- Method: postPath:
/service/v1/linkedPoFromFinance
- Retrieve the list of PO finance
- Method: getPath:
/service/v1/po/finances
- Retrieve the list of POs
- Method: getPath:
/service/v1/po/poInternalNumber
- Retrieve the list of POs linked to the finance
- Method: getPath:
/service/v1/po/linkedPOs/{financeRefNo}
- Retrieve the list of purchase orders
- Method: getPath:
/service/v1/getPoByTxnRef
- Retrieve the purchase order finance info
- Method: getPath:
/service/v1/poFinance/{financeRefNo}
- Run purchase order acceptance job.
- Method: getPath:
/service/v1/runPOAcceptanceJob