Purchase Order Service API REST Endpoints
Instruments Receivables Services/Purchase Order Service API
This service is for 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
- Enrich the purchase oder with necessary fields for creation
- Method: postPath:
/service/v1/po/enrichment
- Modify a existing authorised purchase order
- Method: postPath:
/service/v1/po/modify
- Purchase order link program
- Method: patchPath:
/service/v1/po/linkProgram
- Reject instruments
- Method: postPath:
/service/v1/po/rejectPo
- Retrieves the list of purchase order linked to the finance
- Method: getPath:
/service/v1/po/linkedPOs/{financeRefNo}
- Retrieves the purchase order finance info for a particular purchase order
- Method: getPath:
/service/v1/poFinance/{financeRefNo}
- Runs purchase order acceptance job
- Method: getPath:
/service/v1/runPOAcceptanceJob
- Search for an existing purchase order
- Method: getPath:
/service/v1/po