NonInventPurchasingSystem/CPRNIMS.WebApps/wwwroot/JsFunctions/PO/ApiV5.js

33 lines
1.5 KiB
JavaScript

const endpoint = {
GetOtherCharges: '/POMgmt/GetOtherCharges',
GetCreatedPOPerSupId: '/POMgmt/GetCreatedPOPerSupId',
GetForPOPerSuppEmail: '/POMgmt/GetForPOPerSuppEmail',
GetApprovedPOPerEmail: '/POMgmt/GetApprovedPOPerEmail',
GetCreatedPOPerSupId: '/POMgmt/GetCreatedPOPerSupId',
GetPaymentTerms: '/POMgmt/GetPaymentTerms',
GetPOReference: '/POMgmt/GetPOReference',
GetIncoterms:'/POMgmt/GetIncoterms',
GetDocRequired: '/POMgmt/GetDocRequired',
GetSuppliers: "/POMgmt/GetSuppliers",
GetLatestPO2: "/POMgmt/GetLatestPO2",
GetForPO: "/POMgmt/GetForPO",
GetSupplierBidByItem: "/POMgmt/GetSupplierBidByItem",
GetForBiddingApproval: "/POMgmt/GetForBiddingApproval",
GetSupplierBidById: "/POMgmt/GetSupplierBidById",
GetPortOfDischarge: "/POMgmt/GetPortOfDischarge",
GetPOListByTerm: "/POMgmt/GetPOListByTerm",
GetIncotermsByName: "/POMgmt/GetIncotermsByName",
PutPOCancel: "/POMgmt/PutPOCancel",
PutPOItemDetail: "/POMgmt/PutPOItemDetail",
PutMyPONo: "/POMgmt/PutMyPONo",
PostPOToSupplier: "/POMgmt/PostPOToSupplier",
PostPutCustomPO: "/POMgmt/PostPutCustomPO",
PostPutDocRequired: "/POMgmt/PostPutDocRequired",
PostPutPO: "/POMgmt/PostPutPO",
PostApprovedSuggested: "/POMgmt/PostApprovedSuggested",
PostApprovedSupplier: "/POMgmt/PostApprovedSupplier",
ApprovedSelectedPO: "/POMgmt/ApprovedSelectedPO",
PostPutOtherCharges: "/POMgmt/PostPutOtherCharges",
PostPutIncoterms: "/POMgmt/PostPutIncoterms"
};